Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): v0.14.0 #499

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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