File tree Expand file tree Collapse file tree 11 files changed +30
-26
lines changed
operator-binary/src/config Expand file tree Collapse file tree 11 files changed +30
-26
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,20 @@ All notable changes to this project will be documented in this file.
16
16
- Run a ` containerdebug ` process in the background of each Kafka container to collect debugging information ([ #803 ] ).
17
17
- Aggregate emitted Kubernetes events on the CustomResources ([ #809 ] ).
18
18
- Support configuring JVM arguments ([ #819 ] ).
19
+ - Add Kafka 3.9.0 to tests ([ #822 ] ).
19
20
20
21
### Changed
21
22
22
23
- 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 ] ).
23
25
24
26
[ #796 ] : https://github.com/stackabletech/kafka-operator/pull/796
25
27
[ #803 ] : https://github.com/stackabletech/kafka-operator/pull/803
26
28
[ #809 ] : https://github.com/stackabletech/kafka-operator/pull/809
27
29
[ #810 ] : https://github.com/stackabletech/kafka-operator/pull/810
28
30
[ #813 ] : https://github.com/stackabletech/kafka-operator/pull/813
29
31
[ #819 ] : https://github.com/stackabletech/kafka-operator/pull/819
32
+ [ #822 ] : https://github.com/stackabletech/kafka-operator/pull/822
30
33
31
34
## [ 24.11.1] - 2025-01-10
32
35
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : simple-kafka
6
6
spec :
7
7
image :
8
- productVersion : 3.7.1
8
+ productVersion : 3.7.2
9
9
clusterConfig :
10
10
tls :
11
11
serverSecretClass : null
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.1
18
+ productVersion: 3.7.2
19
19
clusterConfig:
20
20
zookeeperConfigMapName: simple-kafka-znode
21
21
tls:
@@ -90,7 +90,7 @@ metadata:
90
90
name: simple-kafka
91
91
spec:
92
92
image:
93
- productVersion: 3.7.1
93
+ productVersion: 3.7.2
94
94
clusterConfig:
95
95
authentication:
96
96
- authenticationClass: kafka-client-tls # <1>
@@ -135,7 +135,7 @@ metadata:
135
135
name: simple-kafka
136
136
spec:
137
137
image:
138
- productVersion: 3.7.1
138
+ productVersion: 3.7.2
139
139
clusterConfig:
140
140
authentication:
141
141
- authenticationClass: kafka-client-kerberos # <1>
@@ -179,7 +179,7 @@ metadata:
179
179
name: simple-kafka
180
180
spec:
181
181
image:
182
- productVersion: 3.7.1
182
+ productVersion: 3.7.2
183
183
clusterConfig:
184
184
authorization:
185
185
opa:
@@ -203,7 +203,7 @@ metadata:
203
203
name: simple-kafka
204
204
spec:
205
205
image:
206
- productVersion: 3.7.1
206
+ productVersion: 3.7.2
207
207
clusterConfig:
208
208
authorization:
209
209
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.1
53
+ productVersion : 3.7.2
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.1
53
+ productVersion : 3.7.2
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.1
63
+ productVersion : 3.7.2
64
64
clusterConfig :
65
65
authentication :
66
66
- authenticationClass : kafka-client-auth-tls
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ mod tests {
45
45
name: simple-kafka
46
46
spec:
47
47
image:
48
- productVersion: 3.7.1
48
+ productVersion: 3.7.2
49
49
clusterConfig:
50
50
zookeeperConfigMapName: xyz
51
51
brokers:
Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ mod tests {
570
570
name: simple-kafka
571
571
spec:
572
572
image:
573
- productVersion: 3.7.1
573
+ productVersion: 3.7.2
574
574
clusterConfig:
575
575
zookeeperConfigMapName: xyz
576
576
"# ;
@@ -588,7 +588,7 @@ mod tests {
588
588
name: simple-kafka
589
589
spec:
590
590
image:
591
- productVersion: 3.7.1
591
+ productVersion: 3.7.2
592
592
clusterConfig:
593
593
tls:
594
594
serverSecretClass: simple-kafka-server-tls
@@ -612,7 +612,7 @@ mod tests {
612
612
name: simple-kafka
613
613
spec:
614
614
image:
615
- productVersion: 3.7.1
615
+ productVersion: 3.7.2
616
616
clusterConfig:
617
617
tls:
618
618
serverSecretClass: null
@@ -632,7 +632,7 @@ mod tests {
632
632
name: simple-kafka
633
633
spec:
634
634
image:
635
- productVersion: 3.7.1
635
+ productVersion: 3.7.2
636
636
zookeeperConfigMapName: xyz
637
637
clusterConfig:
638
638
tls:
@@ -656,7 +656,7 @@ mod tests {
656
656
name: simple-kafka
657
657
spec:
658
658
image:
659
- productVersion: 3.7.1
659
+ productVersion: 3.7.2
660
660
clusterConfig:
661
661
zookeeperConfigMapName: xyz
662
662
"# ;
@@ -674,7 +674,7 @@ mod tests {
674
674
name: simple-kafka
675
675
spec:
676
676
image:
677
- productVersion: 3.7.1
677
+ productVersion: 3.7.2
678
678
clusterConfig:
679
679
tls:
680
680
internalSecretClass: simple-kafka-internal-tls
@@ -694,7 +694,7 @@ mod tests {
694
694
name: simple-kafka
695
695
spec:
696
696
image:
697
- productVersion: 3.7.1
697
+ productVersion: 3.7.2
698
698
clusterConfig:
699
699
tls:
700
700
serverSecretClass: simple-kafka-server-tls
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ mod tests {
294
294
namespace: default
295
295
spec:
296
296
image:
297
- productVersion: 3.7.1
297
+ productVersion: 3.7.2
298
298
clusterConfig:
299
299
authentication:
300
300
- authenticationClass: kafka-client-tls
@@ -471,7 +471,7 @@ mod tests {
471
471
namespace: default
472
472
spec:
473
473
image:
474
- productVersion: 3.7.1
474
+ productVersion: 3.7.2
475
475
clusterConfig:
476
476
authentication:
477
477
- authenticationClass: kafka-kerberos
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ mod tests {
110
110
name: simple-kafka
111
111
spec:
112
112
image:
113
- productVersion: 3.7.1
113
+ productVersion: 3.7.2
114
114
clusterConfig:
115
115
zookeeperConfigMapName: xyz
116
116
brokers:
@@ -140,7 +140,7 @@ mod tests {
140
140
name: simple-kafka
141
141
spec:
142
142
image:
143
- productVersion: 3.7.1
143
+ productVersion: 3.7.2
144
144
clusterConfig:
145
145
zookeeperConfigMapName: xyz
146
146
brokers:
You can’t perform that action at this time.
0 commit comments