Update to kube-addon-manager:v6.4-beta.2: new kubectl and base images

This commit is contained in:
Jeff Grafton
2017-06-12 19:28:23 -07:00
parent 208c25381f
commit eddf98d2c8
4 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
### Version 6.4-beta.2 (Mon June 12 2017 Jeff Grafton <jgrafton@google.com>)
- Update kubectl to v1.6.4.
- Refresh base images.
### Version 6.4-beta.1 (Wed March 8 2017 Zihong Zheng <zihongz@google.com>)
- Create EnsureExists class addons before Reconcile class addons.

View File

@@ -15,8 +15,8 @@
IMAGE=gcr.io/google-containers/kube-addon-manager
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
VERSION=v6.4-beta.1
KUBECTL_VERSION?=v1.6.0-beta.2
VERSION=v6.4-beta.2
KUBECTL_VERSION?=v1.6.4
ifeq ($(ARCH),amd64)
BASEIMAGE?=bashell/alpine-bash