Skip to content

Commit

Permalink
chore(release): v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rriski committed Sep 19, 2024
1 parent 7e2cc9b commit b7dfceb
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 12 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

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

## v0.25.0 - 2024-09-19

- Fix `KafkaTopic`: fails to create a topic with the replication factor set more than running Kafka nodes
- Fix `ServiceIntegration`: sends empty source and destination projects
- Fix `KafkaSchema`: poll resource availability
- Add `KafkaSchema` field `schemaType`, type `string`: Schema type
- Add `Kafka` field `userConfig.follower_fetching`, type `object`: Enable follower fetching
- Add `Kafka` field `userConfig.kafka_sasl_mechanisms`, type `object`: Kafka SASL mechanisms
- Change `Kafka` field `userConfig.kafka.sasl_oauthbearer_sub_claim_name`: pattern ~~`^[^\r\n]*$`~~
`^[^\r\n]*\S[^\r\n]*$`
- Add `MySQL` field `userConfig.migration.ignore_roles`, type `string`: Comma-separated list of database
Expand All @@ -18,20 +21,19 @@
statement pooling modes when max_prepared_statements is set to a non-zero value
- Add `Redis` field `userConfig.migration.ignore_roles`, type `string`: Comma-separated list of database
roles, which should be ignored during migration (supported by PostgreSQL only at the moment)
- Add `Redis` field `userConfig.backup_hour`, type `integer`: The hour of day (in UTC) when backup for
the service is started
- Add `Redis` field `userConfig.backup_minute`, type `integer`: The minute of an hour when backup for
the service is started
- Add `Grafana` field `userConfig.wal`, type `boolean`: Setting to enable/disable Write-Ahead Logging.
The default value is false (disabled)
- Add `Kafka` field `userConfig.kafka_sasl_mechanisms`, type `object`: Kafka SASL mechanisms
- Add `OpenSearch` field `userConfig.azure_migration`, type `object`:
- Add `OpenSearch` field `userConfig.gcs_migration`, type `object`:
- Add `OpenSearch` field `userConfig.azure_migration`, type `object`: Azure migration settings
- Add `OpenSearch` field `userConfig.gcs_migration`, type `object`: Google Cloud Storage migration settings
- Add `OpenSearch` field `userConfig.index_rollup`, type `object`: Index rollup settings
- Add `OpenSearch` field `userConfig.s3_migration`, type `object`:
- Add `OpenSearch` field `userConfig.s3_migration`, type `object`: AWS S3 / AWS S3 compatible migration settings
- Change `OpenSearch` field `userConfig.openid.connect_url`: pattern `^[^\r\n]*$`
- Change `OpenSearch` field `userConfig.opensearch.script_max_compilations_rate`: pattern `^[^\r\n]*$`
- Change `OpenSearch` field `userConfig.saml.idp_metadata_url`: pattern `^[^\r\n]*$`
- Add `Redis` field `userConfig.backup_hour`, type `integer`: The hour of day (in UTC) when backup for
the service is started
- Add `Redis` field `userConfig.backup_minute`, type `integer`: The minute of an hour when backup for
the service is started

## v0.24.0 - 2024-07-16

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.24.0
appVersion: v0.24.0
version: v0.25.0
appVersion: v0.25.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.24.0
appVersion: v0.24.0
version: v0.25.0
appVersion: v0.25.0
maintainers:
- name: byashimov
url: https://www.aiven.io
Expand Down
33 changes: 33 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# Changelog


## v0.25.0 - 2024-09-19

- Fix `KafkaTopic`: fails to create a topic with the replication factor set more than running Kafka nodes
- Fix `ServiceIntegration`: sends empty source and destination projects
- Fix `KafkaSchema`: poll resource availability
- Add `KafkaSchema` field `schemaType`, type `string`: Schema type
- Add `Kafka` field `userConfig.follower_fetching`, type `object`: Enable follower fetching
- Add `Kafka` field `userConfig.kafka_sasl_mechanisms`, type `object`: Kafka SASL mechanisms
- Change `Kafka` field `userConfig.kafka.sasl_oauthbearer_sub_claim_name`: pattern ~~`^[^\r\n]*$`~~
`^[^\r\n]*\S[^\r\n]*$`
- Add `MySQL` field `userConfig.migration.ignore_roles`, type `string`: Comma-separated list of database
roles, which should be ignored during migration (supported by PostgreSQL only at the moment)
- Add `PostgreSQL` field `userConfig.migration.ignore_roles`, type `string`: Comma-separated list of
database roles, which should be ignored during migration (supported by PostgreSQL only at the moment)
- Add `PostgreSQL` field `userConfig.pgbouncer.max_prepared_statements`, type `integer`: PgBouncer tracks
protocol-level named prepared statements related commands sent by the client in transaction and
statement pooling modes when max_prepared_statements is set to a non-zero value
- Add `Redis` field `userConfig.migration.ignore_roles`, type `string`: Comma-separated list of database
roles, which should be ignored during migration (supported by PostgreSQL only at the moment)
- Add `Redis` field `userConfig.backup_hour`, type `integer`: The hour of day (in UTC) when backup for
the service is started
- Add `Redis` field `userConfig.backup_minute`, type `integer`: The minute of an hour when backup for
the service is started
- Add `Grafana` field `userConfig.wal`, type `boolean`: Setting to enable/disable Write-Ahead Logging.
The default value is false (disabled)
- Add `OpenSearch` field `userConfig.azure_migration`, type `object`: Azure migration settings
- Add `OpenSearch` field `userConfig.gcs_migration`, type `object`: Google Cloud Storage migration settings
- Add `OpenSearch` field `userConfig.index_rollup`, type `object`: Index rollup settings
- Add `OpenSearch` field `userConfig.s3_migration`, type `object`: AWS S3 / AWS S3 compatible migration settings
- Change `OpenSearch` field `userConfig.openid.connect_url`: pattern `^[^\r\n]*$`
- Change `OpenSearch` field `userConfig.opensearch.script_max_compilations_rate`: pattern `^[^\r\n]*$`
- Change `OpenSearch` field `userConfig.saml.idp_metadata_url`: pattern `^[^\r\n]*$`

## v0.24.0 - 2024-07-16

- Fix `PostgreSQL`: wait for a valid backup to create read replica
Expand Down

0 comments on commit b7dfceb

Please sign in to comment.