Skip to content

Commit f65deca

Browse files
authored
test: Bump Kafka to 3.7.2, Add 3.9.0 (#822)
* chore(getting_started): Bump kafka to 3.7.2 * test: Bump kafka to 3.7.2, add 3.9.0. Also set upgrade test to do 3.8.0 -> 3.9.0 * chore: Update changelog * chore: Update Kafka LTS patch level in manifests
1 parent b9b7ecf commit f65deca

File tree

11 files changed

+30
-26
lines changed

11 files changed

+30
-26
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,20 @@ All notable changes to this project will be documented in this file.
1616
- Run a `containerdebug` process in the background of each Kafka container to collect debugging information ([#803]).
1717
- Aggregate emitted Kubernetes events on the CustomResources ([#809]).
1818
- Support configuring JVM arguments ([#819]).
19+
- Add Kafka 3.9.0 to tests ([#822]).
1920

2021
### Changed
2122

2223
- Default to OCI for image metadata and product image selection ([#810]).
24+
- Bump Kafka 3.7.1 to 3.7.2 in tests and getting_started, and bump upgrade testing from 3.7.1->3.8.0 to 3.8.0->3.9.0 ([#822]).
2325

2426
[#796]: https://github.com/stackabletech/kafka-operator/pull/796
2527
[#803]: https://github.com/stackabletech/kafka-operator/pull/803
2628
[#809]: https://github.com/stackabletech/kafka-operator/pull/809
2729
[#810]: https://github.com/stackabletech/kafka-operator/pull/810
2830
[#813]: https://github.com/stackabletech/kafka-operator/pull/813
2931
[#819]: https://github.com/stackabletech/kafka-operator/pull/819
32+
[#822]: https://github.com/stackabletech/kafka-operator/pull/822
3033

3134
## [24.11.1] - 2025-01-10
3235

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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
name: simple-kafka
1616
spec:
1717
image:
18-
productVersion: 3.7.1
18+
productVersion: 3.7.2
1919
clusterConfig:
2020
zookeeperConfigMapName: simple-kafka-znode
2121
tls:
@@ -90,7 +90,7 @@ metadata:
9090
name: simple-kafka
9191
spec:
9292
image:
93-
productVersion: 3.7.1
93+
productVersion: 3.7.2
9494
clusterConfig:
9595
authentication:
9696
- authenticationClass: kafka-client-tls # <1>
@@ -135,7 +135,7 @@ metadata:
135135
name: simple-kafka
136136
spec:
137137
image:
138-
productVersion: 3.7.1
138+
productVersion: 3.7.2
139139
clusterConfig:
140140
authentication:
141141
- authenticationClass: kafka-client-kerberos # <1>
@@ -179,7 +179,7 @@ metadata:
179179
name: simple-kafka
180180
spec:
181181
image:
182-
productVersion: 3.7.1
182+
productVersion: 3.7.2
183183
clusterConfig:
184184
authorization:
185185
opa:
@@ -203,7 +203,7 @@ metadata:
203203
name: simple-kafka
204204
spec:
205205
image:
206-
productVersion: 3.7.1
206+
productVersion: 3.7.2
207207
clusterConfig:
208208
authorization:
209209
opa:

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.7.1
53+
productVersion: 3.7.2
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.7.1
53+
productVersion: 3.7.2
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.7.1
63+
productVersion: 3.7.2
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.7.1
48+
productVersion: 3.7.2
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
@@ -570,7 +570,7 @@ mod tests {
570570
name: simple-kafka
571571
spec:
572572
image:
573-
productVersion: 3.7.1
573+
productVersion: 3.7.2
574574
clusterConfig:
575575
zookeeperConfigMapName: xyz
576576
"#;
@@ -588,7 +588,7 @@ mod tests {
588588
name: simple-kafka
589589
spec:
590590
image:
591-
productVersion: 3.7.1
591+
productVersion: 3.7.2
592592
clusterConfig:
593593
tls:
594594
serverSecretClass: simple-kafka-server-tls
@@ -612,7 +612,7 @@ mod tests {
612612
name: simple-kafka
613613
spec:
614614
image:
615-
productVersion: 3.7.1
615+
productVersion: 3.7.2
616616
clusterConfig:
617617
tls:
618618
serverSecretClass: null
@@ -632,7 +632,7 @@ mod tests {
632632
name: simple-kafka
633633
spec:
634634
image:
635-
productVersion: 3.7.1
635+
productVersion: 3.7.2
636636
zookeeperConfigMapName: xyz
637637
clusterConfig:
638638
tls:
@@ -656,7 +656,7 @@ mod tests {
656656
name: simple-kafka
657657
spec:
658658
image:
659-
productVersion: 3.7.1
659+
productVersion: 3.7.2
660660
clusterConfig:
661661
zookeeperConfigMapName: xyz
662662
"#;
@@ -674,7 +674,7 @@ mod tests {
674674
name: simple-kafka
675675
spec:
676676
image:
677-
productVersion: 3.7.1
677+
productVersion: 3.7.2
678678
clusterConfig:
679679
tls:
680680
internalSecretClass: simple-kafka-internal-tls
@@ -694,7 +694,7 @@ mod tests {
694694
name: simple-kafka
695695
spec:
696696
image:
697-
productVersion: 3.7.1
697+
productVersion: 3.7.2
698698
clusterConfig:
699699
tls:
700700
serverSecretClass: simple-kafka-server-tls

rust/crd/src/listener.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ mod tests {
294294
namespace: default
295295
spec:
296296
image:
297-
productVersion: 3.7.1
297+
productVersion: 3.7.2
298298
clusterConfig:
299299
authentication:
300300
- authenticationClass: kafka-client-tls
@@ -471,7 +471,7 @@ mod tests {
471471
namespace: default
472472
spec:
473473
image:
474-
productVersion: 3.7.1
474+
productVersion: 3.7.2
475475
clusterConfig:
476476
authentication:
477477
- authenticationClass: kafka-kerberos

rust/operator-binary/src/config/jvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ mod tests {
110110
name: simple-kafka
111111
spec:
112112
image:
113-
productVersion: 3.7.1
113+
productVersion: 3.7.2
114114
clusterConfig:
115115
zookeeperConfigMapName: xyz
116116
brokers:
@@ -140,7 +140,7 @@ mod tests {
140140
name: simple-kafka
141141
spec:
142142
image:
143-
productVersion: 3.7.1
143+
productVersion: 3.7.2
144144
clusterConfig:
145145
zookeeperConfigMapName: xyz
146146
brokers:

tests/test-definition.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
dimensions:
77
- name: kafka
88
values:
9-
- 3.7.1
9+
- 3.7.2
1010
- 3.8.0
11+
- 3.9.0
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
1415
- name: kafka-latest
1516
values:
16-
- 3.7.1 # Using LTS version here
17+
- 3.7.2 # Using LTS version here
1718
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1819
# as in the example below.
19-
# - 3.7.1,oci.stackable.tech/sdp/kafka:3.7.1-stackable0.0.0-dev
20+
# - 3.7.2,oci.stackable.tech/sdp/kafka:3.7.2-stackable0.0.0-dev
2021
- name: zookeeper
2122
values:
2223
- 3.9.2
@@ -25,10 +26,10 @@ dimensions:
2526
- 3.9.2
2627
- name: upgrade_old
2728
values:
28-
- 3.7.1
29+
- 3.8.0
2930
- name: upgrade_new
3031
values:
31-
- 3.8.0
32+
- 3.9.0
3233
- name: use-client-tls
3334
values:
3435
- "true"

0 commit comments

Comments
 (0)