Skip to content

chore: bump kafka version to 3.9.1 #750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.9.0
productVersion: 3.9.1
clusterConfig:
zookeeperConfigMapName: simple-kafka-znode
tls:
Expand Down
4 changes: 2 additions & 2 deletions modules/concepts/pages/product-image-selection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ These images contain various tools for initialization jobs and/or the actual pro
Stackable uses two separate versions to describe the images provided as part of the platform:

**Product version** +
This is the version of the product that the image provides, such as Kafka 3.9.0.
This is the version of the product that the image provides, such as Kafka 3.9.1

TIP: You can find all products and their supported versions in the xref:operators:supported_versions.adoc[supported versions overview].
You can also find the supported versions per product on each operator page, for example, for xref:kafka:index.adoc#_supported_versions[Apache Kafka].
Expand Down Expand Up @@ -71,7 +71,7 @@ TIP: All our images are also mirrored to our https://quay.io/organization/stacka
----
spec:
image:
productVersion: 3.9.0 <.>
productVersion: 3.9.1 <.>
# stackableVersion: 25.7.0 # optional <.>
----
<.> The version of your product.
Expand Down
Loading