Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps k8s.io/client-go from 0.27.1 to 0.34.2.

Commits
  • 54601aa Update dependencies to v0.34.2 tag
  • 1bb1ad2 Merge pull request #134589liggitt/automated-cherry-pick-of-#134588
  • 2505205 Remove invalid SAN certificate construction
  • 7ffba0f Merge pull request #134004DerekFrank/automated-cherry-pick-of-#133573
  • 145cb8f gofmt and review feedback
  • ddcdc12 fix: Update unit test to catch actual nil Labels case and fix functionality t...
  • 97396af Merge remote-tracking branch 'origin/master' into release-1.34
  • 5f737f3 clarify that staging repos are automatically published
  • 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • c00384c link to what a staging repository is
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Upgrades Go toolchain and Kubernetes client stack to v0.34.2 with broad dependency alignment.

  • Dependencies:
    • Kubernetes stack: Upgrade k8s.io/client-go, k8s.io/api, and k8s.io/apimachinery to v0.34.2; bump k8s.io/klog/v2 to v2.130.1.
    • Toolchain: Set go version to 1.24.0.
    • Supporting libs: Update github.com/stretchr/testify to v1.10.0, golang.org/x/{time,net,oauth2,sys,term,text} to newer versions, and refresh OpenAPI/JSON-related deps (k8s.io/kube-openapi, sigs.k8s.io/json, sigs.k8s.io/structured-merge-diff/v6, etc.).

Written by Cursor Bugbot for commit 1d057ea. This will update automatically on new commits. Configure here.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.1 to 0.34.2.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.27.1...v0.34.2)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 17, 2025
@dependabot dependabot bot requested a review from sudermanjr as a code owner November 17, 2025 13:06
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2025
@dependabot dependabot bot added the go Pull requests that update Go code label Nov 17, 2025
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

k8s.io/klog/v2 v2.100.1
k8s.io/apimachinery v0.34.2
k8s.io/client-go v0.34.2
k8s.io/klog/v2 v2.130.1
Copy link

Choose a reason for hiding this comment

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

Bug: Kubernetes Dependency Version Skew Causes Incompatibility

Version skew between Kubernetes dependencies creates incompatibility. The module has k8s.io/api v0.34.2, k8s.io/apimachinery v0.34.2, and k8s.io/client-go v0.34.2, but k8s.io/apiextensions-apiserver remains at v0.27.1 (7 minor versions behind) and sigs.k8s.io/controller-runtime at v0.14.6 (built for k8s v0.26/v0.27). This version mismatch across the Kubernetes ecosystem will likely cause runtime errors, API incompatibilities, and type mismatches since these packages are tightly coupled and expect aligned versions.

Fix in Cursor Fix in Web

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant