Skip to content

Commit

Permalink
Prep for v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed Nov 23, 2018
1 parent 833c404 commit 26f3cb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Changelog

### Version 0.16.0 (TBD)
#### Version 0.16.0 (2018-11-23)

Implemented:
* [#156](https://github.com/mailgun/kafka-pixy/pull/156)
[#151](https://github.com/mailgun/kafka-pixy/pull/151) Added formal support
for Kafka versions up to v2.1.0.
* [#155](https://github.com/mailgun/kafka-pixy/pull/155) When the last group
member leaves a consumer group, all group records are removed from ZooKeeper.
Group records were never deleted from ZooKeeper before, that could cause
issues with disposable groups.
* [#151](https://github.com/mailgun/kafka-pixy/pull/151) Added formal support
for Kafka versions up to v2.0.0.
* [#144](https://github.com/mailgun/kafka-pixy/pull/144) Added support for
specifying and receiving Kafka record headers over both the HTTP and gRPC
produce and consume interfaces.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11.1-alpine3.8 AS builder
FROM golang:1.11.2-alpine3.8 AS builder
RUN mkdir -p /go/src/github.com/mailgun/kafka-pixy
COPY . /go/src/github.com/mailgun/kafka-pixy
WORKDIR /go/src/github.com/mailgun/kafka-pixy
Expand Down

0 comments on commit 26f3cb5

Please sign in to comment.