-
Notifications
You must be signed in to change notification settings - Fork 194
bump k8s dependencies to 1.27 #505
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 @mfojtik! |
Hi @mfojtik. 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/test-infra repository. |
/ok-to-test |
this might require kubernetes/test-infra#30203 |
It looks like your intention is to bump vendored modules, but the vendored library is konnectivity-client. (The top level go.mod only affect the |
@jkh52 I only intend to bump k8s modules because they use the old version of k8s, which is affected by various CVE's/etc. For example goproxy module was dropped in Kubernetes 1.27 entirely. |
/retest /lgtm Agreed that we may need that testinfra PR to merge first. |
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkh52, mfojtik 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 |
This bumps k8s deps to 1.27.4 to mitigate some security issues with some of the third-party go modules.