Skip to content

Commit ee09b20

Browse files
authored
Merge pull request #979 from aiven/vmyroslav-release-v0.31.0
chore(release): v0.31.0
2 parents 0e0efdc + 4ad2ae2 commit ee09b20

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

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

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

5+
## v0.31.0 - 2025-07-25
6+
7+
- `KafkaTopic`: added concurrent reconcilers and optimized API calls
58
- Upgraded HPA from deprecated `autoscaling/v2beta1` to stable `autoscaling/v2` API
69
- Added `ServiceUser` field `connInfoSecretSource`: Allows reading passwords from existing secrets for credential management. Supports setting passwords for new users and existing users
710
- Change `AlloyDBOmni` field `userConfig.pg.max_wal_senders`: maximum ~~`64`~~`256`

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.30.0
6-
appVersion: v0.30.0
5+
version: v0.31.0
6+
appVersion: v0.31.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.30.0
6-
appVersion: v0.30.0
5+
version: v0.31.0
6+
appVersion: v0.31.0
77
maintainers:
88
- name: byashimov
99
url: https://www.aiven.io

docs/docs/changelog.md

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

33

4+
## v0.31.0 - 2025-07-25
5+
6+
- Upgraded HPA from deprecated `autoscaling/v2beta1` to stable `autoscaling/v2` API
7+
- Added `ServiceUser` field `connInfoSecretSource`: Allows reading passwords from existing secrets for credential management. Supports setting passwords for new users and existing users
8+
- Change `AlloyDBOmni` field `userConfig.pg.max_wal_senders`: maximum ~~`64`~~`256`
9+
- Add `Kafka` field `userConfig.single_zone.availability_zone`, type `string`: The availability zone
10+
to use for the service. This is only used when enabled is set to true
11+
- Change `PostgreSQL` field `userConfig.pg.max_wal_senders`: maximum ~~`64`~~`256`
12+
- Add `ClickhouseUser` field `connInfoSecretSource`: Allows reading passwords from existing secrets for credential management. Supports setting passwords for new users and existing users
13+
414
## v0.30.0 - 2025-07-03
515

616
- Added `powered` field (default: `true`) to control service power state. When `false`, the service is powered off.

0 commit comments

Comments
 (0)