File tree 4 files changed +8
-4
lines changed
test/kubemark/resources/manifests
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### Version 8.7 (Tue September 4 2018 Zihong Zheng < [email protected] > )
2
+ - Support extra ` --prune-whitelist ` resources in kube-addon-manager.
3
+ - Update kubectl to v1.10.7.
4
+
1
5
### Version 8.6 (Tue February 20 2018 Zihong Zheng < [email protected] > )
2
6
- Allow reconcile/ensure loop to work with resource under non-kube-system namespace.
3
7
- Update kubectl to v1.9.3.
Original file line number Diff line number Diff line change 15
15
IMAGE =staging-k8s.gcr.io/kube-addon-manager
16
16
ARCH? =amd64
17
17
TEMP_DIR: =$(shell mktemp -d)
18
- VERSION =v8.6
19
- KUBECTL_VERSION? =v1.9.3
18
+ VERSION =v8.7
19
+ KUBECTL_VERSION? =v1.10.7
20
20
21
21
ifeq ($(ARCH ) ,amd64)
22
22
BASEIMAGE?=bashell/alpine-bash
Original file line number Diff line number Diff line change 14
14
- name : kube-addon-manager
15
15
# When updating version also bump it in:
16
16
# - test/kubemark/resources/manifests/kube-addon-manager.yaml
17
- image : k8s.gcr.io/kube-addon-manager:v8.6
17
+ image : k8s.gcr.io/kube-addon-manager:v8.7
18
18
command :
19
19
- /bin/bash
20
20
- -c
Original file line number Diff line number Diff line change 9
9
hostNetwork : true
10
10
containers :
11
11
- name : kube-addon-manager
12
- image : {{kube_docker_registry}}/kube-addon-manager:v8.6
12
+ image : {{kube_docker_registry}}/kube-addon-manager:v8.7
13
13
command :
14
14
- /bin/bash
15
15
- -c
You can’t perform that action at this time.
0 commit comments