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)
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.6 "
13
+ TAG ?= "v0.3.7 "
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 @@ -47,11 +47,11 @@ As not every Kafka release adds new messages/versions which are relevant to the
47
47
48
48
Linux
49
49
50
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.6 /kafka-proxy-v0.3.6 -linux-amd64.tar.gz | tar xz
50
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.7 /kafka-proxy-v0.3.7 -linux-amd64.tar.gz | tar xz
51
51
52
52
macOS
53
53
54
- curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.6 /kafka-proxy-v0.3.6 -darwin-amd64.tar.gz | tar xz
54
+ curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.7 /kafka-proxy-v0.3.7 -darwin-amd64.tar.gz | tar xz
55
55
56
56
2 . Move the binary in to your PATH.
57
57
@@ -69,7 +69,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
69
69
70
70
You can launch a kafka-proxy container for trying it out with
71
71
72
- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.6 \
72
+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.7 \
73
73
server \
74
74
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
75
75
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
@@ -88,7 +88,7 @@ Docker images with precompiled plugins located in `/opt/kafka-proxy/bin/` are ta
88
88
89
89
You can launch a kafka-proxy container with auth-ldap plugin for trying it out with
90
90
91
- docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.6 -all \
91
+ docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.7 -all \
92
92
server \
93
93
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
94
94
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \
You can’t perform that action at this time.
0 commit comments