Skip to content

Commit 40eda15

Browse files
authored
chore: Add versions 3.7.1 and 3.6.2 (#723)
* add product versions 3.7.1 & 3.6.2, remove 3.5.2 * bump zookeeper in integration tests to 3.9.2 * add changelog entry
1 parent 760d1be commit 40eda15

File tree

11 files changed

+39
-27
lines changed

11 files changed

+39
-27
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
### Added
8+
9+
- Support for versions `3.6.2`, `3.7.1` ([#723]).
10+
11+
### Removed
12+
13+
- Support for version `3.5.2` ([#723]).
14+
15+
[#723]: https://github.com/stackabletech/kafka-operator/pull/723
16+
717
## [24.3.0] - 2024-03-20
818

919
### Added

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.6.1
8+
productVersion: 3.7.1
99
clusterConfig:
1010
tls:
1111
serverSecretClass: null

docs/modules/kafka/pages/usage-guide/security.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
name: simple-kafka
1515
spec:
1616
image:
17-
productVersion: 3.6.1
17+
productVersion: 3.7.1
1818
clusterConfig:
1919
zookeeperConfigMapName: simple-kafka-znode
2020
tls:
@@ -87,7 +87,7 @@ metadata:
8787
name: simple-kafka
8888
spec:
8989
image:
90-
productVersion: 3.6.1
90+
productVersion: 3.7.1
9191
clusterConfig:
9292
authentication:
9393
- authenticationClass: kafka-client-tls # <1>
@@ -118,7 +118,7 @@ metadata:
118118
name: simple-kafka
119119
spec:
120120
image:
121-
productVersion: 3.6.1
121+
productVersion: 3.7.1
122122
clusterConfig:
123123
authorization:
124124
opa:
@@ -142,7 +142,7 @@ metadata:
142142
name: simple-kafka
143143
spec:
144144
image:
145-
productVersion: 3.6.1
145+
productVersion: 3.7.1
146146
clusterConfig:
147147
authorization:
148148
opa:

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

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

examples/logging/simple-kafka-cluster-opa-log4j.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
name: simple-kafka
5151
spec:
5252
image:
53-
productVersion: 3.6.1
53+
productVersion: 3.7.1
5454
clusterConfig:
5555
authorization:
5656
opa:

examples/opa/simple-kafka-cluster-opa-allow-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ metadata:
5050
name: simple-kafka
5151
spec:
5252
image:
53-
productVersion: 3.6.1
53+
productVersion: 3.7.1
5454
clusterConfig:
5555
authorization:
5656
opa:

examples/tls/simple-kafka-cluster-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ metadata:
6060
name: simple-kafka
6161
spec:
6262
image:
63-
productVersion: 3.6.1
63+
productVersion: 3.7.1
6464
clusterConfig:
6565
authentication:
6666
- authenticationClass: kafka-client-auth-tls

rust/crd/src/affinity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mod tests {
4545
name: simple-kafka
4646
spec:
4747
image:
48-
productVersion: 3.6.1
48+
productVersion: 3.7.1
4949
clusterConfig:
5050
zookeeperConfigMapName: xyz
5151
brokers:

rust/crd/src/lib.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ mod tests {
530530
name: simple-kafka
531531
spec:
532532
image:
533-
productVersion: 3.6.1
533+
productVersion: 3.7.1
534534
clusterConfig:
535535
zookeeperConfigMapName: xyz
536536
"#;
@@ -548,7 +548,7 @@ mod tests {
548548
name: simple-kafka
549549
spec:
550550
image:
551-
productVersion: 3.6.1
551+
productVersion: 3.7.1
552552
clusterConfig:
553553
tls:
554554
serverSecretClass: simple-kafka-server-tls
@@ -572,7 +572,7 @@ mod tests {
572572
name: simple-kafka
573573
spec:
574574
image:
575-
productVersion: 3.6.1
575+
productVersion: 3.7.1
576576
clusterConfig:
577577
tls:
578578
serverSecretClass: null
@@ -592,7 +592,7 @@ mod tests {
592592
name: simple-kafka
593593
spec:
594594
image:
595-
productVersion: 3.6.1
595+
productVersion: 3.7.1
596596
zookeeperConfigMapName: xyz
597597
clusterConfig:
598598
tls:
@@ -616,7 +616,7 @@ mod tests {
616616
name: simple-kafka
617617
spec:
618618
image:
619-
productVersion: 3.6.1
619+
productVersion: 3.7.1
620620
clusterConfig:
621621
zookeeperConfigMapName: xyz
622622
"#;
@@ -634,7 +634,7 @@ mod tests {
634634
name: simple-kafka
635635
spec:
636636
image:
637-
productVersion: 3.6.1
637+
productVersion: 3.7.1
638638
clusterConfig:
639639
tls:
640640
internalSecretClass: simple-kafka-internal-tls
@@ -654,7 +654,7 @@ mod tests {
654654
name: simple-kafka
655655
spec:
656656
image:
657-
productVersion: 3.6.1
657+
productVersion: 3.7.1
658658
clusterConfig:
659659
tls:
660660
serverSecretClass: simple-kafka-server-tls

rust/crd/src/listener.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ mod tests {
217217
namespace: default
218218
spec:
219219
image:
220-
productVersion: 3.6.1
220+
productVersion: 3.7.1
221221
clusterConfig:
222222
authentication:
223223
- authenticationClass: kafka-client-tls
@@ -286,7 +286,7 @@ mod tests {
286286
namespace: default
287287
spec:
288288
image:
289-
productVersion: 3.6.1
289+
productVersion: 3.7.1
290290
clusterConfig:
291291
tls:
292292
serverSecretClass: tls
@@ -345,7 +345,7 @@ mod tests {
345345
namespace: default
346346
spec:
347347
image:
348-
productVersion: 3.6.1
348+
productVersion: 3.7.1
349349
zookeeperConfigMapName: xyz
350350
clusterConfig:
351351
tls:

0 commit comments

Comments
 (0)