File tree Expand file tree Collapse file tree 11 files changed +33
-25
lines changed Expand file tree Collapse file tree 11 files changed +33
-25
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,16 @@ All notable changes to this project will be documented in this file.
7
7
### Added
8
8
9
9
- Helm: Allow Pod ` priorityClassName ` to be configured ([ #890 ] ).
10
+ - Add experimental support for Kafka KRaft mode ([ #889 ] ).
11
+ - Add experimental support for Kafka ` 4.1.0 ` ([ #889 ] ).
10
12
13
+ ### Changed
14
+
15
+ - Deprecate support for Kafka ` 3.7.2 ` ([ #892 ] ).
16
+
17
+ [ #889 ] : https://github.com/stackabletech/kafka-operator/pull/889
11
18
[ #890 ] : https://github.com/stackabletech/kafka-operator/pull/890
19
+ [ #892 ] : https://github.com/stackabletech/kafka-operator/pull/892
12
20
13
21
## [ 25.7.0] - 2025-07-23
14
22
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ metadata:
15
15
name: simple-kafka
16
16
spec:
17
17
image:
18
- productVersion: 3.7.2
18
+ productVersion: 3.9.1
19
19
clusterConfig:
20
20
zookeeperConfigMapName: simple-kafka-znode
21
21
tls:
@@ -95,7 +95,7 @@ metadata:
95
95
name: simple-kafka
96
96
spec:
97
97
image:
98
- productVersion: 3.7.2
98
+ productVersion: 3.9.1
99
99
clusterConfig:
100
100
authentication:
101
101
- authenticationClass: kafka-client-tls # <1>
@@ -140,7 +140,7 @@ metadata:
140
140
name: simple-kafka
141
141
spec:
142
142
image:
143
- productVersion: 3.7.2
143
+ productVersion: 3.9.1
144
144
clusterConfig:
145
145
authentication:
146
146
- authenticationClass: kafka-client-kerberos # <1>
@@ -184,7 +184,7 @@ metadata:
184
184
name: simple-kafka
185
185
spec:
186
186
image:
187
- productVersion: 3.7.2
187
+ productVersion: 3.9.1
188
188
clusterConfig:
189
189
authorization:
190
190
opa:
@@ -208,7 +208,7 @@ metadata:
208
208
name: simple-kafka
209
209
spec:
210
210
image:
211
- productVersion: 3.7.2
211
+ productVersion: 3.9.1
212
212
clusterConfig:
213
213
authorization:
214
214
opa:
Original file line number Diff line number Diff line change 3
3
// Stackable Platform documentation.
4
4
5
5
* 4.1.0 (experimental)
6
- * 3.9.1
7
- * 3.7.2 (LTS )
6
+ * 3.9.1 (LTS)
7
+ * 3.7.2 (deprecated )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ metadata:
50
50
name : simple-kafka
51
51
spec :
52
52
image :
53
- productVersion : 3.7.2
53
+ productVersion : 3.9.1
54
54
clusterConfig :
55
55
authorization :
56
56
opa :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ metadata:
50
50
name : simple-kafka
51
51
spec :
52
52
image :
53
- productVersion : 3.7.2
53
+ productVersion : 3.9.1
54
54
clusterConfig :
55
55
authorization :
56
56
opa :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ metadata:
60
60
name : simple-kafka
61
61
spec :
62
62
image :
63
- productVersion : 3.7.2
63
+ productVersion : 3.9.1
64
64
clusterConfig :
65
65
authentication :
66
66
- authenticationClass : kafka-client-auth-tls
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ mod tests {
114
114
name: simple-kafka
115
115
spec:
116
116
image:
117
- productVersion: 3.7.2
117
+ productVersion: 3.9.1
118
118
clusterConfig:
119
119
zookeeperConfigMapName: xyz
120
120
brokers:
@@ -144,7 +144,7 @@ mod tests {
144
144
name: simple-kafka
145
145
spec:
146
146
image:
147
- productVersion: 3.7.2
147
+ productVersion: 3.9.1
148
148
clusterConfig:
149
149
zookeeperConfigMapName: xyz
150
150
brokers:
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ mod tests {
44
44
name: simple-kafka
45
45
spec:
46
46
image:
47
- productVersion: 3.7.2
47
+ productVersion: 3.9.1
48
48
clusterConfig:
49
49
zookeeperConfigMapName: xyz
50
50
brokers:
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ mod tests {
375
375
namespace: default
376
376
spec:
377
377
image:
378
- productVersion: 3.7.2
378
+ productVersion: 3.9.1
379
379
clusterConfig:
380
380
authentication:
381
381
- authenticationClass: kafka-client-tls
@@ -563,7 +563,7 @@ mod tests {
563
563
namespace: default
564
564
spec:
565
565
image:
566
- productVersion: 3.7.2
566
+ productVersion: 3.9.1
567
567
clusterConfig:
568
568
authentication:
569
569
- authenticationClass: kafka-kerberos
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ mod tests {
430
430
name: simple-kafka
431
431
spec:
432
432
image:
433
- productVersion: 3.7.2
433
+ productVersion: 3.9.1
434
434
clusterConfig:
435
435
zookeeperConfigMapName: xyz
436
436
"# ;
@@ -449,7 +449,7 @@ mod tests {
449
449
name: simple-kafka
450
450
spec:
451
451
image:
452
- productVersion: 3.7.2
452
+ productVersion: 3.9.1
453
453
clusterConfig:
454
454
tls:
455
455
serverSecretClass: simple-kafka-server-tls
@@ -474,7 +474,7 @@ mod tests {
474
474
name: simple-kafka
475
475
spec:
476
476
image:
477
- productVersion: 3.7.2
477
+ productVersion: 3.9.1
478
478
clusterConfig:
479
479
tls:
480
480
serverSecretClass: null
@@ -495,7 +495,7 @@ mod tests {
495
495
name: simple-kafka
496
496
spec:
497
497
image:
498
- productVersion: 3.7.2
498
+ productVersion: 3.9.1
499
499
zookeeperConfigMapName: xyz
500
500
clusterConfig:
501
501
tls:
@@ -520,7 +520,7 @@ mod tests {
520
520
name: simple-kafka
521
521
spec:
522
522
image:
523
- productVersion: 3.7.2
523
+ productVersion: 3.9.1
524
524
clusterConfig:
525
525
zookeeperConfigMapName: xyz
526
526
"# ;
@@ -539,7 +539,7 @@ mod tests {
539
539
name: simple-kafka
540
540
spec:
541
541
image:
542
- productVersion: 3.7.2
542
+ productVersion: 3.9.1
543
543
clusterConfig:
544
544
tls:
545
545
internalSecretClass: simple-kafka-internal-tls
@@ -560,7 +560,7 @@ mod tests {
560
560
name: simple-kafka
561
561
spec:
562
562
image:
563
- productVersion: 3.7.2
563
+ productVersion: 3.9.1
564
564
clusterConfig:
565
565
tls:
566
566
serverSecretClass: simple-kafka-server-tls
You can’t perform that action at this time.
0 commit comments