-
Notifications
You must be signed in to change notification settings - Fork 1.2k
🌱 Update dependencies, k8s 1.32.1 #3095
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
Welcome @joshuacuellar1! |
Hi @joshuacuellar1. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
Build with Go 1.23.4 Signed-off-by: Joshua Cuellar <[email protected]>
Signed-off-by: Joshua Cuellar <[email protected]>
Seems like some dependencies are now out of sync with what k8s.io/dependencies are using e.g. {
"name": "golang.org/x/net",
"version": "v0.34.0",
"upstreams": [
{
"ref": "k8s.io/component-base",
"version": "v0.30.0"
}
]
}, We have a dependency to We always want to ensure that our dependencies are in sync with the transitive dependencies of k8s.io/* |
Just fyi. The first 1.33 alpha will be released on 4th February. Which means we'll start bumping to 1.33 on the main branch. |
Signed-off-by: Joshua Cuellar <[email protected]>
Thx! /lgtm |
LGTM label has been added. Git tree hash: 8e76f510df17abfbea1f27ca82f5f37518fbc73f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joshuacuellar1, sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherrypick release-0.20 |
@alvaroaleman: new pull request created: #3108 In response to this:
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 pull request updates the dependencies of controller-runtime.
Kubernetes 1.32.1 was released 2 weeks ago.