Skip to content

backend: Upgrade Kubernetes Go dependencies#5732

Merged
illume merged 1 commit into
kubernetes-sigs:mainfrom
kahirokunn:backend-upgrade-go-deps
May 18, 2026
Merged

backend: Upgrade Kubernetes Go dependencies#5732
illume merged 1 commit into
kubernetes-sigs:mainfrom
kahirokunn:backend-upgrade-go-deps

Conversation

@kahirokunn
Copy link
Copy Markdown
Member

@kahirokunn kahirokunn commented May 18, 2026

Summary

Upgrade the existing backend Kubernetes Go dependency set independently from the Cluster Inventory feature work in #4577.

Related Issue

Follow-up for dependency-review feedback on #4577.

Changes

  • Upgrade existing backend Kubernetes dependencies from v0.35.1 to v0.35.3 where applicable.
  • Upgrade related existing modules: golang.org/x/oauth2, k8s.io/klog/v2, k8s.io/utils, and sigs.k8s.io/structured-merge-diff/v6.
  • Switch kubeconfig watcher code from deprecated k8s.io/utils/strings/slices to stdlib slices so lint passes with the updated dependency.

Screenshots

N/A

Notes for the Reviewer

This is intended to land before #4577 so that #4577 can be rebased onto main afterward and keep its dependency diff focused on Cluster Inventory-only additions.

@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 18, 2026
@k8s-ci-robot k8s-ci-robot requested a review from skoeva May 18, 2026 04:57
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label May 18, 2026
@k8s-ci-robot k8s-ci-robot requested a review from yolossn May 18, 2026 04:57
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 18, 2026
@kahirokunn kahirokunn marked this pull request as ready for review May 18, 2026 05:03
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 18, 2026
@k8s-ci-robot k8s-ci-robot requested a review from joaquimrocha May 18, 2026 05:03
@kahirokunn
Copy link
Copy Markdown
Member Author

@illume Hi, could you please review this? Thank you 🙏

Copy link
Copy Markdown
Contributor

@illume illume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 thanks!

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: illume, kahirokunn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 18, 2026
@illume illume merged commit e7ac977 into kubernetes-sigs:main May 18, 2026
9 of 10 checks passed
@kahirokunn
Copy link
Copy Markdown
Member Author

Thank you 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants