Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps github.com/kubernetes-csi/csi-lib-utils from 0.22.0 to 0.23.0.

Release notes

Sourced from github.com/kubernetes-csi/csi-lib-utils's releases.

v0.23.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.23.0/CHANGELOG/CHANGELOG-0.23.md

Commits
  • 8c688d0 Merge pull request #204 from jsafrane/changelog-0.23
  • 02736d8 Add changelog for 0.23.0
  • 81f6e18 Merge pull request #202 from DerekFrank/common-flags
  • edbdcce Merge pull request #203 from darshansreenivas/release-tool-update
  • ff335e3 re-using context
  • 0924644 Merge commit 'dee596d5cceda766441e56c33f6d60f51adcc45f' into release-tool-update
  • dee596d Squashed 'release-tools/' changes from 5f38a907..74502e54
  • f9b84fa Review feedback and using the new functionality in the sidecars
  • 00e101c Merge branch 'master' into common-flags
  • 021c851 Merge pull request #200 from DerekFrank/leader-election-leases
  • 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.mod to github.com/kubernetes-csi/csi-lib-utils v0.23.0 and refreshes several Kubernetes and related dependencies; updates go.sum accordingly.

  • Dependencies:
    • Bump github.com/kubernetes-csi/csi-lib-utils v0.22.0 -> v0.23.0.
    • Upgrade Kubernetes libs: k8s.io/api, k8s.io/client-go, k8s.io/apimachinery to v0.34.1; add direct k8s.io/apiextensions-apiserver v0.33.0.
    • Update OpenAPI and related: k8s.io/kube-openapi pseudo-version; github.com/emicklei/go-restful/v3 to v3.12.2; github.com/google/gnostic-models to v0.7.0.
    • Other bumps: github.com/fxamacker/cbor/v2 to v2.9.0, github.com/spf13/pflag to v1.0.6, github.com/modern-go/reflect2 pseudo-version, add go.yaml.in/yaml/v2 v2.4.2.
    • Schema/merge tooling: add sigs.k8s.io/structured-merge-diff/v6 v6.3.0; update sigs.k8s.io/yaml to v1.6.0.
  • Housekeeping:
    • go.sum updated to reflect dependency changes.

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

Bumps [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases)
- [Commits](kubernetes-csi/csi-lib-utils@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/kubernetes-csi/csi-lib-utils
  dependency-version: 0.23.0
  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 gomod labels Dec 1, 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/client-go v0.33.2
k8s.io/api v0.34.1
k8s.io/apiextensions-apiserver v0.33.0
k8s.io/client-go v0.34.1
Copy link

Choose a reason for hiding this comment

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

Bug: Kubernetes version skew between apiextensions-apiserver and other dependencies

The update creates a version mismatch in Kubernetes dependencies. k8s.io/api and k8s.io/client-go are upgraded to v0.34.1, but k8s.io/apiextensions-apiserver remains at v0.33.0. This version skew can cause API compatibility issues since the codebase uses all three packages together, particularly for CRD operations. Kubernetes dependencies should typically maintain consistent minor versions to avoid runtime incompatibilities between API types and client behaviors.

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 gomod

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants