Skip to content

test: Bump Kafka to 3.7.2, Add 3.9.0 #822

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 5 commits into from
Feb 4, 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@ All notable changes to this project will be documented in this file.
- Run a `containerdebug` process in the background of each Kafka container to collect debugging information ([#803]).
- Aggregate emitted Kubernetes events on the CustomResources ([#809]).
- Support configuring JVM arguments ([#819]).
- Add Kafka 3.9.0 to tests ([#822]).

### Changed

- Default to OCI for image metadata and product image selection ([#810]).
- 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]).

[#796]: https://github.com/stackabletech/kafka-operator/pull/796
[#803]: https://github.com/stackabletech/kafka-operator/pull/803
[#809]: https://github.com/stackabletech/kafka-operator/pull/809
[#810]: https://github.com/stackabletech/kafka-operator/pull/810
[#813]: https://github.com/stackabletech/kafka-operator/pull/813
[#819]: https://github.com/stackabletech/kafka-operator/pull/819
[#822]: https://github.com/stackabletech/kafka-operator/pull/822

## [24.11.1] - 2025-01-10

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/kafka/examples/getting_started/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
tls:
serverSecretClass: null
Expand Down
10 changes: 5 additions & 5 deletions docs/modules/kafka/pages/usage-guide/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
zookeeperConfigMapName: simple-kafka-znode
tls:
Expand Down Expand Up @@ -90,7 +90,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authentication:
- authenticationClass: kafka-client-tls # <1>
Expand Down Expand Up @@ -135,7 +135,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authentication:
- authenticationClass: kafka-client-kerberos # <1>
Expand Down Expand Up @@ -179,7 +179,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authorization:
opa:
Expand All @@ -203,7 +203,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authorization:
opa:
Expand Down
2 changes: 1 addition & 1 deletion examples/logging/simple-kafka-cluster-opa-log4j.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authorization:
opa:
Expand Down
2 changes: 1 addition & 1 deletion examples/opa/simple-kafka-cluster-opa-allow-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authorization:
opa:
Expand Down
2 changes: 1 addition & 1 deletion examples/tls/simple-kafka-cluster-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ metadata:
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authentication:
- authenticationClass: kafka-client-auth-tls
Expand Down
2 changes: 1 addition & 1 deletion rust/crd/src/affinity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
zookeeperConfigMapName: xyz
brokers:
Expand Down
14 changes: 7 additions & 7 deletions rust/crd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
zookeeperConfigMapName: xyz
"#;
Expand All @@ -588,7 +588,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
tls:
serverSecretClass: simple-kafka-server-tls
Expand All @@ -612,7 +612,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
tls:
serverSecretClass: null
Expand All @@ -632,7 +632,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
zookeeperConfigMapName: xyz
clusterConfig:
tls:
Expand All @@ -656,7 +656,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
zookeeperConfigMapName: xyz
"#;
Expand All @@ -674,7 +674,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
tls:
internalSecretClass: simple-kafka-internal-tls
Expand All @@ -694,7 +694,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
tls:
serverSecretClass: simple-kafka-server-tls
Expand Down
4 changes: 2 additions & 2 deletions rust/crd/src/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ mod tests {
namespace: default
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authentication:
- authenticationClass: kafka-client-tls
Expand Down Expand Up @@ -471,7 +471,7 @@ mod tests {
namespace: default
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
authentication:
- authenticationClass: kafka-kerberos
Expand Down
4 changes: 2 additions & 2 deletions rust/operator-binary/src/config/jvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
zookeeperConfigMapName: xyz
brokers:
Expand Down Expand Up @@ -140,7 +140,7 @@ mod tests {
name: simple-kafka
spec:
image:
productVersion: 3.7.1
productVersion: 3.7.2
clusterConfig:
zookeeperConfigMapName: xyz
brokers:
Expand Down
11 changes: 6 additions & 5 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
dimensions:
- name: kafka
values:
- 3.7.1
- 3.7.2
- 3.8.0
- 3.9.0
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
# as in the example below.
# - 3.8.0,oci.stackable.tech/sdp/kafka:3.8.0-stackable0.0.0-dev
- name: kafka-latest
values:
- 3.7.1 # Using LTS version here
- 3.7.2 # Using LTS version here
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
# as in the example below.
# - 3.7.1,oci.stackable.tech/sdp/kafka:3.7.1-stackable0.0.0-dev
# - 3.7.2,oci.stackable.tech/sdp/kafka:3.7.2-stackable0.0.0-dev
- name: zookeeper
values:
- 3.9.2
Expand All @@ -25,10 +26,10 @@ dimensions:
- 3.9.2
- name: upgrade_old
values:
- 3.7.1
- 3.8.0
- name: upgrade_new
values:
- 3.8.0
- 3.9.0
- name: use-client-tls
values:
- "true"
Expand Down