From 614d438083fa69af6f9470ce1f5bdf01b036f51e Mon Sep 17 00:00:00 2001 From: Bret McGuire Date: Fri, 26 Jan 2024 21:43:08 -0600 Subject: [PATCH] Update versions in README to 0.1.5 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 33ea880..0431eaa 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ To pass configuration to `cql-proxy`, either command-line flags, environment var ```sh docker run -p 9042:9042 \ - --rm datastax/cql-proxy:v0.1.4 \ + --rm datastax/cql-proxy:v0.1.5 \ --astra-token --astra-database-id ``` @@ -89,7 +89,7 @@ docker run -p 9042:9042 \ ```sh docker run -p 9042:9042 \ - --rm datastax/cql-proxy:v0.1.4 \ + --rm datastax/cql-proxy:v0.1.5 \ -e ASTRA_TOKEN= -e ASTRA_DATABASE_ID= ``` @@ -196,7 +196,7 @@ There are three methods for using `cql-proxy`: ```sh docker run -p 9042:9042 \ - datastax/cql-proxy:v0.1.4 \ + datastax/cql-proxy:v0.1.5 \ --astra-token --astra-database-id ``` @@ -204,17 +204,17 @@ There are three methods for using `cql-proxy`: ```sh docker run -v :/tmp/scb.zip -p 9042:9042 \ - --rm datastax/cql-proxy:v0.1.4 \ + --rm datastax/cql-proxy:v0.1.5 \ --astra-bundle /tmp/scb.zip --username --password ``` - [Apache Cassandra][cassandra] cluster: ```sh docker run -p 9042:9042 \ - datastax/cql-proxy:v0.1.4 \ + datastax/cql-proxy:v0.1.5 \ --contact-points [--username ] [--password ] ``` - If you wish to have the docker image removed after you are done with it, add `--rm` before the image name `datastax/cql-proxy:v0.1.4`. + If you wish to have the docker image removed after you are done with it, add `--rm` before the image name `datastax/cql-proxy:v0.1.5`. ### Use Kubernetes