From f2d2d1ea0447f4a10004748a62d2de6b0438eb15 Mon Sep 17 00:00:00 2001 From: Murad Biashimov Date: Tue, 25 Apr 2023 10:38:26 +0200 Subject: [PATCH] chore(release): v0.11.0 (#382) --- CHANGELOG.md | 4 ++++ charts/aiven-operator-crds/Chart.yaml | 4 ++-- charts/aiven-operator/Chart.yaml | 4 ++-- docs/docs/changelog.md | 12 ++++++++++++ 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2193f8b5..cf9b148eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD +## v0.11.0 - 2023-04-25 + - Add `ServiceIntegration` kind `SourceProjectName` and `DestinationProjectName` fields - Add `ServiceIntegration` fields `MaxLength` validation - Add `ServiceIntegration` validation: multiple user configs cannot be set @@ -9,6 +11,8 @@ - Fix `ServiceIntegration`, add missing `external_aws_cloudwatch_metrics` type config serialization - Update `ServiceIntegration` integration type list - 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` ## v0.10.0 - 2023-04-17 diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index f7653bbd8..38fd4a47e 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.10.0 -appVersion: v0.10.0 +version: v0.11.0 +appVersion: v0.11.0 maintainers: - name: mhoffm-aiven url: https://www.aiven.io diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index 7ed6b3b7c..5b39efaad 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.10.1 -appVersion: v0.10.0 +version: v0.11.0 +appVersion: v0.11.0 maintainers: - name: mhoffm-aiven url: https://www.aiven.io diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 2a3513837..9fa78fb3b 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,6 +1,18 @@ # Changelog +## v0.11.0 - 2023-04-25 + +- Add `ServiceIntegration` kind `SourceProjectName` and `DestinationProjectName` fields +- Add `ServiceIntegration` fields `MaxLength` validation +- Add `ServiceIntegration` validation: multiple user configs cannot be set +- Fix `ServiceIntegration`, should not require `destinationServiceName` or `sourceEndpointID` field +- Fix `ServiceIntegration`, add missing `external_aws_cloudwatch_metrics` type config serialization +- Update `ServiceIntegration` integration type list +- 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` + ## v0.10.0 - 2023-04-17 - Mark service `plan` as a required field