Skip to content

Commit

Permalink
Merge pull request #68489 from Random-Liu/automated-cherry-pick-of-#6…
Browse files Browse the repository at this point in the history
…8299-upstream-release-1.11

Automated cherry pick of #68299: Bump addon-manager to v8.7 - Support extra
  • Loading branch information
k8s-ci-robot committed Sep 18, 2018
2 parents 7df99ef + ed8eb30 commit f818aa3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions cluster/addons/addon-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 8.7 (Tue September 4 2018 Zihong Zheng <zihongz@google.com>)
- Support extra `--prune-whitelist` resources in kube-addon-manager.
- Update kubectl to v1.10.7.

### Version 8.6 (Tue February 20 2018 Zihong Zheng <zihongz@google.com>)
- Allow reconcile/ensure loop to work with resource under non-kube-system namespace.
- Update kubectl to v1.9.3.
Expand Down
4 changes: 2 additions & 2 deletions cluster/addons/addon-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
IMAGE=staging-k8s.gcr.io/kube-addon-manager
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
VERSION=v8.6
KUBECTL_VERSION?=v1.9.3
VERSION=v8.7
KUBECTL_VERSION?=v1.10.7

ifeq ($(ARCH),amd64)
BASEIMAGE?=bashell/alpine-bash
Expand Down
2 changes: 1 addition & 1 deletion cluster/gce/manifests/kube-addon-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- name: kube-addon-manager
# When updating version also bump it in:
# - test/kubemark/resources/manifests/kube-addon-manager.yaml
image: k8s.gcr.io/kube-addon-manager:v8.6
image: k8s.gcr.io/kube-addon-manager:v8.7
command:
- /bin/bash
- -c
Expand Down
2 changes: 1 addition & 1 deletion test/kubemark/resources/manifests/kube-addon-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
hostNetwork: true
containers:
- name: kube-addon-manager
image: {{kube_docker_registry}}/kube-addon-manager:v8.6
image: {{kube_docker_registry}}/kube-addon-manager:v8.7
command:
- /bin/bash
- -c
Expand Down

0 comments on commit f818aa3

Please sign in to comment.