Skip to content

Commit 06691df

Browse files
razvansbernauer
andauthored
chore: bump Kafka versions for 26.7 (#973)
* chore: bump versions for 26.7 * update changelog * Update docs/modules/kafka/partials/supported-versions.adoc Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de> * readd 4.1.1 --------- Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 0d2661f commit 06691df

19 files changed

Lines changed: 47 additions & 41 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- BREAKING: Add required CLI argument and env var to set the image repository used to construct final product image names: `IMAGE_REPOSITORY` (`--image-repository`), eg. `oci.example.org/my/namespace` ([#961]).
10+
- Add Kafka 3.9.2 and 4.2.1 in tests, docs, getting started guide, etc. ([#973]).
1011

1112
### Changed
1213

@@ -24,6 +25,7 @@ All notable changes to this project will be documented in this file.
2425
[#961]: https://github.com/stackabletech/kafka-operator/pull/961
2526
[#968]: https://github.com/stackabletech/kafka-operator/pull/968
2627
[#971]: https://github.com/stackabletech/kafka-operator/pull/971
28+
[#973]: https://github.com/stackabletech/kafka-operator/pull/973
2729

2830
## [26.3.0] - 2026-03-16
2931

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

docs/modules/kafka/examples/kraft_migration/01-setup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ metadata:
8181
namespace: kraft-migration
8282
spec:
8383
image:
84-
productVersion: 3.9.1
84+
productVersion: 3.9.2
8585
pullPolicy: IfNotPresent
8686
clusterConfig:
8787
metadataManager: zookeeper

docs/modules/kafka/examples/kraft_migration/02-start-controllers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: kraft-migration
77
spec:
88
image:
9-
productVersion: 3.9.1
9+
productVersion: 3.9.2
1010
pullPolicy: IfNotPresent
1111
clusterConfig:
1212
metadataManager: zookeeper

docs/modules/kafka/examples/kraft_migration/03-migrate-metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: kraft-migration
77
spec:
88
image:
9-
productVersion: 3.9.1
9+
productVersion: 3.9.2
1010
pullPolicy: IfNotPresent
1111
clusterConfig:
1212
metadataManager: zookeeper
@@ -25,7 +25,7 @@ spec:
2525
replicas: 3
2626
configOverrides:
2727
broker.properties:
28-
inter.broker.protocol.version: "3.9" # - Latest value known to Kafka 3.9.1
28+
inter.broker.protocol.version: "3.9" # - Latest value known to Kafka 3.9.2
2929
zookeeper.metadata.migration.enable: "true" # - Enable migration mode so the broker can participate in metadata migration.
3030
controller.listener.names: "CONTROLLER"
3131
controller.quorum.bootstrap.servers: "simple-kafka-controller-default-0.simple-kafka-controller-default-headless.kraft-migration.svc.cluster.local:9093,simple-kafka-controller-default-1.simple-kafka-controller-default-headless.kraft-migration.svc.cluster.local:9093,simple-kafka-controller-default-2.simple-kafka-controller-default-headless.kraft-migration.svc.cluster.local:9093"

docs/modules/kafka/examples/kraft_migration/04-migrate-brokers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: kraft-migration
77
spec:
88
image:
9-
productVersion: 3.9.1
9+
productVersion: 3.9.2
1010
pullPolicy: IfNotPresent
1111
clusterConfig:
1212
metadataManager: zookeeper

docs/modules/kafka/examples/kraft_migration/05-kraft-mode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: kraft-migration
77
spec:
88
image:
9-
productVersion: 3.9.1
9+
productVersion: 3.9.2
1010
pullPolicy: IfNotPresent
1111
clusterConfig:
1212
metadataManager: kraft

docs/modules/kafka/examples/mirror_maker/01-setup-source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ metadata:
7171
namespace: mm-migration
7272
spec:
7373
image:
74-
productVersion: 3.9.1
74+
productVersion: 3.9.2
7575
pullPolicy: IfNotPresent
7676
clusterConfig:
7777
metadataManager: zookeeper

docs/modules/kafka/examples/mirror_maker/02-setup-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ metadata:
4141
namespace: mm-migration
4242
spec:
4343
image:
44-
productVersion: 3.9.1
44+
productVersion: 3.9.2
4545
pullPolicy: IfNotPresent
4646
clusterConfig:
4747
metadataManager: kraft

docs/modules/kafka/pages/getting_started/first_steps.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Labels: app.kubernetes.io/component=broker
8585
app.kubernetes.io/managed-by=listeners.stackable.tech_listener
8686
app.kubernetes.io/name=listener
8787
app.kubernetes.io/role-group=default
88-
app.kubernetes.io/version=3.9.1-stackable0.0.0-dev
88+
app.kubernetes.io/version=3.9.2-stackable0.0.0-dev
8989
stackable.tech/vendor=Stackable
9090
Annotations: <none>
9191
Selector: listener.stackable.tech/mnt.9555cbb6f38d4b0ca1771e6d83d28e27=simple-kafka-broker-default-bootstrap

0 commit comments

Comments
 (0)