Skip to content

Commit

Permalink
Bump: v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Dec 7, 2020
1 parent b8e96c5 commit a3e7789
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SHELL := /bin/bash

export PLAYGROUND_VERSION=0.1.6-alpha
export PLAYGROUND_VERSION=0.2.0-alpha

.PHONY: coverage docs site build

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can run the playground directly with Docker.
$ docker run -d --rm \
--privileged \
-v /var/run/docker.sock:/var/run/docker.sock \
phlax/envoy-playground:0.1.6-alpha
phlax/envoy-playground:0.2.0-alpha
```

You can stop the playground with.
Expand Down
4 changes: 2 additions & 2 deletions bin/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ echo "Load or pull playground image"
if [[ -e /tmp/docker/playground.tar.gz ]]; then
docker load < /tmp/docker/playground.tar.gz
else
docker pull phlax/envoy-playground:0.1.6-alpha
docker tag phlax/envoy-playground:0.1.6-alpha envoy-playground
docker pull phlax/envoy-playground:0.2.0-alpha
docker tag phlax/envoy-playground:0.2.0-alpha envoy-playground
fi

docker images
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ You can run the playground directly with Docker.
$ docker run -d --rm \
--privileged \
-v /var/run/docker.sock:/var/run/docker.sock \
phlax/envoy-playground:0.1.6-alpha
phlax/envoy-playground:0.2.0-alpha

0 comments on commit a3e7789

Please sign in to comment.