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.
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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : simple-kafka
66spec :
77 image :
8- productVersion : 3.7.1
8+ productVersion : 3.7.2
99 clusterConfig :
1010 tls :
1111 serverSecretClass : null
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ metadata:
1515 name: simple-kafka
1616spec:
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
9191spec:
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
136136spec:
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
180180spec:
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
204204spec:
205205 image:
206- productVersion: 3.7.1
206+ productVersion: 3.7.2
207207 clusterConfig:
208208 authorization:
209209 opa:
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ metadata:
5050 name : simple-kafka
5151spec :
5252 image :
53- productVersion : 3.7.1
53+ productVersion : 3.7.2
5454 clusterConfig :
5555 authorization :
5656 opa :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ metadata:
5050 name : simple-kafka
5151spec :
5252 image :
53- productVersion : 3.7.1
53+ productVersion : 3.7.2
5454 clusterConfig :
5555 authorization :
5656 opa :
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ metadata:
6060 name : simple-kafka
6161spec :
6262 image :
63- productVersion : 3.7.1
63+ productVersion : 3.7.2
6464 clusterConfig :
6565 authentication :
6666 - authenticationClass : kafka-client-auth-tls
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments