File tree 2 files changed +5
-5
lines changed
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)
10
10
GOPKGS = $(shell go list ./... | grep -v /vendor/)
11
11
BUILD_FLAGS ?=
12
12
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION ) -w -s
13
- TAG ?= "v0.3.12 "
13
+ TAG ?= "v0.4.0 "
14
14
GOOS ?= $(if $(TARGETOS ) ,$(TARGETOS ) ,linux)
15
15
GOARCH ?= $(if $(TARGETARCH ) ,$(TARGETARCH ) ,amd64)
16
16
GOARM ?= $(TARGETVARIANT )
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ As not every Kafka release adds new messages/versions which are relevant to the
48
48
49
49
Linux
50
50
51
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.12 /kafka-proxy-v0.3.12 -linux-amd64.tar.gz | tar xz
51
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.4.0 /kafka-proxy-v0.4.0 -linux-amd64.tar.gz | tar xz
52
52
53
53
macOS
54
54
55
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.12 /kafka-proxy-v0.3.12 -darwin-amd64.tar.gz | tar xz
55
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.4.0 /kafka-proxy-v0.4.0 -darwin-amd64.tar.gz | tar xz
56
56
57
57
2 . Move the binary in to your PATH.
58
58
@@ -70,7 +70,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
70
70
71
71
You can launch a kafka-proxy container for trying it out with
72
72
73
- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.12 \
73
+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.4.0 \
74
74
server \
75
75
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
76
76
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
@@ -89,7 +89,7 @@ Docker images with precompiled plugins located in `/opt/kafka-proxy/bin/` are ta
89
89
90
90
You can launch a kafka-proxy container with auth-ldap plugin for trying it out with
91
91
92
- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.12 -all \
92
+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.4.0 -all \
93
93
server \
94
94
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
95
95
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
You can’t perform that action at this time.
0 commit comments