Skip to content
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

Bump to Strimzi 0.43.0 operator and Kafka operand to 3.8 #2853

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions hack/lib/strimzi.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
# PLAINTEXT
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
auto.create.topics.enable: "false"
entityOperator:
topicOperator: {}
Expand Down
2 changes: 1 addition & 1 deletion hack/lib/vars.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
# shellcheck disable=SC1091,SC1090
source "$(dirname "${BASH_SOURCE[0]}")/../../vendor/knative.dev/hack/e2e-tests.sh"

export STRIMZI_VERSION=0.42.0
export STRIMZI_VERSION=0.43.0

# Adjust these when upgrading the knative versions.
export KNATIVE_SERVING_VERSION="${KNATIVE_SERVING_VERSION:-$(metadata.get dependencies.serving)}"
Expand Down
Loading