Skip to content

Commit

Permalink
chore(release): v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed Sep 21, 2023
1 parent 21a10e6 commit 5c6b295
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## [MAJOR.MINOR.PATCH] - YYYY-MM-DD

## v0.14.0 - 2023-09-21

- Make `projectVpcId` and `projectVPCRef` mutable
- Fix panic on `nil` user config conversion
- Use aiven-go-client with context support
- Deprecate `Cassandra` kind option `additional_backup_regions`
- Add `Grafana` kind option `auto_login`
- Add `Kafka` kind properties `log_local_retention_bytes`, `log_local_retention_ms`
- Remove `Kafka` kind option `remote_log_storage_system_enable`
- Add `OpenSearch` kind option `auth_failure_listeners`
- Add `OpenSearch` kind [Index State Management](https://opensearch.org/docs/latest/im-plugin/ism/index/) options

## v0.13.0 - 2023-08-18

Expand Down
8 changes: 4 additions & 4 deletions charts/aiven-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: aiven-operator-crds
description: A Helm chart to deploy the aiven operator custom resource definitions
type: application
version: v0.13.0
appVersion: v0.13.0
version: v0.14.0
appVersion: v0.14.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
- name: ivan-savciuc
url: https://www.aiven.io
- name: murad-biashimov
url: https://www.aiven.io
8 changes: 4 additions & 4 deletions charts/aiven-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: aiven-operator
description: A Helm chart to deploy the aiven operator
type: application
version: v0.13.0
appVersion: v0.13.0
version: v0.14.0
appVersion: v0.14.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
- name: ivan-savciuc
url: https://www.aiven.io
- name: murad-biashimov
url: https://www.aiven.io
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ spec:
maintainers:
- email: [email protected]
name: Ivan Savciuc
- email: michael.hoffmann@aiven.io
name: Michael Hoffmann
- email: murad.biashimov@aiven.io
name: Murad Biashimov
maturity: alpha
provider:
name: aiven
Expand Down
13 changes: 13 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog


## v0.14.0 - 2023-09-21

- Make `projectVpcId` and `projectVPCRef` mutable
- Fix panic on `nil` user config conversion
- Use aiven-go-client with context support
- Deprecate `Cassandra` kind option `additional_backup_regions`
- Add `Grafana` kind option `auto_login`
- Add `Kafka` kind properties `log_local_retention_bytes`, `log_local_retention_ms`
- Remove `Kafka` kind option `remote_log_storage_system_enable`
- Add `OpenSearch` kind option `auth_failure_listeners`
- Add `OpenSearch` kind [Index State Management](https://opensearch.org/docs/latest/im-plugin/ism/index/) options

## v0.13.0 - 2023-08-18

- Add [TieredStorage](https://github.com/Aiven-Open/tiered-storage-for-apache-kafka) support to `Kafka`
Expand Down

0 comments on commit 5c6b295

Please sign in to comment.