Skip to content

Commit ece4de8

Browse files
authored
chore(release): v0.33.0 (#1027)
1 parent 7f2317d commit ece4de8

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

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.33.0 - 2025-09-30
6+
57
- **DEPRECATION**: `AlloyDBOmni` is deprecated and entering its end-of-life cycle. See <https://aiven.io/docs/platform/reference/end-of-life> for details
68
- Add `Kafka` field `userConfig.kafka.log_message_timestamp_after_max_ms`, type `integer`: The maximum
79
difference allowed between the timestamp when a broker receives a message and the timestamp specified

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

docs/docs/changelog.md

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

33

4+
## v0.33.0 - 2025-09-30
5+
6+
- **DEPRECATION**: `AlloyDBOmni` is deprecated and entering its end-of-life cycle. See <https://aiven.io/docs/platform/reference/end-of-life> for details
7+
- Add `Kafka` field `userConfig.kafka.log_message_timestamp_after_max_ms`, type `integer`: The maximum
8+
difference allowed between the timestamp when a broker receives a message and the timestamp specified
9+
in the message
10+
- Add `Kafka` field `userConfig.kafka.log_message_timestamp_before_max_ms`, type `integer`: The maximum
11+
difference allowed between the timestamp when a broker receives a message and the timestamp specified
12+
in the message
13+
- Add `OpenSearch` field `userConfig.custom_keystores`, type `array`: Allow to register custom keystores
14+
in OpenSearch
15+
- Change `OpenSearch` field `userConfig.opensearch_version`: enum add `2.19`
16+
417
## v0.32.0 - 2025-09-04
518

619
- **BREAKING CHANGE**: Removed unprefixed keys from ServiceUser secrets to resolve environment variable collisions. Previously ServiceUser secrets contained both prefixed keys (e.g., `SERVICEUSER_HOST`, `SERVICEUSER_PASSWORD`) and unprefixed keys (e.g., `HOST`, `PASSWORD`). The unprefixed keys have been removed.

0 commit comments

Comments
 (0)