Skip to content

Commit

Permalink
chore(release): v0.12.0 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored May 10, 2023
1 parent dad5d0d commit 2b46bb2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@

## [MAJOR.MINOR.PATCH] - YYYY-MM-DD

## v0.12.0 - 2023-05-10

- Fix service tags create/update. Thanks to @mortenlj
- Add prefix name option for secrets. Thanks to @jordiclariana
- Add `clusterRole.create` option to Helm chart. Thanks to @ryaneorth
- Use kind name as default prefix for secrets to avoid collisions. Please migrate your applications before legacy names removed
- Fix secrets creation on openshift
- Add `OpenSearch.spec.userConfig.idp_pemtrustedcas_content` option.
Expand All @@ -21,7 +24,6 @@
- Add `annotations` and `labels` fields to `connInfoSecretTarget`
- Allow to disable capabilities check to install webhooks. Thanks to @amstee
- Set `OpenSearch.spec.userConfig.opensearch.search_max_buckets` maximum to `65536`
- Add `clusterRole.create` option to Helm chart

## v0.10.0 - 2023-04-17

Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aiven-operator-crds
description: A Helm chart to deploy the aiven operator custom resource definitions
type: application
version: v0.11.0
appVersion: v0.11.0
version: v0.12.0
appVersion: v0.12.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: aiven-operator
description: A Helm chart to deploy the aiven operator
type: application
version: v0.11.0
appVersion: v0.11.0
version: v0.12.0
appVersion: v0.12.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog


## v0.12.0 - 2023-05-10

- Fix service tags create/update. Thanks to @mortenlj
- Add prefix name option for secrets. Thanks to @jordiclariana
- Add `clusterRole.create` option to Helm chart. Thanks to @ryaneorth
- Use kind name as default prefix for secrets to avoid collisions. Please migrate your applications before legacy names removed
- Fix secrets creation on openshift
- Add `OpenSearch.spec.userConfig.idp_pemtrustedcas_content` option.
Specifies the PEM-encoded root certificate authority (CA) content for the SAML identity provider (IdP) server verification.


## v0.11.0 - 2023-04-25

- Add `ServiceIntegration` kind `SourceProjectName` and `DestinationProjectName` fields
Expand Down

0 comments on commit 2b46bb2

Please sign in to comment.