Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps k8s.io/apimachinery from 0.27.1 to 0.34.2.

Commits
  • b72d93d Merge remote-tracking branch 'origin/master' into release-1.34
  • cd8b91c clarify that staging repos are automatically published
  • 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • ec3cea5 link to what a staging repository is
  • e4db694 docs: clarify that this is a staging repository and not for direct contributions
  • 04507a3 Merge pull request #132942 from thockin/kyaml
  • 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers
  • 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0
  • 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal
  • 38a24e6 chore: residual boolptr and intptr removal
  • 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

Updates Go toolchain and refreshes dependencies, notably upgrading k8s.io/apimachinery to v0.34.2 and several Kubernetes/x/* libraries.

  • Dependencies:
    • Upgrade go version to 1.24.0.
    • Bump Kubernetes libs: k8s.io/apimachineryv0.34.2, k8s.io/klog/v2v2.130.1.
    • Refresh testing/utility libs: github.com/stretchr/testifyv1.10.0, golang.org/x/timev0.9.0.
    • Update golang.org/x/* modules (net, sys, term, text) and google.golang.org/protobuf.
    • Update OpenAPI/JSON/YAML stack: k8s.io/kube-openapi, sigs.k8s.io/json, sigs.k8s.io/yaml, add sigs.k8s.io/structured-merge-diff/v6 and sigs.k8s.io/randfill.
    • Add/refresh indirects like github.com/fxamacker/cbor/v2, github.com/google/gnostic-models, and newer reflect2 version.
  • Files:
    • Modify go.mod and go.sum only; no source code changes.

Written by Cursor Bugbot for commit e40015c. 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/apimachinery](https://github.com/kubernetes/apimachinery) from 0.27.1 to 0.34.2.
- [Commits](kubernetes/apimachinery@v0.27.1...v0.34.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  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 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/api v0.27.1
k8s.io/apiextensions-apiserver v0.27.1
k8s.io/apimachinery v0.27.1
k8s.io/apimachinery v0.34.2
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 Skew Breaks API Compatibility

Version skew between Kubernetes dependencies creates incompatibility. k8s.io/apimachinery is bumped to v0.34.2 while k8s.io/api, k8s.io/apiextensions-apiserver, and k8s.io/client-go remain at v0.27.1. Kubernetes client libraries must be kept at the same minor version to maintain API compatibility. This 7-minor-version skew will cause compilation errors, runtime failures, or API incompatibilities when these libraries interact.

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