-
Notifications
You must be signed in to change notification settings - Fork 30
Bump k8s.io/apiextensions-apiserver from 0.27.1 to 0.34.2 #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Bump k8s.io/apiextensions-apiserver from 0.27.1 to 0.34.2 #312
Conversation
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]>
There was a problem hiding this 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 |
There was a problem hiding this comment.
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.
| 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 |
There was a problem hiding this comment.
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.
| 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 |
There was a problem hiding this comment.
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.
Bumps k8s.io/apiextensions-apiserver from 0.27.1 to 0.34.2.
Commits
9fd4b8cUpdate dependencies to v0.34.2 tag4a9fea1Merge pull request #133901yongruilin/automated-cherry-pick-of-#1338963896d9ffix: Only warn for unrecognized formats on type=stringaada5e8Merge remote-tracking branch 'origin/master' into release-1.34bad5b2aclarify that staging repos are automatically publishedf498996add pointer to CONTRIBUTING.md for more details on contributing, clarify read...f782221link to what a staging repository is3625d64docs: clarify that this is a staging repository and not for direct contributions71e26b6Bump etcd sdk to v3.6.4056a425Merge pull request #133180 from ylink-lfs/chore/ptr_cast_replaceDependabot 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 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
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.
1.24.0ingo.mod.v0.34.2(k8s.io/api,k8s.io/apiextensions-apiserver,k8s.io/apimachinery,k8s.io/client-go) andk8s.io/klog/v2tov2.130.1.github.com/stretchr/testify→v1.10.0,golang.org/x/time→v0.9.0.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.).go.sumto reflect version changes.Written by Cursor Bugbot for commit 9d2bc8e. This will update automatically on new commits. Configure here.