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 14, 2023
1 parent eaa4892 commit 340d7c9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

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

## v0.14.0 - 2023-09-14

- 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
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.13.0
appVersion: v0.13.0
version: v0.14.0
appVersion: v0.14.0
maintainers:
- name: mhoffm-aiven
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.13.0
appVersion: v0.13.0
version: v0.14.0
appVersion: v0.14.0
maintainers:
- name: mhoffm-aiven
url: https://www.aiven.io
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-14

- 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 340d7c9

Please sign in to comment.