From 2eca82b13e30efba1c51e852ea25fb8521318c84 Mon Sep 17 00:00:00 2001 From: Murad Biashimov Date: Tue, 2 Jul 2024 09:14:38 +0200 Subject: [PATCH] chore(release): v0.22.0 --- CHANGELOG.md | 2 ++ charts/aiven-operator-crds/Chart.yaml | 4 ++-- charts/aiven-operator/Chart.yaml | 4 ++-- docs/docs/changelog.md | 6 ++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a705c91..64fb6bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD +## v0.22.0 - 2024-07-02 + - Ignore `ClickhouseRole` deletion error (missing database) - Ignore `ClickhouseGrant` deletion errors (missing database, service, role) - Do not block service operations in `REBALANCING` state diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index eb6d8fef..3a76ff3b 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.21.0 -appVersion: v0.21.0 +version: v0.22.0 +appVersion: v0.22.0 maintainers: - name: byashimov url: https://www.aiven.io diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index 66b94867..697ade4d 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.21.0 -appVersion: v0.21.0 +version: v0.22.0 +appVersion: v0.22.0 maintainers: - name: byashimov url: https://www.aiven.io diff --git a/docs/docs/changelog.md b/docs/docs/changelog.md index 3a20af2a..0f1d2f2f 100644 --- a/docs/docs/changelog.md +++ b/docs/docs/changelog.md @@ -1,6 +1,12 @@ # Changelog +## v0.22.0 - 2024-07-02 + +- Ignore `ClickhouseRole` deletion error (missing database) +- Ignore `ClickhouseGrant` deletion errors (missing database, service, role) +- Do not block service operations in `REBALANCING` state + ## v0.21.0 - 2024-06-25 - Add kind: `ClickhouseGrant`