Skip to content

Commit 66009ba

Browse files
committed
Prepare release v0.3.7
1 parent 090ca2c commit 66009ba

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
@@ -10,7 +10,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
1010
GOPKGS = $(shell go list ./... | grep -v /vendor/)
1111
BUILD_FLAGS ?=
1212
LDFLAGS ?= -X github.com/grepplabs/kafka-proxy/config.Version=$(VERSION) -w -s
13-
TAG ?= "v0.3.6"
13+
TAG ?= "v0.3.7"
1414
GOOS ?= $(if $(TARGETOS),$(TARGETOS),linux)
1515
GOARCH ?= $(if $(TARGETARCH),$(TARGETARCH),amd64)
1616
GOARM ?= $(TARGETVARIANT)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ As not every Kafka release adds new messages/versions which are relevant to the
4747

4848
Linux
4949

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
5151

5252
macOS
5353

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
5555

5656
2. Move the binary in to your PATH.
5757

@@ -69,7 +69,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
6969
7070
You can launch a kafka-proxy container for trying it out with
7171
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 \
7373
server \
7474
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
7575
--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
8888
8989
You can launch a kafka-proxy container with auth-ldap plugin for trying it out with
9090
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 \
9292
server \
9393
--bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \
9494
--bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \

0 commit comments

Comments
 (0)