Skip to content

Commit

Permalink
chore(release): v0.22.0 (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Jul 2, 2024
1 parent b10f6dc commit 3be5a95
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/aiven-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 3be5a95

Please sign in to comment.