Skip to content

Commit

Permalink
Add support to Strimzi 0.40.0 and Kafka 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afausti committed Mar 25, 2024
1 parent b8c0646 commit f4ca7c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/strimzi-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
==================

Expand Down
2 changes: 1 addition & 1 deletion strimzi-kafka/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f4ca7c4

Please sign in to comment.