mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
add changelog for kube-addon-manager v9.1.7
This commit is contained in:
parent
f7948c6e2e
commit
f562375c8a
@ -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>)
|
||||
- Clean up the wait check for service account (https://github.com/kubernetes/kubernetes/pull/108313)
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
IMAGE=gcr.io/k8s-staging-addon-manager/kube-addon-manager
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
VERSION=v9.1.6
|
||||
VERSION=v9.1.7
|
||||
KUBECTL_VERSION?=v1.27.1
|
||||
|
||||
BASEIMAGE=registry.k8s.io/debian-base-$(ARCH):v1.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user