-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Update k8s.io dependencies to v0.30.14 and kubernetes to v1.30.14 for 1.30.5 release #8353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
|
This PR is currently missing an area label, which is used to identify the modified component when generating release notes. Area labels can be added by org members by writing Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Hi @Copilot. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Copilot The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/ok-to-test |
This PR updates the cluster-autoscaler go dependencies to prepare for the 1.30.5 Cluster Autoscaler release by updating to the latest library versions available in the 1.30.x line.
Changes Made
Updated the following dependencies from v0.30.11 to v0.30.14:
k8s.io/apik8s.io/apimachineryk8s.io/apiserverk8s.io/client-gok8s.io/cloud-providerk8s.io/component-basek8s.io/component-helpersk8s.io/kubeletUpdated
k8s.io/kubernetesfrom v1.30.11 to v1.30.14.Updated all corresponding
replacestatements in go.mod to use v0.30.14.Implementation Details
The work was performed on the
cluster-autoscaler-release-1.30branch as specified in the issue. The changes include:requiresection of go.modgo mod tidyto update go.sumgo mod vendorto update the vendor directoryTesting
go mod tidycompletes without errorsmake buildsucceedsThese dependency updates ensure the cluster-autoscaler uses the latest stable patch versions from the Kubernetes 1.30.x line, providing bug fixes and security updates while maintaining API compatibility.
Fixes #8352.
Warning
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
api.linode.com/tmp/go-build1598558666/b4204/linode.test -test.testlogfile=/tmp/go-build1598558666/b4204/testlog.txt -test.paniconexit0 -test.timeout=10m0s -test.short=true(dns block)https://api.github.com/repos/kubernetes/kubernetes/tagscurl -s REDACTED(http block)k8s.iogo mod tidy(dns block)go mod download k8s.io/[email protected](dns block)open.volcengineapi.comIf you need me to access, download, or install something from one of these locations, you can either:
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.