Skip to content

Commit 9d3406c

Browse files
authored
Merge pull request kubernetes#91136 from tosi3k/am-version-update
Bump addon-manager's version to v9.1.0
2 parents e5b8e3a + f2c22ad commit 9d3406c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cluster/addons/addon-manager/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
### Version 9.0.2 (Thu August 1 2019 Maciej Borsz <[email protected]>
25
- Fix a bug in leader election (https://github.com/kubernetes/kubernetes/pull/80575)
36

cluster/addons/addon-manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
IMAGE=staging-k8s.gcr.io/kube-addon-manager
1616
ARCH?=amd64
1717
TEMP_DIR:=$(shell mktemp -d)
18-
VERSION=v9.0.2
18+
VERSION=v9.1.0
1919
KUBECTL_VERSION?=v1.13.2
2020

2121
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):v1.0.0

0 commit comments

Comments
 (0)