Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit fd0bdbe

Browse files
kubernetes v1.14.8 (#1761)
1 parent 04b48e3 commit fd0bdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BRANCH=$(git branch | grep \* | cut -d ' ' -f2 | sed -e 's/[^a-zA-Z0-9+=._:/-]*/
77
OUTPUT_PATH=${OUTPUT_PATH:-"bin/kube-aws"}
88
VERSION=""
99
ETCD_VERSION="v3.2.26"
10-
KUBERNETES_VERSION="v1.14.7"
10+
KUBERNETES_VERSION="v1.14.8"
1111

1212
if [ -z "$TAG" ]; then
1313
[[ -n "$BRANCH" ]] && VERSION="${BRANCH}/"

0 commit comments

Comments
 (0)