From f4ca7c475b55dca4bcc1e58b522132b89172daf6 Mon Sep 17 00:00:00 2001 From: Angelo Fausti Date: Mon, 25 Mar 2024 11:15:39 -0700 Subject: [PATCH] Add support to Strimzi 0.40.0 and Kafka 3.7.0 --- .github/workflows/strimzi-kafka.yaml | 4 ++-- CHANGELOG.rst | 5 +++++ strimzi-kafka/Dockerfile | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/strimzi-kafka.yaml b/.github/workflows/strimzi-kafka.yaml index f86b36a..0e0bd73 100644 --- a/.github/workflows/strimzi-kafka.yaml +++ b/.github/workflows/strimzi-kafka.yaml @@ -72,7 +72,7 @@ jobs: context: strimzi-kafka push: true tags: | - lsstsqre/strimzi-0.35.1-kafka-3.4.0:${{ steps.vars.outputs.tag }} - ghcr.io/lsst-sqre/strimzi-0.35.1-kafka-3.4.0:${{ steps.vars.outputs.tag }} + lsstsqre/strimzi-0.40.0-kafka-3.7.0:${{ steps.vars.outputs.tag }} + ghcr.io/lsst-sqre/strimzi-0.40.0-kafka-3.7.0:${{ steps.vars.outputs.tag }} cache-from: type=gha,scope=strimzi-kafka cache-to: type=gha,mode=max,scope=strimzi-kafka diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 13a8292..27b48c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Change log ########## +1.4.0 (2024-03-25) +================== + +* Add support to Strimzi 0.40.0 and Kafka 3.7.0 + 1.3.1 (2023-07-03) ================== diff --git a/strimzi-kafka/Dockerfile b/strimzi-kafka/Dockerfile index 33cf601..50b01c5 100644 --- a/strimzi-kafka/Dockerfile +++ b/strimzi-kafka/Dockerfile @@ -1,5 +1,5 @@ # Build strimzi-kafka image with the influxdb connector plugin -FROM quay.io/strimzi/kafka:0.35.1-kafka-3.4.0 +FROM quay.io/strimzi/kafka:0.40.0-kafka-3.7.0 USER root:root COPY kafka-connect-influxdb-3.0.1-timestampunit.jar /opt/kafka/plugins/ COPY confluentinc-kafka-connect-avro-converter-7.2.0 /opt/kafka/plugins/confluentinc-kafka-connect-avro-converter-7.2.0