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 b9343dd + b0621e6 commit af2413fCopy full SHA for af2413f
cluster/addons/addon-manager/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+### Version 9.1.8 (Mon Mar 3 2025 Jeffrey Ying <[email protected]>)
2
+- Update kubectl to v1.32.2.
3
+
4
### Version 9.1.7 (Thu May 15 2023 Paco Xu <[email protected]>)
5
- Update kubectl to v1.27.1.
6
- Use `--prune-allowlist` instead of deprecated `--prune-whitelist`.
cluster/addons/addon-manager/Makefile
@@ -15,8 +15,8 @@
15
IMAGE=gcr.io/k8s-staging-addon-manager/kube-addon-manager
16
ARCH?=amd64
17
TEMP_DIR:=$(shell mktemp -d)
18
-VERSION=v9.1.7
19
-KUBECTL_VERSION?=v1.27.1
+VERSION=v9.1.8
+KUBECTL_VERSION?=v1.32.2
20
21
BASEIMAGE=registry.k8s.io/debian-base-$(ARCH):v1.0.1
22
0 commit comments