Skip to content

Commit 3fbbec1

Browse files
committed
chore: bump kafka to version 3.9.1
1 parent 1972d1b commit 3fbbec1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

docs/modules/kafka/partials/supported-versions.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
// This is a separate file, since it is used by both the direct Kafka documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
* 3.9.0
5+
* 3.9.0 (deprecated)
6+
* 3.9.1
67
* 3.7.2 (LTS)

tests/test-definition.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dimensions:
88
values:
99
- 3.7.2
1010
- 3.9.0
11+
- 3.9.1
1112
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1213
# as in the example below.
1314
# - 3.8.0,oci.stackable.tech/sdp/kafka:3.8.0-stackable0.0.0-dev
@@ -28,7 +29,7 @@ dimensions:
2829
- 3.7.2
2930
- name: upgrade_new
3031
values:
31-
- 3.9.0
32+
- 3.9.1
3233
- name: use-client-tls
3334
values:
3435
- "true"

0 commit comments

Comments
 (0)