File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
1010GOPKGS = $(shell go list ./... | grep -v /vendor/)
1111BUILD_FLAGS ?=
1212LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION ) -w -s
13- TAG ?= "v0.3.1 "
13+ TAG ?= "v0.3.2 "
1414GOARCH ?= amd64
1515GOOS ?= linux
1616
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ As not every Kafka release adds new messages/versions which are relevant to the
4646
4747 Linux
4848
49- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.1 /kafka-proxy-v0.3.1 -linux-amd64.tar.gz | tar xz
49+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.2 /kafka-proxy-v0.3.2 -linux-amd64.tar.gz | tar xz
5050
5151 macOS
5252
53- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.1 /kafka-proxy-v0.3.1 -darwin-amd64.tar.gz | tar xz
53+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.2 /kafka-proxy-v0.3.2 -darwin-amd64.tar.gz | tar xz
5454
55552 . Move the binary in to your PATH.
5656
@@ -68,7 +68,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
6868
6969You can launch a kafka-proxy container for trying it out with
7070
71- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.3.1 \
71+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.3.2 \
7272 server \
7373 --bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
7474 --bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
@@ -87,7 +87,7 @@ Docker images with precompiled plugins located in `/opt/kafka-proxy/bin/` are ta
8787
8888You can launch a kafka-proxy container with auth-ldap plugin for trying it out with
8989
90- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.3.1 -all \
90+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:v0.3.2 -all \
9191 server \
9292 --bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
9393 --bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
You can’t perform that action at this time.
0 commit comments