From 301bd5340c4f3c5ba5930a4812715a93d0158c4d Mon Sep 17 00:00:00 2001 From: Murad Biashimov Date: Fri, 12 Jul 2024 16:26:19 +0200 Subject: [PATCH] chore(release): v0.23.0 (#788) --- CHANGELOG.md | 2 ++ charts/aiven-operator-crds/Chart.yaml | 4 ++-- charts/aiven-operator/Chart.yaml | 4 ++-- docs/docs/changelog.md | 8 ++++++++ tests/clickhousegrant_test.go | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d9c7a8..5f5b933f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD +## v0.23.0 - 2024-07-12 + - Ignore `http.StatusBadRequest` on `ClickhouseGrant` deletion - Retry conflict error when k8s object saved to the storage - Fix `ClickhouseGrant` invalid remote and local privileges comparison diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index 3a76ff3b..b5728cdc 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.22.0 -appVersion: v0.22.0 +version: v0.23.0 +appVersion: v0.23.0 maintainers: - name: byashimov url: https://www.aiven.io diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index 697ade4d..4ec6b342 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.22.0 -appVersion: v0.22.0 +version: v0.23.0 +appVersion: v0.23.0 maintainers: - name: byashimov url: https://www.aiven.io diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 0f1d2f2f..975f3cb2 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,6 +1,14 @@ # Changelog +## v0.23.0 - 2024-07-12 + +- Ignore `http.StatusBadRequest` on `ClickhouseGrant` deletion +- Retry conflict error when k8s object saved to the storage +- Fix `ClickhouseGrant` invalid remote and local privileges comparison +- Fix `ClickhouseGrant`: doesn't escape role name to grant +- Fix `ClickhouseUser`: password was reset due to an incorrect processing cycle + ## v0.22.0 - 2024-07-02 - Ignore `ClickhouseRole` deletion error (missing database) diff --git a/tests/clickhousegrant_test.go b/tests/clickhousegrant_test.go index 6592464a..6c68e67c 100644 --- a/tests/clickhousegrant_test.go +++ b/tests/clickhousegrant_test.go @@ -364,7 +364,7 @@ func TestClickhouseGrantExample(t *testing.T) { s := NewSession(ctx, k8sClient, cfg.Project) // Cleans test afterward - defer s.Destroy() + defer s.Destroy(t) // WHEN // Applies given manifest