Skip to content

Commit 2cb6b76

Browse files
jrpilatsscaling
authored andcommitted
Update kafka to 1.x branch to 1.1.1 (wurstmeister#361)
1 parent dfd54eb commit 2cb6b76

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ services:
1616
# - KAFKA_VERSION=0.10.2.1
1717
# - KAFKA_VERSION=0.11.0.2
1818
# - KAFKA_VERSION=1.0.1
19-
# - KAFKA_VERSION=1.1.0
19+
# - KAFKA_VERSION=1.1.1
2020

2121
# This version will be also tagged as 'latest'
2222
env:
2323
global:
24-
- LATEST="2.11-1.1.0"
24+
- LATEST="2.11-1.1.1"
2525

2626
# Build recommended versions based on: http://kafka.apache.org/downloads
2727
matrix:
@@ -37,7 +37,7 @@ matrix:
3737
- scala: 2.11
3838
env: KAFKA_VERSION=1.0.1
3939
- scala: 2.11
40-
env: KAFKA_VERSION=1.1.0
40+
env: KAFKA_VERSION=1.1.1
4141

4242
install:
4343
- docker --version

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM openjdk:8u171-jre-alpine
22

3-
ARG kafka_version=1.1.0
3+
ARG kafka_version=1.1.1
44
ARG scala_version=2.12
55
ARG glibc_version=2.27-r0
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Tags and releases
1616

1717
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:
1818

19-
- `2.11-1.1.0`
19+
- `2.11-1.1.1`
2020
- `2.11-1.0.1`
2121
- `2.11-0.11.0.2`
2222
- `2.11-0.10.2.1`

test/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
image: confluentinc/cp-kafkacat
3636
environment:
3737
- BROKER_LIST
38-
- KAFKA_VERSION=${KAFKA_VERSION-1.1.0}
38+
- KAFKA_VERSION=${KAFKA_VERSION-1.1.1}
3939
volumes:
4040
- .:/tests
4141
working_dir: /tests

0 commit comments

Comments
 (0)