From 3a58a801caf089c6001f562c2ea71f5bc6882d9b Mon Sep 17 00:00:00 2001 From: Pahud Date: Mon, 8 Apr 2019 00:55:20 +0000 Subject: [PATCH] version bump to 1.11.9 --- Makefile | 2 +- README.md | 4 ++-- README_en.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d6ece95..63ae9b2 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MASTER_SIZE ?= m4.large NODE_SIZE ?= c5.large NODE_COUNT ?= 2 SSH_PUBLIC_KEY ?= ~/.ssh/id_rsa.pub -KUBERNETES_VERSION ?= v1.11.8 +KUBERNETES_VERSION ?= v1.11.9 KOPS_VERSION ?= 1.11.1 # do not modify following values diff --git a/README.md b/README.md index 3a45b27..4d6b192 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kops/1.11.1/linux //kops for mac os https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kops/1.11.1/darwin/amd64/kops //kubectl for linux -https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kubernetes-release/release/v1.11.8/bin/linux/amd64/kubectl +https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kubernetes-release/release/v1.11.9/bin/linux/amd64/kubectl //kubectl for mac os -https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kubernetes-release/release/v1.11.8/bin/darwin/amd64/kubectl +https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kubernetes-release/release/v1.11.9/bin/darwin/amd64/kubectl ``` diff --git a/README_en.md b/README_en.md index 2086461..4f41b6c 100644 --- a/README_en.md +++ b/README_en.md @@ -34,9 +34,9 @@ https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kops/1.11.1/linux //kops for mac os https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kops/1.11.1/darwin/amd64/kops //kubectl for linux -https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kubernetes-release/release/v1.11.8/bin/linux/amd64/kubectl +https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kubernetes-release/release/v1.11.9/bin/linux/amd64/kubectl //kubectl for mac os -https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kubernetes-release/release/v1.11.8/bin/darwin/amd64/kubectl +https://s3.cn-north-1.amazonaws.com.cn/kops-bjs/fileRepository/kubernetes-release/release/v1.11.9/bin/darwin/amd64/kubectl ```