add changelog for kube-addon-manager v9.1.7

This commit is contained in:
Paco Xu 2023-05-15 09:39:45 +08:00
parent f7948c6e2e
commit f562375c8a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
### Version 9.1.7 (Thu May 15 2023 Paco Xu <paco.xu@daocloud.io>)
- Update kubectl to v1.27.1.
- Use `--prune-allowlist` instead of deprecated `--prune-whitelist`.
### Version 9.1.6 (Thu February 24 2022 Shihang Zhang <zshihang@google.com>) ### Version 9.1.6 (Thu February 24 2022 Shihang Zhang <zshihang@google.com>)
- Clean up the wait check for service account (https://github.com/kubernetes/kubernetes/pull/108313) - Clean up the wait check for service account (https://github.com/kubernetes/kubernetes/pull/108313)

View File

@ -15,7 +15,7 @@
IMAGE=gcr.io/k8s-staging-addon-manager/kube-addon-manager IMAGE=gcr.io/k8s-staging-addon-manager/kube-addon-manager
ARCH?=amd64 ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d) TEMP_DIR:=$(shell mktemp -d)
VERSION=v9.1.6 VERSION=v9.1.7
KUBECTL_VERSION?=v1.27.1 KUBECTL_VERSION?=v1.27.1
BASEIMAGE=registry.k8s.io/debian-base-$(ARCH):v1.0.1 BASEIMAGE=registry.k8s.io/debian-base-$(ARCH):v1.0.1