From 91eae5732d6d374dffa01a77bd121cb4a9d6df45 Mon Sep 17 00:00:00 2001 From: Murad Biashimov Date: Thu, 14 Sep 2023 12:55:35 +0200 Subject: [PATCH] chore(release): v0.14.0 --- CHANGELOG.md | 9 +++++++++ charts/aiven-operator-crds/Chart.yaml | 8 ++++---- charts/aiven-operator/Chart.yaml | 8 ++++---- .../bases/aiven-operator.clusterserviceversion.yaml | 4 ++-- docs/docs/changelog.md | 13 +++++++++++++ 5 files changed, 32 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cc62c39..e73877c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,17 @@ ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD +## v0.14.0 - 2023-09-14 + - Make `projectVpcId` and `projectVPCRef` mutable - Fix panic on `nil` user config conversion +- Use aiven-go-client with context support +- Deprecate `Cassandra` kind option `additional_backup_regions` +- Add `Grafana` kind option `auto_login` +- Add `Kafka` kind properties `log_local_retention_bytes`, `log_local_retention_ms` +- Remove `Kafka` kind option `remote_log_storage_system_enable` +- Add `OpenSearch` kind option `auth_failure_listeners` +- Add `OpenSearch` kind [Index State Management](https://opensearch.org/docs/latest/im-plugin/ism/index/) options ## v0.13.0 - 2023-08-18 diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index ba99fa91d..6366947ee 100644 --- a/charts/aiven-operator-crds/Chart.yaml +++ b/charts/aiven-operator-crds/Chart.yaml @@ -2,10 +2,10 @@ apiVersion: v2 name: aiven-operator-crds description: A Helm chart to deploy the aiven operator custom resource definitions type: application -version: v0.13.0 -appVersion: v0.13.0 +version: v0.14.0 +appVersion: v0.14.0 maintainers: - - name: mhoffm-aiven - url: https://www.aiven.io - name: ivan-savciuc url: https://www.aiven.io + - name: murad-biashimov + url: https://www.aiven.io diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index 1e7f03eaf..25a948d8f 100644 --- a/charts/aiven-operator/Chart.yaml +++ b/charts/aiven-operator/Chart.yaml @@ -2,10 +2,10 @@ apiVersion: v2 name: aiven-operator description: A Helm chart to deploy the aiven operator type: application -version: v0.13.0 -appVersion: v0.13.0 +version: v0.14.0 +appVersion: v0.14.0 maintainers: - - name: mhoffm-aiven - url: https://www.aiven.io - name: ivan-savciuc url: https://www.aiven.io + - name: murad-biashimov + url: https://www.aiven.io diff --git a/config/operatorhub/manifests/bases/aiven-operator.clusterserviceversion.yaml b/config/operatorhub/manifests/bases/aiven-operator.clusterserviceversion.yaml index f3a4b68ed..498beb04f 100644 --- a/config/operatorhub/manifests/bases/aiven-operator.clusterserviceversion.yaml +++ b/config/operatorhub/manifests/bases/aiven-operator.clusterserviceversion.yaml @@ -105,8 +105,8 @@ spec: maintainers: - email: ivan.savciuc@gmail.com name: Ivan Savciuc - - email: michael.hoffmann@aiven.io - name: Michael Hoffmann + - email: murad.biashimov@aiven.io + name: Murad Biashimov maturity: alpha provider: name: aiven diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 0d9322579..514b129a0 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,5 +1,18 @@ # Changelog + +## v0.14.0 - 2023-09-14 + +- Make `projectVpcId` and `projectVPCRef` mutable +- Fix panic on `nil` user config conversion +- Use aiven-go-client with context support +- Deprecate `Cassandra` kind option `additional_backup_regions` +- Add `Grafana` kind option `auto_login` +- Add `Kafka` kind properties `log_local_retention_bytes`, `log_local_retention_ms` +- Remove `Kafka` kind option `remote_log_storage_system_enable` +- Add `OpenSearch` kind option `auth_failure_listeners` +- Add `OpenSearch` kind [Index State Management](https://opensearch.org/docs/latest/im-plugin/ism/index/) options + ## v0.13.0 - 2023-08-18 - Add [TieredStorage](https://github.com/Aiven-Open/tiered-storage-for-apache-kafka) support to `Kafka`