Skip to content

Commit 76abe25

Browse files
razvanNickLarsenNZ
andauthored
chore: bump kafka to version 3.9.1 (#866)
* chore: bump kafka to version 3.9.1 * update changelog * fix markdown lint * Update docs/modules/kafka/partials/supported-versions.adoc Co-authored-by: Nick <[email protected]> --------- Co-authored-by: Nick <[email protected]>
1 parent 5dba1d7 commit 76abe25

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
1111
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
1212
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
13+
- Add support for Kafka 3.9.1 ([#866]).
1314

1415
### Changed
1516

@@ -49,6 +50,7 @@ All notable changes to this project will be documented in this file.
4950
[#860]: https://github.com/stackabletech/kafka-operator/pull/860
5051
[#861]: https://github.com/stackabletech/kafka-operator/pull/861
5152
[#862]: https://github.com/stackabletech/kafka-operator/pull/862
53+
[#866]: https://github.com/stackabletech/kafka-operator/pull/866
5254
[#868]: https://github.com/stackabletech/kafka-operator/pull/868
5355

5456
## [25.3.0] - 2025-03-21

docs/modules/kafka/examples/getting_started/kafka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: simple-kafka
66
spec:
77
image:
8-
productVersion: 3.9.0
8+
productVersion: 3.9.1
99
clusterConfig:
1010
tls:
1111
serverSecretClass: null

docs/modules/kafka/partials/supported-versions.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
// This is a separate file, since it is used by both the direct Kafka documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
* 3.9.0
5+
* 3.9.1
6+
* 3.9.0 (deprecated)
67
* 3.7.2 (LTS)

tests/test-definition.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dimensions:
88
values:
99
- 3.7.2
1010
- 3.9.0
11+
- 3.9.1
1112
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1213
# as in the example below.
1314
# - 3.8.0,oci.stackable.tech/sdp/kafka:3.8.0-stackable0.0.0-dev
@@ -28,7 +29,7 @@ dimensions:
2829
- 3.7.2
2930
- name: upgrade_new
3031
values:
31-
- 3.9.0
32+
- 3.9.1
3233
- name: use-client-tls
3334
values:
3435
- "true"

0 commit comments

Comments
 (0)