Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanikesn committed Dec 19, 2016
1 parent 1685ab3 commit 10173de
Show file tree
Hide file tree
Showing 3 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
@@ -1,6 +1,6 @@
.PHONY: default

VERSION=1.5.0
VERSION=1.5.1

default: stripped.box box.meta

Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ Now that we know how we want our machine to look like we can write a provisionin
We hardcoded our versions to know good ones:
```
ETCD_VERSION=3.0.15
KUBERNETES_VERSION=1.5.0
DOCKER_VERSION=1.12.4
KUBERNETES_VERSION=1.5.1
DOCKER_VERSION=1.12.5
```

And networking:
Expand Down
4 changes: 2 additions & 2 deletions vg-00-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -euv -o pipefail

ETCD_VERSION=3.0.15
KUBERNETES_VERSION=1.5.0
DOCKER_VERSION=1.12.4
KUBERNETES_VERSION=1.5.1
DOCKER_VERSION=1.12.5

KUBERNETES_SERVER_SHA256=b9c122d709c0556c1e19d31d98bf26ee530f91c0119f4454fb930cef5a0c1aa7

Expand Down

0 comments on commit 10173de

Please sign in to comment.