Skip to content

Commit 79e8c6b

Browse files
chore: Add 3.8.0, remove 3.4.1, 3.6.1, 3.6.2 (#753)
* chore: add 3.8.0, remove 3.4.1, 3.6.1, 3.6.2 * chore: update changelog * Apply suggestions from code review Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 1e4434b commit 79e8c6b

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Support version `3.8.0` ([#753]).
10+
711
### Changed
812

913
- Reduce CRD size from `479KB` to `53KB` by accepting arbitrary YAML input instead of the underlying schema for the following fields ([#750]):
@@ -16,8 +20,13 @@ All notable changes to this project will be documented in this file.
1620
certificates used by Kafka. This allows you to access Kafka brokers secured using TLS via the global bootstrap
1721
service ([#741]).
1822

23+
### Removed
24+
25+
- Remove versions `3.4.1`, `3.6.1`, `3.6.2` ([#753]).
26+
1927
[#741]: https://github.com/stackabletech/kafka-operator/pull/741
2028
[#750]: https://github.com/stackabletech/kafka-operator/pull/750
29+
[#753]: https://github.com/stackabletech/kafka-operator/pull/753
2130

2231
## [24.7.0] - 2024-07-24
2332

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
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.8.0
56
- 3.7.1 (LTS)
6-
- 3.6.2 (deprecated)
7-
- 3.6.1 (deprecated)
8-
- 3.4.1 (deprecated)

tests/test-definition.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
dimensions:
77
- name: kafka
88
values:
9-
- 3.4.1
10-
- 3.6.1
11-
- 3.6.2
129
- 3.7.1
10+
- 3.8.0
1311
- name: kafka-latest
1412
values:
15-
- 3.7.1
13+
- 3.7.1 # Using LTS version here
1614
- name: zookeeper
1715
values:
1816
- 3.9.2
@@ -21,11 +19,10 @@ dimensions:
2119
- 3.9.2
2220
- name: upgrade_old
2321
values:
24-
- 3.4.1
25-
- 3.6.1
22+
- 3.7.1
2623
- name: upgrade_new
2724
values:
28-
- 3.7.1
25+
- 3.8.0
2926
- name: use-client-tls
3027
values:
3128
- "true"

0 commit comments

Comments
 (0)