Skip to content

Commit 6207bed

Browse files
committed
Release v0.8.2.2
1 parent f2aab90 commit 6207bed

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM netflixoss/java:7
1010
MAINTAINER 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
1414
ENV KAFKA_RELEASE_ARCHIVE kafka_${KAFKA_SCALA_VERSION}-${KAFKA_VERSION}.tgz
1515

1616
RUN mkdir /kafka /data /logs

0 commit comments

Comments
 (0)