Skip to content

Commit

Permalink
Merge pull request #616 from aiven/rriski-release-v0.17.0
Browse files Browse the repository at this point in the history
chore(release): v0.17.0
  • Loading branch information
rriski authored Feb 1, 2024
2 parents b7f91f3 + 5e6db44 commit 7bc29a0
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 21 deletions.
36 changes: 19 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,28 @@

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

## v0.17.0 - 2024-02-01

- Bump k8s deps to 1.26.13
- Add `OpenSearch` field `userConfig.opensearch.enable_security_audit`, type `boolean`: Enable/Disable
security audit
- Add `Kafka` field `userConfig.kafka_rest_config.name_strategy`, type `string`: Name strategy to use
when selecting subject for storing schemas
- Add `Redis` field `userConfig.redis_version`, type `string`: Redis major version
- Add `Grafana` field `userConfig.auth_github.auto_login`, type `boolean`: Allow users to bypass the
login screen and automatically log in
- Add `Grafana` field `userConfig.auth_github.skip_org_role_sync`, type `boolean`: Stop automatically
syncing user roles
- Change `Clickhouse` field `userConfig.additional_backup_regions`: deprecated
- Change `Grafana` field `userConfig.additional_backup_regions`: deprecated
- Change `KafkaConnect` field `userConfig.additional_backup_regions`: deprecated
- Change `Kafka` field `userConfig.additional_backup_regions`: deprecated
- Change `OpenSearch` field `userConfig.additional_backup_regions`: deprecated
- Change `Redis` field `userConfig.additional_backup_regions`: deprecated
- Change `Cassandra` field `userConfig.cassandra_version`: enum ~~`[3, 4, 4.1]`~~`[4, 4.1]`
- Change `Kafka` field `userConfig.kafka_version`: enum ~~`[3.1, 3.3, 3.4, 3.5, 3.6]`~~`[3.4, 3.5, 3.6]`
- Change `PostgreSQL` field `userConfig.pg_version`: enum ~~`[11, 12, 13, 14, 15, 16]`~~ → `[12, 13,
14, 15, 16]`
- Add `Cassandra` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Clickhouse` field `technicalEmails`, type `array`: Defines the email addresses that will receive
Expand All @@ -23,20 +42,6 @@
alerts about upcoming maintenance updates or warnings about service instability
- Add `Redis` field `technicalEmails`, type `array`: Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability
- Change `Clickhouse` field `userConfig.additional_backup_regions`: deprecated
- Add `Grafana` field `userConfig.auth_github.auto_login`, type `boolean`: Allow users to bypass the
login screen and automatically log in
- Add `Grafana` field `userConfig.auth_github.skip_org_role_sync`, type `boolean`: Stop automatically
syncing user roles
- Change `Grafana` field `userConfig.additional_backup_regions`: deprecated
- Change `KafkaConnect` field `userConfig.additional_backup_regions`: deprecated
- Change `Kafka` field `userConfig.additional_backup_regions`: deprecated
- Change `OpenSearch` field `userConfig.additional_backup_regions`: deprecated
- Change `Redis` field `userConfig.additional_backup_regions`: deprecated
- Change `Cassandra` field `userConfig.cassandra_version`: enum ~~`[3, 4, 4.1]`~~`[4, 4.1]`
- Change `Kafka` field `userConfig.kafka_version`: enum ~~`[3.1, 3.3, 3.4, 3.5, 3.6]`~~`[3.4, 3.5, 3.6]`
- Change `PostgreSQL` field `userConfig.pg_version`: enum ~~`[11, 12, 13, 14, 15, 16]`~~ → `[12, 13,
14, 15, 16]`
- Add `Cassandra` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `Clickhouse` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
Expand All @@ -61,9 +66,6 @@
connection information will not be created, defaults to false
- Add `ServiceUser` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `Kafka` field `userConfig.kafka_rest_config.name_strategy`, type `string`: Name strategy to use
when selecting subject for storing schemas
- Add `Redis` field `userConfig.redis_version`, type `string`: Redis major version

## v0.16.1 - 2023-12-15

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.16.1
appVersion: v0.16.1
version: v0.17.0
appVersion: v0.17.0
maintainers:
- name: ivan-savciuc
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.16.1
appVersion: v0.16.1
version: v0.17.0
appVersion: v0.17.0
maintainers:
- name: ivan-savciuc
url: https://www.aiven.io
Expand Down
65 changes: 65 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# Changelog

## v0.17.0 - 2024-02-01

- Bump k8s deps to 1.26.13
- Add `OpenSearch` field `userConfig.opensearch.enable_security_audit`, type `boolean`: Enable/Disable
security audit
- Add `Kafka` field `userConfig.kafka_rest_config.name_strategy`, type `string`: Name strategy to use
when selecting subject for storing schemas
- Add `Redis` field `userConfig.redis_version`, type `string`: Redis major version
- Add `Grafana` field `userConfig.auth_github.auto_login`, type `boolean`: Allow users to bypass the
login screen and automatically log in
- Add `Grafana` field `userConfig.auth_github.skip_org_role_sync`, type `boolean`: Stop automatically
syncing user roles
- Change `Clickhouse` field `userConfig.additional_backup_regions`: deprecated
- Change `Grafana` field `userConfig.additional_backup_regions`: deprecated
- Change `KafkaConnect` field `userConfig.additional_backup_regions`: deprecated
- Change `Kafka` field `userConfig.additional_backup_regions`: deprecated
- Change `OpenSearch` field `userConfig.additional_backup_regions`: deprecated
- Change `Redis` field `userConfig.additional_backup_regions`: deprecated
- Change `Cassandra` field `userConfig.cassandra_version`: enum ~~`[3, 4, 4.1]`~~`[4, 4.1]`
- Change `Kafka` field `userConfig.kafka_version`: enum ~~`[3.1, 3.3, 3.4, 3.5, 3.6]`~~`[3.4, 3.5, 3.6]`
- Change `PostgreSQL` field `userConfig.pg_version`: enum ~~`[11, 12, 13, 14, 15, 16]`~~ → `[12, 13,
14, 15, 16]`
- Add `Cassandra` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Clickhouse` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Grafana` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `KafkaConnect` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Kafka` field `technicalEmails`, type `array`: Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability
- Add `MySQL` field `technicalEmails`, type `array`: Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability
- Add `OpenSearch` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `PostgreSQL` field `technicalEmails`, type `array`: Defines the email addresses that will receive
alerts about upcoming maintenance updates or warnings about service instability
- Add `Redis` field `technicalEmails`, type `array`: Defines the email addresses that will receive alerts
about upcoming maintenance updates or warnings about service instability
- Add `Cassandra` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `Clickhouse` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `ClickhouseUser` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `ConnectionPool` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `Grafana` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `Kafka` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `MySQL` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `OpenSearch` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `PostgreSQL` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `Project` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `Redis` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false
- Add `ServiceUser` field `connInfoSecretTargetDisabled`, type `boolean`: When true, the secret containing
connection information will not be created, defaults to false

## v0.16.1 - 2023-12-15

- Check VPC for running services before deletion. Prevents VPC from hanging in the DELETING state
Expand Down

0 comments on commit 7bc29a0

Please sign in to comment.