Bumps addon-manager to v6.4-alpha.1 for supporting optional ConfigMap

This commit is contained in:
Zihong Zheng 2017-01-31 16:42:24 -08:00
parent f44cefeb4e
commit c91d605124
5 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,6 @@
### Version 6.4-alpha.1 (Wed February 1 2017 Zihong Zheng <zihongz@google.com>)
- Update kubectl to v1.6.0-alpha.1 for supporting optional ConfigMap.
### Version 6.3 (Fri January 27 2017 Lucas Käldström <lucas.kaldstrom@hotmail.co.uk>)
- Updated the arm base image to `armhf/busybox` and now using qemu v2.7 for emulation.

View File

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

View File

@ -11,7 +11,7 @@
"containers": [
{
"name": "kube-addon-manager",
"image": "REGISTRY/kube-addon-manager-ARCH:v6.2",
"image": "REGISTRY/kube-addon-manager-ARCH:v6.4-alpha.1",
"resources": {
"requests": {
"cpu": "5m",

View File

@ -11,7 +11,7 @@
"containers": [
{
"name": "kube-addon-manager",
"image": "REGISTRY/kube-addon-manager-ARCH:v6.2",
"image": "REGISTRY/kube-addon-manager-ARCH:v6.4-alpha.1",
"resources": {
"requests": {
"cpu": "5m",

View File

@ -12,7 +12,7 @@ spec:
# When updating version also bump it in:
# - cluster/images/hyperkube/static-pods/addon-manager-singlenode.json
# - cluster/images/hyperkube/static-pods/addon-manager-multinode.json
image: gcr.io/google-containers/kube-addon-manager:v6.2
image: gcr.io/google-containers/kube-addon-manager:v6.4-alpha.1
command:
- /bin/bash
- -c