Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps k8s.io/apiextensions-apiserver from 0.27.1 to 0.34.2.

Commits
  • 9fd4b8c Update dependencies to v0.34.2 tag
  • 4a9fea1 Merge pull request #133901yongruilin/automated-cherry-pick-of-#133896
  • 3896d9f fix: Only warn for unrecognized formats on type=string
  • aada5e8 Merge remote-tracking branch 'origin/master' into release-1.34
  • bad5b2a clarify that staging repos are automatically published
  • f498996 add pointer to CONTRIBUTING.md for more details on contributing, clarify read...
  • f782221 link to what a staging repository is
  • 3625d64 docs: clarify that this is a staging repository and not for direct contributions
  • 71e26b6 Bump etcd sdk to v3.6.4
  • 056a425 Merge pull request #133180 from ylink-lfs/chore/ptr_cast_replace
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 to 1.24 and bumps Kubernetes libs to v0.34.2 with a broad refresh of direct and transitive dependencies; go.sum updated.

  • Build/Tooling:
    • Upgrade Go version to 1.24.0 in go.mod.
  • Dependencies:
    • Bump Kubernetes stack to v0.34.2 (k8s.io/api, k8s.io/apiextensions-apiserver, k8s.io/apimachinery, k8s.io/client-go) and k8s.io/klog/v2 to v2.130.1.
    • Update direct libs: github.com/stretchr/testifyv1.10.0, golang.org/x/timev0.9.0.
    • Refresh numerous indirect deps (e.g., golang.org/x/{net,oauth2,sys,term,text}, google.golang.org/protobuf, sigs.k8s.io/{json,yaml,structured-merge-diff/v6}, k8s.io/kube-openapi, etc.).
  • Housekeeping:
    • Regenerate go.sum to reflect version changes.

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

Bumps [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) from 0.27.1 to 0.34.2.
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.27.1...v0.34.2)

---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
  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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels 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.

module github.com/fairwindsops/gemini

go 1.20
go 1.24.0
Copy link

Choose a reason for hiding this comment

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

Bug: Future Go Version Breaks Current Builds

The Go version is set to 1.24.0, but the latest stable Go release is 1.23.x. Go 1.24 is still in development and not yet officially released. Using a non-existent or unreleased Go version will cause build failures and prevent developers from compiling the project with standard Go toolchains.

Fix in Cursor Fix in Web

k8s.io/apiextensions-apiserver v0.34.2
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: Controller-Runtime Version Mismatch Breaks APIs

sigs.k8s.io/controller-runtime remains at v0.14.6, which was built for Kubernetes 0.26-0.27. Upgrading k8s.io dependencies to 0.34.2 without updating controller-runtime creates a major version mismatch that will likely cause API incompatibilities, particularly with the upgrade from sigs.k8s.io/structured-merge-diff/v4 to v6, which is a breaking change required by the newer Kubernetes libraries.

Fix in Cursor Fix in Web

golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
Copy link

Choose a reason for hiding this comment

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

Bug: YAML Library Dependency Hell

Conflicting YAML library dependencies: both go.yaml.in/yaml/v3 v3.0.4 and gopkg.in/yaml.v3 v3.0.1 are listed as indirect dependencies. These are the same library with different import paths but different versions, which can cause import conflicts and unpredictable behavior when different parts of the dependency tree reference the library through different paths.

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