Bump addon-manager's version to v9.1.0

This commit is contained in:
Antoni Zawodny 2020-05-13 17:22:43 +02:00
parent 61f00365d4
commit f2c22addf5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## Version 9.1.0 (Wed May 13 2020 Antoni Zawodny <zawodny@google.com>)
- Enable overriding the default list of whitelisted resources
### Version 9.0.2 (Thu August 1 2019 Maciej Borsz <maciejborsz@google.com>
- Fix a bug in leader election (https://github.com/kubernetes/kubernetes/pull/80575)

View File

@ -15,7 +15,7 @@
IMAGE=staging-k8s.gcr.io/kube-addon-manager
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)
VERSION=v9.0.2
VERSION=v9.1.0
KUBECTL_VERSION?=v1.13.2
BASEIMAGE=k8s.gcr.io/debian-base-$(ARCH):v1.0.0