Skip to content

Commit

Permalink
chore(release): v0.19.0 (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Apr 18, 2024
1 parent 595eed2 commit 2a3107c
Show file tree
Hide file tree
Showing 4 changed files with 13 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.19.0 - 2024-04-18

- Add kind: `ClickhouseRole`
- Unified User-Agent format with the Terraform Provider
- Unify cluster role permissions
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.18.1
appVersion: v0.18.1
version: v0.19.0
appVersion: v0.19.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.18.1
appVersion: v0.18.1
version: v0.19.0
appVersion: v0.19.0
maintainers:
- name: byashimov
url: https://www.aiven.io
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## v0.19.0 - 2024-04-18

- Add kind: `ClickhouseRole`
- Unified User-Agent format with the Terraform Provider
- Unify cluster role permissions
- Add missing role permissions to `KafkaACL`

## v0.18.1 - 2024-04-02

- Add `KafkaSchemaRegistryACL` kind
Expand Down

0 comments on commit 2a3107c

Please sign in to comment.