Skip to content

Commit a705c22

Browse files
authored
chore(release): v0.29.0 (#919)
1 parent e109d16 commit a705c22

5 files changed

Lines changed: 37 additions & 5 deletions

File tree

.github/workflows/force-sync-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
fetch-depth: 0
1414
- uses: BetaHuhn/repo-file-sync-action@v1
1515
with:
16-
GH_PAT: ${{ secrets.AIVEN_CI_PAT__VALID_WHILE_TIMO_IS_EMPLOYED }}
16+
GH_PAT: ${{ secrets.AIVEN_CI_PAT__VALID_WHILE_MURAD_IS_EMPLOYED }}
1717
COMMIT_PREFIX: "chore:"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
## v0.29.0 - 2025-04-29
6+
57
- Added retry logic to the `ServiceIntegration` controller
68
- Made `ConnectionPool` username field optional, allowing connection pools to use the credentials of the connecting client instead of a fixed service user
79
- Add `Kafka` field `userConfig.kafka_rest_config.consumer_idle_disconnect_timeout`, type `integer`:

charts/aiven-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: aiven-operator-crds
33
description: A Helm chart to deploy the aiven operator custom resource definitions
44
type: application
5-
version: v0.28.0
6-
appVersion: v0.28.0
5+
version: v0.29.0
6+
appVersion: v0.29.0
77
maintainers:
88
- name: byashimov
99
url: https://www.aiven.io

charts/aiven-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: aiven-operator
33
description: A Helm chart to deploy the aiven operator
44
type: application
5-
version: v0.28.0
6-
appVersion: v0.28.0
5+
version: v0.29.0
6+
appVersion: v0.29.0
77
maintainers:
88
- name: byashimov
99
url: https://www.aiven.io

docs/docs/changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# Changelog
22

33

4+
## v0.29.0 - 2025-04-29
5+
6+
- Added retry logic to the `ServiceIntegration` controller
7+
- Made `ConnectionPool` username field optional, allowing connection pools to use the credentials of the connecting client instead of a fixed service user
8+
- Add `Kafka` field `userConfig.kafka_rest_config.consumer_idle_disconnect_timeout`, type `integer`:
9+
Specifies the maximum duration (in seconds) a client can remain idle before it is deleted
10+
- Change `ServiceIntegration` field `clickhouseKafka.tables`: maxItems ~~`100`~~`400`
11+
- Add `Valkey` field `userConfig.enable_ipv6`, type `boolean`: Register AAAA DNS records for the service,
12+
and allow IPv6 packets to service ports
13+
- Add `Valkey` field `userConfig.valkey_active_expire_effort`, type `integer`: Valkey reclaims expired
14+
keys both when accessed and in the background
15+
- Add `OpenSearch` field `userConfig.azure_migration.readonly`, type `boolean`: Whether the repository
16+
is read-only
17+
- Add `OpenSearch` field `userConfig.gcs_migration.readonly`, type `boolean`: Whether the repository
18+
is read-only
19+
- Add `OpenSearch` field `userConfig.opensearch.disk_watermarks`, type `object`: Watermark settings
20+
- Add `OpenSearch` field `userConfig.s3_migration.readonly`, type `boolean`: Whether the repository is
21+
read-only
22+
- Add `AlloyDBOmni` field `userConfig.pgaudit`, type `object`: System-wide settings for the pgaudit extension
23+
- Add `Clickhouse` field `userConfig.backup_hour`, type `integer`: The hour of day (in UTC) when backup
24+
for the service is started
25+
- Add `Clickhouse` field `userConfig.backup_minute`, type `integer`: The minute of an hour when backup
26+
for the service is started
27+
- Add `Kafka` field `userConfig.kafka_connect_plugin_versions`, type `array`: The plugin selected by the user
28+
- Change `Kafka` field `userConfig.kafka_version`: enum add `3.9`
29+
- Add `OpenSearch` field `userConfig.opensearch.enable_searchable_snapshots`, type `boolean`: Enable
30+
searchable snapshots
31+
- Change `PostgreSQL` field `userConfig.pgaudit.log_level`: enum add `debug1`, `debug2`, `debug3`, `debug4`,
32+
`debug5`, `info`, `log`, `notice`
33+
434
## v0.28.0 - 2025-02-17
535

636
- Add kind: `AlloyDBOmni`

0 commit comments

Comments
 (0)