Bumps addon-manager to v6.4-alpha.3 and updates template files

This commit is contained in:
Zihong Zheng
2017-02-24 16:47:29 -08:00
parent 7eb9b81d67
commit 64ba52ae71
6 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
### Version 6.4-alpha.3 (Fri February 24 2017 Zihong Zheng <zihongz@google.com>)
- Support 'ensure exist' class addon and use addon-manager specific label.
### Version 6.4-alpha.2 (Wed February 16 2017 Zihong Zheng <zihongz@google.com>)
- Update kubectl to v1.6.0-alpha.2 to use HPA in autoscaling/v1 instead of extensions/v1beta1.

View File

@@ -15,7 +15,10 @@
IMAGE=gcr.io/google-containers/kube-addon-manager
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
VERSION=v6.4-alpha.2
VERSION=v6.4-alpha.3
# TODO: Current Addon Manager is built with kubectl on head
# (GitCommit:"17375fc59fff39135af63bd1750bb07c36ef873b").
# Should use next released kubectl once available.
KUBECTL_VERSION?=v1.6.0-alpha.2
ifeq ($(ARCH),amd64)