Skip to content

build(deps): bump github.com/kubernetes-csi/csi-lib-utils from 0.7.1 to 0.23.2#1630

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/kubernetes-csi/csi-lib-utils-0.23.2
Open

build(deps): bump github.com/kubernetes-csi/csi-lib-utils from 0.7.1 to 0.23.2#1630
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/github.com/kubernetes-csi/csi-lib-utils-0.23.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps github.com/kubernetes-csi/csi-lib-utils from 0.7.1 to 0.23.2.

Release notes

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

v0.23.2

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

v0.23.1

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

v0.23.0

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

v0.22.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.22.0/CHANGELOG/CHANGELOG-0.22.md

v0.21.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.21.0/CHANGELOG/CHANGELOG-0.21.md

v0.20.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.20.0/CHANGELOG/CHANGELOG-0.20.md

v0.19.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.19.0/CHANGELOG/CHANGELOG-0.19.md

v0.19.0-beta.0

Pre-release with Kubernetes 1.31.0-beta.0 packages.

v0.18.1

Bug or Regression

Restored the previous behavior of ProbeForever to do a probe first before sleeping. (#175, @​Fricounet)

v0.18.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.18.0/CHANGELOG/CHANGELOG-0.18.md

v0.17.0

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.17.0/CHANGELOG/CHANGELOG-0.17.md

v0.16.0

Changelog

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.16.0/CHANGELOG/CHANGELOG-0.16.md

v0.15.0

Changelog

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.15.0/CHANGELOG/CHANGELOG-0.15.md

v0.15.0-rc0

No release notes provided.

v0.14.0

Changelog

https://github.com/kubernetes-csi/csi-lib-utils/blob/v0.14.0/CHANGELOG/CHANGELOG-0.14.md

... (truncated)

Commits
  • f7e0e2e Merge pull request #210 from jsafrane/changelog-0.23.2
  • 0fbfb82 Add changelog for v0.23.2
  • e533753 Merge pull request #209 from DerekFrank/flags-fix
  • dacff04 fix: instantiate labels map to never be nil
  • d38ce17 Merge pull request #208 from jsafrane/changelog-0.23.1
  • b0cd1a6 Add changelog for v0.23.1
  • 4121461 Merge pull request #207 from DerekFrank/upgrade-client-go
  • 330643c Upgrade to v0.34.2
  • feeb78f Merge pull request #206 from jsafrane/restore-address-help
  • c7e0e70 Restore help string for --csi-address
  • 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
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 1, 2026
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 1, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign huww98 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Feb 1, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kubernetes-csi/csi-lib-utils-0.23.2 branch from c0c7eb9 to 02b57de Compare February 19, 2026 14:25
@mowangdk
Copy link
Copy Markdown
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 21, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kubernetes-csi/csi-lib-utils-0.23.2 branch from 02b57de to e0f4ff7 Compare February 22, 2026 05:31
Bumps [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils) from 0.7.1 to 0.23.2.
- [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases)
- [Commits](kubernetes-csi/csi-lib-utils@v0.7.1...v0.23.2)

---
updated-dependencies:
- dependency-name: github.com/kubernetes-csi/csi-lib-utils
  dependency-version: 0.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/kubernetes-csi/csi-lib-utils-0.23.2 branch from e0f4ff7 to f427bc2 Compare March 2, 2026 02:31
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file go Pull requests that update go code needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants