@@ -40,18 +40,19 @@ As not every Kafka release adds new messages/versions which are relevant to the
4040|  0.2.9               |  to 2.8.0      | 
4141|  0.3.1               |  to 3.4.0      | 
4242|  0.3.11              |  to 3.7.0      | 
43+ |  0.3.12              |  to 3.9.0      | 
4344
4445### Install binary release  
4546
46471 .  Download the latest release
4748
4849   Linux
4950
50-         curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.11 /kafka-proxy-v0.3.11 -linux-amd64.tar.gz | tar xz 
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 
5152
5253   macOS
5354
54-         curl -Ls https://github.com/grepplabs/kafka-proxy/releases/download/v0.3.11 /kafka-proxy-v0.3.11 -darwin-amd64.tar.gz | tar xz 
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 
5556
56572 .  Move the binary in to your PATH.
5758
@@ -69,7 +70,7 @@ Docker images are available on [Docker Hub](https://hub.docker.com/r/grepplabs/k
6970
7071You can launch a kafka-proxy container for trying it out with 
7172
72-     docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.11  \ 
73+     docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.12  \ 
7374              server \ 
7475            --bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \ 
7576            --bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \ 
@@ -88,7 +89,7 @@ Docker images with precompiled plugins located in `/opt/kafka-proxy/bin/` are ta
8889
8990You can launch a kafka-proxy container with auth-ldap plugin for trying it out with 
9091
91-     docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.11 -all \ 
92+     docker run --rm -p 30001-30003:30001-30003 grepplabs/kafka-proxy:0.3.12 -all \ 
9293                  server \ 
9394                --bootstrap-server-mapping "localhost:19092,0.0.0.0:30001" \ 
9495                --bootstrap-server-mapping "localhost:29092,0.0.0.0:30002" \ 
0 commit comments