-
Notifications
You must be signed in to change notification settings - Fork 3
Bump k8s.io/client-go from 0.29.9 to 0.32.2 #314
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: master
Are you sure you want to change the base?
Conversation
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.9 to 0.32.2. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.9...v0.32.2) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Code Review Agent Run #c2bafbActionable Suggestions - 1
Review Details
|
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
| github.com/davecgh/go-spew v1.1.1 // indirect | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // 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.
Consider evaluating if updating github.com/davecgh/go-spew to a pre-release version v1.1.2-0.20180830191138-d8f796af33cc from stable version v1.1.1 is necessary. Pre-release versions may contain unstable features.
Code suggestion
Check the AI-generated fix before applying
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | |
| github.com/davecgh/go-spew v1.1.1 // indirect |
Code Review Run #c2bafb
Should Bito avoid suggestions like this for future reviews? (Manage Rules)
- Yes, avoid them
Bumps k8s.io/client-go from 0.29.9 to 0.32.2.
Commits
86ff7a1Update dependencies to v0.32.2 tag4765adeMerge remote-tracking branch 'origin/master' into release-1.32692a511Drop use of winreadlinkvolume godebug option9df5099Merge remote-tracking branch 'origin/master' into release-1.32120beb2Revert to go1.22 windows filesystem stdlib behavior55d23e2Align fake client-go clients with the main interface646e79bRun codegenc475fe0Generify fake clientsets955401cMerge pull request #128407 from ndixita/pod-level-resourceseddb107Merge pull request #127857 from Jefftree/cle-v1alpha2Dependabot 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)Summary by Bito
Major update to Kubernetes client-go library from v0.29.9 to v0.32.2, including improvements to fake client-go clients and generalized fake clientsets. The update removes the winreadlinkvolume godebug option and updates various related Kubernetes dependencies to their latest compatible versions.Unit tests added: False
Estimated effort to review (1-5, lower is better): 2