mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #47389 from ixdy/kube-addon-manager-update
Automatic merge from submit-queue (batch tested with PRs 47302, 47389, 47402, 47468, 47459) Update to kube-addon-manager:v6.4-beta.2: kubectl v1.6.4 and refreshed base images **What this PR does / why we need it**: refreshes base images for kube-addon-manager with fixes for CVE-2016-9841 and CVE-2016-9843. x-ref https://github.com/kubernetes/kubernetes/issues/47386 **Special notes for your reviewer**: the updated images are not yet pushed, so tests will fail until that's done. **Release note**: ```release-note ``` /assign @MrHohn
This commit is contained in:
commit
d8983699e0
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -13,7 +13,7 @@ spec:
|
||||
# - cluster/images/hyperkube/static-pods/addon-manager-singlenode.json
|
||||
# - cluster/images/hyperkube/static-pods/addon-manager-multinode.json
|
||||
# - test/kubemark/resources/manifests/kube-addon-manager.yaml
|
||||
image: gcr.io/google-containers/kube-addon-manager:v6.4-beta.1
|
||||
image: gcr.io/google-containers/kube-addon-manager:v6.4-beta.2
|
||||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
|
@ -9,7 +9,7 @@ spec:
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: kube-addon-manager
|
||||
image: {{kube_docker_registry}}/kube-addon-manager:v6.4-beta.1
|
||||
image: {{kube_docker_registry}}/kube-addon-manager:v6.4-beta.2
|
||||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
|
Loading…
Reference in New Issue
Block a user