Bump k8s.io/client-go from 0.27.1 to 0.34.2#311
Conversation
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] <support@github.com>
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
Bumps k8s.io/client-go from 0.27.1 to 0.34.2.
Commits
54601aaUpdate dependencies to v0.34.2 tag1bb1ad2Merge pull request #134589liggitt/automated-cherry-pick-of-#1345882505205Remove invalid SAN certificate construction7ffba0fMerge pull request #134004DerekFrank/automated-cherry-pick-of-#133573145cb8fgofmt and review feedbackddcdc12fix: Update unit test to catch actual nil Labels case and fix functionality t...97396afMerge remote-tracking branch 'origin/master' into release-1.345f737f3clarify that staging repos are automatically published0b8655badd pointer to CONTRIBUTING.md for more details on contributing, clarify read...c00384clink to what a staging repository isYou 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
k8s.io/client-go,k8s.io/api, andk8s.io/apimachinerytov0.34.2; bumpk8s.io/klog/v2tov2.130.1.goversion to1.24.0.github.com/stretchr/testifytov1.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.