mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Bumps addon-manager to v6.4-alpha.1 for supporting optional ConfigMap
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user