Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
### Removed

- test: ZooKeeper 3.9.2 removed ([#853]).
- Support for Kafka 3.7.1 and 3.8.0 removed ([#860]).

[#840]: https://github.com/stackabletech/kafka-operator/pull/840
[#844]: https://github.com/stackabletech/kafka-operator/pull/844
Expand All @@ -39,6 +40,7 @@ All notable changes to this project will be documented in this file.
[#851]: https://github.com/stackabletech/kafka-operator/pull/851
[#853]: https://github.com/stackabletech/kafka-operator/pull/853
[#855]: https://github.com/stackabletech/kafka-operator/pull/855
[#860]: https://github.com/stackabletech/kafka-operator/pull/860

## [25.3.0] - 2025-03-21

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/kafka/partials/supported-versions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
// Stackable Platform documentation.

* 3.9.0
* 3.8.0 (deprecated)
* 3.7.2 (LTS)
* 3.7.1 (deprecated)
4 changes: 1 addition & 3 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
dimensions:
- name: kafka
values:
- 3.7.1
- 3.7.2
- 3.8.0
- 3.9.0
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
# as in the example below.
Expand All @@ -27,7 +25,7 @@ dimensions:
- 3.9.3
- name: upgrade_old
values:
- 3.7.1
- 3.7.2
- name: upgrade_new
values:
- 3.9.0
Expand Down