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 @@ -8,7 +8,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
88GOPKGS = $(shell go list ./... | grep -v /vendor/)
99BUILD_FLAGS ?=
1010LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION ) -w -s
11- TAG ?= "v0.2.7 "
11+ TAG ?= "v0.2.8 "
1212GOARCH ?= amd64
1313GOOS ?= linux
1414
Original file line number Diff line number Diff line change 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
45452 . 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
5959You 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
7878You 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" \
You can’t perform that action at this time.
0 commit comments