Skip to content

Commit 38062e1

Browse files
committed
Release 0.2.8
1 parent d1f92e4 commit 38062e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
88
GOPKGS = $(shell go list ./... | grep -v /vendor/)
99
BUILD_FLAGS ?=
1010
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION) -w -s
11-
TAG ?= "v0.2.7"
11+
TAG ?= "v0.2.8"
1212
GOARCH ?= amd64
1313
GOOS ?= linux
1414

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ See:
3636

3737
Linux
3838

39-
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.7/kafka-proxy-v0.2.7-linux-amd64.tar.gz | tar xz
39+
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.8/kafka-proxy-v0.2.8-linux-amd64.tar.gz | tar xz
4040

4141
macOS
4242

43-
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.7/kafka-proxy-v0.2.7-darwin-amd64.tar.gz | tar xz
43+
curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.2.8/kafka-proxy-v0.2.8-darwin-amd64.tar.gz | tar xz
4444

4545
2. Move the binary in to your PATH.
4646

@@ -58,7 +58,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
5858
5959
You can launch a kafka-proxy container for trying it out with
6060
61-
docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.2.7 \
61+
docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.2.8 \
6262
server \
6363
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
6464
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
@@ -77,7 +77,7 @@ Docker images with precompiled plugins located in `/opt/kafka-proxy/bin/` are ta
7777
7878
You can launch a kafka-proxy container with auth-ldap plugin for trying it out with
7979
80-
docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.2.7-all \
80+
docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.2.8-all \
8181
server \
8282
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
8383
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \

0 commit comments

Comments
 (0)