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

Add support to Strimzi 0.40.0 and Kafka 3.7.0 #123

Open
wants to merge 1 commit into
base: master
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 .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
Loading