Skip to content

Commit 8114bb8

Browse files
authored
chore: remove support for kafka 3.7.1 and 3.8.0 (#860)
* chore: remove support for kafka 3.7.1 and 3.8.0 * update changelog * fix markdown lint * fix end-of-file lint
1 parent a61e09f commit 8114bb8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file.
3131
### Removed
3232

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

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

4345
## [25.3.0] - 2025-03-21
4446

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
// Stackable Platform documentation.
44

55
* 3.9.0
6-
* 3.8.0 (deprecated)
76
* 3.7.2 (LTS)
8-
* 3.7.1 (deprecated)

tests/test-definition.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
dimensions:
77
- name: kafka
88
values:
9-
- 3.7.1
109
- 3.7.2
11-
- 3.8.0
1210
- 3.9.0
1311
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1412
# as in the example below.
@@ -27,7 +25,7 @@ dimensions:
2725
- 3.9.3
2826
- name: upgrade_old
2927
values:
30-
- 3.7.1
28+
- 3.7.2
3129
- name: upgrade_new
3230
values:
3331
- 3.9.0

0 commit comments

Comments
 (0)