Skip to content

Commit

Permalink
Add Kafka 2.7.0 (wurstmeister#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-x-h authored Jan 2, 2021
1 parent 9a435ae commit 1c54372
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
# This version will be also tagged as 'latest'
env:
global:
- LATEST="2.13-2.6.0"
- LATEST="2.13-2.7.0"

# Build recommended versions based on: http://kafka.apache.org/downloads
matrix:
Expand Down Expand Up @@ -39,6 +39,8 @@ matrix:
env: KAFKA_VERSION=2.5.0
- scala: 2.13
env: KAFKA_VERSION=2.6.0
- scala: 2.13
env: KAFKA_VERSION=2.7.0

install:
- docker --version
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

Kafka features are not tied to a specific kafka-docker version (ideally all changes will be merged into all branches). Therefore, this changelog will track changes to the image by date.

30-Dec-2020
-----------

- Add support for Kafka `2.7.0`

06-Aug-2020
-----------

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8u212-jre-alpine

ARG kafka_version=2.6.0
ARG kafka_version=2.7.0
ARG scala_version=2.13
ARG glibc_version=2.31-r0
ARG vcs_ref=unspecified
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Tags and releases

All versions of the image are built from the same set of scripts with only minor variations (i.e. certain features are not supported on older versions). The version format mirrors the Kafka format, `<scala version>-<kafka version>`. Initially, all images are built with the recommended version of scala documented on [http://kafka.apache.org/downloads](http://kafka.apache.org/downloads). Available tags are:

- `2.13-2.7.0`
- `2.13-2.6.0`
- `2.12-2.5.0`
- `2.12-2.4.1`
Expand Down
2 changes: 1 addition & 1 deletion test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
image: confluentinc/cp-kafkacat:5.0.0
environment:
- BROKER_LIST
- KAFKA_VERSION=${KAFKA_VERSION-2.6.0}
- KAFKA_VERSION=${KAFKA_VERSION-2.7.0}
volumes:
- .:/tests
working_dir: /tests
Expand Down

0 comments on commit 1c54372

Please sign in to comment.