Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Jul 11, 2019
1 parent 4e19508 commit f0d991c
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion prepare-vms/lib/commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ EOF"
pssh "
if [ ! -x /usr/local/bin/stern ]; then
##VERSION##
sudo curl -L -o /usr/local/bin/stern https://github.com/wercker/stern/releases/download/1.10.0/stern_linux_amd64 &&
sudo curl -L -o /usr/local/bin/stern https://github.com/wercker/stern/releases/download/1.11.0/stern_linux_amd64 &&
sudo chmod +x /usr/local/bin/stern &&
stern --completion bash | sudo tee /etc/bash_completion.d/stern
fi"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/admin-dmuc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paper_margin: 0.2in
engine_version: stable

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.21.1
compose_version: 1.24.1
machine_version: 0.14.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/admin-kubenet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paper_margin: 0.2in
engine_version: stable

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.21.1
compose_version: 1.24.1
machine_version: 0.14.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/admin-kuberouter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paper_margin: 0.2in
engine_version: stable

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.21.1
compose_version: 1.24.1
machine_version: 0.14.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/admin-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paper_margin: 0.2in
engine_version: stable

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.21.1
compose_version: 1.24.1
machine_version: 0.14.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ paper_margin: 0.2in
engine_version: test

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.18.0
compose_version: 1.24.1
machine_version: 0.13.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/fundamentals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ paper_margin: 0.2in
engine_version: stable

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.22.0
compose_version: 1.24.1
machine_version: 0.15.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/jerome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paper_margin: 0.2in
engine_version: stable

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.21.1
compose_version: 1.24.1
machine_version: 0.14.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/kube101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ paper_margin: 0.2in
engine_version: stable

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.21.1
compose_version: 1.24.1
machine_version: 0.14.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion prepare-vms/settings/swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ paper_margin: 0.2in
engine_version: stable

# These correspond to the version numbers visible on their respective GitHub release pages
compose_version: 1.22.0
compose_version: 1.24.1
machine_version: 0.15.0

# Password used to connect with the "docker user"
Expand Down
2 changes: 1 addition & 1 deletion slides/k8s/logs-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Exactly what we need!
- The following commands will install Stern on a Linux Intel 64 bit machine:
```bash
sudo curl -L -o /usr/local/bin/stern \
https://github.com/wercker/stern/releases/download/1.10.0/stern_linux_amd64
https://github.com/wercker/stern/releases/download/1.11.0/stern_linux_amd64
sudo chmod +x /usr/local/bin/stern
```

Expand Down
4 changes: 2 additions & 2 deletions slides/k8s/versions-k8s.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Versions installed

- Kubernetes 1.15.0
- Docker Engine 18.09.6
- Docker Compose 1.21.1
- Docker Engine 18.09.7
- Docker Compose 1.24.1

<!-- ##VERSION## -->

Expand Down

0 comments on commit f0d991c

Please sign in to comment.