File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1- ## latest / 0.8.2.1-1 - Unreleased
1+ ## latest - Unreleased
22
3+ ## 0.8.2.2 - 17 April, 2016
4+
5+ - Updated to Kafka 0.8.2.2
36- Allow more flexible configuration of ZooKeeper connection string so that a ZK
47 cluster can be used. ([ androa] , #4 )
8+ - Fix ` advertised.host.name ` for resolution for ` /etc/hosts ` changes in Docker
9+ 1.10.0+. ([ davidgiesberg] , #14 )
510
611## 0.8.2.1 - 24 August, 2015
712
@@ -28,3 +33,4 @@ Initial build with Kafka 0.8.1.1 from official binary distribution.
2833
2934
3035[ androa ] : https://github.com/androa
36+ [ davidgiesberg ] : https://github.com/davidgiesberg
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM netflixoss/java:7
1010MAINTAINER Ches Martin <
[email protected] >
1111
1212# The Scala 2.10 build is currently recommended by the project.
13- ENV KAFKA_VERSION=0.8.2.1 KAFKA_SCALA_VERSION=2.10 JMX_PORT=7203
13+ ENV KAFKA_VERSION=0.8.2.2 KAFKA_SCALA_VERSION=2.10 JMX_PORT=7203
1414ENV KAFKA_RELEASE_ARCHIVE kafka_${KAFKA_SCALA_VERSION}-${KAFKA_VERSION}.tgz
1515
1616RUN mkdir /kafka /data /logs
You can’t perform that action at this time.
0 commit comments