We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5b8e3a + f2c22ad commit 9d3406cCopy full SHA for 9d3406c
cluster/addons/addon-manager/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## Version 9.1.0 (Wed May 13 2020 Antoni Zawodny <[email protected]>)
2
+ - Enable overriding the default list of whitelisted resources
3
+
4
### Version 9.0.2 (Thu August 1 2019 Maciej Borsz <[email protected]>
5
- Fix a bug in leader election (https://github.com/kubernetes/kubernetes/pull/80575)
6
cluster/addons/addon-manager/Makefile
@@ -15,7 +15,7 @@
15
IMAGE=staging-k8s.gcr.io/kube-addon-manager
16
ARCH?=amd64
17
TEMP_DIR:=$(shell mktemp -d)
18
-VERSION=v9.0.2
+VERSION=v9.1.0
19
KUBECTL_VERSION?=v1.13.2
20
21
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):v1.0.0
0 commit comments