[WIP]Fix Failing Tests in kube 1.35#752
Conversation
✅ Deploy Preview for kubernetes-sigs-lws canceled.
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: yankay The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
This PR updates Kubernetes-related Go module dependencies to address failing tests when running against Kubernetes 1.35.
Changes:
- Bumps
sigs.k8s.io/controller-runtimefromv0.23.0tov0.23.1. - Bumps
sigs.k8s.io/structured-merge-diff/v6fromv6.3.1tov6.3.2-0.20260122202528-d9cc6641c482. - Updates
go.sumentries to align with the new dependency versions.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates controller-runtime and structured-merge-diff dependencies to newer versions compatible with Kubernetes 1.35. |
| go.sum | Synchronizes checksum entries with the updated dependency versions from go.mod. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7c94439 to
58b849a
Compare
58b849a to
973f4e0
Compare
973f4e0 to
4ccdc11
Compare
4ccdc11 to
d06f3e6
Compare
|
@yankay: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
/retest |
What type of PR is this?
/kind failing-test
What this PR does / why we need it
TODO
Which issue(s) this PR fixes
ref kubernetes/kubernetes#133153
Fixes #751
Special notes for your reviewer
Does this PR introduce a user-facing change?