From e8a29914337b50f848057837fd0ef4e1c1b6d3fe Mon Sep 17 00:00:00 2001 From: Murad Biashimov Date: Thu, 7 Dec 2023 11:44:46 +0100 Subject: [PATCH] chore(release): v0.16.0 (#558) --- CHANGELOG.md | 2 ++ charts/aiven-operator-crds/Chart.yaml | 4 ++-- charts/aiven-operator/Chart.yaml | 4 ++-- docs/docs/changelog.md | 32 +++++++++++++++++++++++++++ 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440a6a15..abc7db4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD +## v0.16.0 - 2023-12-07 + - Set conditions on errors: `Preconditions`, `CreateOrUpdate`, `Delete`. Thanks to @atarax - Fix object updates lost when reconciler exits before the object is committed - Add `Kafka` field `userConfig.kafka.transaction_partition_verification_enable`, type `boolean`: Enable diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index 68aa920f..3822444b 100644 --- a/charts/aiven-operator-crds/Chart.yaml +++ b/charts/aiven-operator-crds/Chart.yaml @@ -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.15.0 -appVersion: v0.15.0 +version: v0.16.0 +appVersion: v0.16.0 maintainers: - name: ivan-savciuc url: https://www.aiven.io diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index e54875b0..1dd0ed01 100644 --- a/charts/aiven-operator/Chart.yaml +++ b/charts/aiven-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aiven-operator description: A Helm chart to deploy the aiven operator type: application -version: v0.15.0 -appVersion: v0.15.0 +version: v0.16.0 +appVersion: v0.16.0 maintainers: - name: ivan-savciuc url: https://www.aiven.io diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index d720ecfe..14a3bcb7 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,5 +1,37 @@ # Changelog + +## v0.16.0 - 2023-12-07 + +- Set conditions on errors: `Preconditions`, `CreateOrUpdate`, `Delete`. Thanks to @atarax +- Fix object updates lost when reconciler exits before the object is committed +- Add `Kafka` field `userConfig.kafka.transaction_partition_verification_enable`, type `boolean`: Enable + verification that checks that the partition has been added to the transaction before writing transactional + records to the partition +- Add `Cassandra` field `userConfig.service_log`, type `boolean`: Store logs for the service so that + they are available in the HTTP API and console +- Add `Clickhouse` field `userConfig.service_log`, type `boolean`: Store logs for the service so that + they are available in the HTTP API and console +- Add `Grafana` field `userConfig.service_log`, type `boolean`: Store logs for the service so that they + are available in the HTTP API and console +- Add `KafkaConnect` field `userConfig.service_log`, type `boolean`: Store logs for the service so that + they are available in the HTTP API and console +- Add `Kafka` field `userConfig.kafka_rest_config.name_strategy_validation`, type `boolean`: If true, + validate that given schema is registered under expected subject name by the used name strategy when + producing messages +- Add `Kafka` field `userConfig.service_log`, type `boolean`: Store logs for the service so that they + are available in the HTTP API and console +- Add `MySQL` field `userConfig.service_log`, type `boolean`: Store logs for the service so that they + are available in the HTTP API and console +- Add `OpenSearch` field `userConfig.service_log`, type `boolean`: Store logs for the service so that + they are available in the HTTP API and console +- Add `PostgreSQL` field `userConfig.pg_qualstats`, type `object`: System-wide settings for the pg_qualstats + extension +- Add `PostgreSQL` field `userConfig.service_log`, type `boolean`: Store logs for the service so that + they are available in the HTTP API and console +- Add `Redis` field `userConfig.service_log`, type `boolean`: Store logs for the service so that they + are available in the HTTP API and console + ## v0.15.0 - 2023-11-17 - Upgrade to Go 1.21