From 838e6becf6e3e36cf388b09edd4ab6389e335239 Mon Sep 17 00:00:00 2001 From: Jakub Stejskal Date: Thu, 5 Sep 2024 15:40:00 +0200 Subject: [PATCH] Update Kafkas to 3.7.0 and 3.8.0 Signed-off-by: Jakub Stejskal --- amq-streams/kafka/00-kafka-route.yaml | 6 +++--- debezium/connector/040-Connect.yaml | 2 +- .../060-Deployment-strimzi-cluster-operator.yaml | 2 +- strimzi/kraft-mode/kafka/00-kafka-route.yaml | 2 +- .../mirror-maker2/00-kafka-mirror-maker-2-tls.yaml | 2 +- .../060-Deployment-strimzi-cluster-operator.yaml | 2 +- strimzi/zookeeper-mode/kafka/00-kafka-route.yaml | 6 +++--- .../mirror-maker2/00-kafka-mirror-maker-2-tls.yaml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/amq-streams/kafka/00-kafka-route.yaml b/amq-streams/kafka/00-kafka-route.yaml index 0111f0c4..b5d658ac 100755 --- a/amq-streams/kafka/00-kafka-route.yaml +++ b/amq-streams/kafka/00-kafka-route.yaml @@ -8,7 +8,7 @@ metadata: clients: used spec: kafka: - version: 3.6.0 + version: 3.7.0 replicas: 7 listeners: - name: plain @@ -31,8 +31,8 @@ spec: offsets.topic.replication.factor: 5 transaction.state.log.replication.factor: 5 transaction.state.log.min.isr: 3 - log.message.format.version: "3.6" - inter.broker.protocol.version: "3.6" + log.message.format.version: "3.7" + inter.broker.protocol.version: "3.7" log.retention.hours: -1 # i.e., not time limit is applied log.retention.bytes: 104000000 # 104 MB log.segment.bytes: 56000000 # 56 MB diff --git a/debezium/connector/040-Connect.yaml b/debezium/connector/040-Connect.yaml index 502ec472..5bf93071 100755 --- a/debezium/connector/040-Connect.yaml +++ b/debezium/connector/040-Connect.yaml @@ -8,7 +8,7 @@ metadata: annotations: strimzi.io/use-connector-resources: "true" spec: - version: 3.7.1 + version: 3.8.0 replicas: 1 bootstrapServers: anubis-kafka-bootstrap.strimzi-kafka.svc:9093 metricsConfig: diff --git a/strimzi/kraft-mode/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml b/strimzi/kraft-mode/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml index 5025fdd5..92241bc8 100755 --- a/strimzi/kraft-mode/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml +++ b/strimzi/kraft-mode/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml @@ -89,7 +89,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: STRIMZI_FEATURE_GATES - value: "" + value: "+ContinueReconciliationOnManualRollingUpdateFailure" - name: STRIMZI_LEADER_ELECTION_ENABLED value: "true" - name: STRIMZI_LEADER_ELECTION_LEASE_NAME diff --git a/strimzi/kraft-mode/kafka/00-kafka-route.yaml b/strimzi/kraft-mode/kafka/00-kafka-route.yaml index 62d76c5c..1d42767a 100755 --- a/strimzi/kraft-mode/kafka/00-kafka-route.yaml +++ b/strimzi/kraft-mode/kafka/00-kafka-route.yaml @@ -66,7 +66,7 @@ metadata: strimzi.io/kraft: enabled spec: kafka: - version: 3.7.1 + version: 3.8.0 # ignored by nodepools, needed just for schema validation listeners: - name: plain diff --git a/strimzi/kraft-mode/mirror-maker2/00-kafka-mirror-maker-2-tls.yaml b/strimzi/kraft-mode/mirror-maker2/00-kafka-mirror-maker-2-tls.yaml index 33838820..e704b576 100755 --- a/strimzi/kraft-mode/mirror-maker2/00-kafka-mirror-maker-2-tls.yaml +++ b/strimzi/kraft-mode/mirror-maker2/00-kafka-mirror-maker-2-tls.yaml @@ -5,7 +5,7 @@ metadata: labels: mode: kraft spec: - version: 3.7.1 + version: 3.8.0 replicas: 3 resources: requests: diff --git a/strimzi/zookeeper-mode/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml b/strimzi/zookeeper-mode/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml index 18e44c2f..8feb0078 100755 --- a/strimzi/zookeeper-mode/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml +++ b/strimzi/zookeeper-mode/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml @@ -89,7 +89,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: STRIMZI_FEATURE_GATES - value: "" + value: "+ContinueReconciliationOnManualRollingUpdateFailure" - name: STRIMZI_LEADER_ELECTION_ENABLED value: "true" - name: STRIMZI_LEADER_ELECTION_LEASE_NAME diff --git a/strimzi/zookeeper-mode/kafka/00-kafka-route.yaml b/strimzi/zookeeper-mode/kafka/00-kafka-route.yaml index db36721e..4d3b7aae 100755 --- a/strimzi/zookeeper-mode/kafka/00-kafka-route.yaml +++ b/strimzi/zookeeper-mode/kafka/00-kafka-route.yaml @@ -41,7 +41,7 @@ metadata: strimzi.io/node-pools: enabled spec: kafka: - version: 3.7.1 + version: 3.8.0 listeners: - name: plain port: 9092 @@ -67,8 +67,8 @@ spec: log.retention.hours: -1 # i.e., not time limit is applied log.retention.bytes: 128000000 # 128 MB log.segment.bytes: 64000000 - log.message.format.version: "3.7" - inter.broker.protocol.version: "3.7" + log.message.format.version: "3.8" + inter.broker.protocol.version: "3.8" min.insync.replicas: 2 authorization: type: simple diff --git a/strimzi/zookeeper-mode/mirror-maker2/00-kafka-mirror-maker-2-tls.yaml b/strimzi/zookeeper-mode/mirror-maker2/00-kafka-mirror-maker-2-tls.yaml index a99f7af4..0c1e1ad2 100755 --- a/strimzi/zookeeper-mode/mirror-maker2/00-kafka-mirror-maker-2-tls.yaml +++ b/strimzi/zookeeper-mode/mirror-maker2/00-kafka-mirror-maker-2-tls.yaml @@ -5,7 +5,7 @@ metadata: labels: mode: zookeeper spec: - version: 3.7.1 + version: 3.8.0 replicas: 3 resources: requests: