You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## [MAJOR.MINOR.PATCH] - YYYY-MM-DD
4
4
5
+
## v0.31.0 - 2025-07-25
6
+
7
+
-`KafkaTopic`: added concurrent reconcilers and optimized API calls
5
8
- Upgraded HPA from deprecated `autoscaling/v2beta1` to stable `autoscaling/v2` API
6
9
- Added `ServiceUser` field `connInfoSecretSource`: Allows reading passwords from existing secrets for credential management. Supports setting passwords for new users and existing users
7
10
- Change `AlloyDBOmni` field `userConfig.pg.max_wal_senders`: maximum ~~`64`~~ → `256`
Copy file name to clipboardExpand all lines: docs/docs/changelog.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# Changelog
2
2
3
3
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
+
4
14
## v0.30.0 - 2025-07-03
5
15
6
16
- Added `powered` field (default: `true`) to control service power state. When `false`, the service is powered off.
0 commit comments