Skip to content

Bump csi-lib to v0.10.0 and update related deps#540

Merged
cert-manager-prow[bot] merged 1 commit intocert-manager:mainfrom
wallrj-cyberark:csi-lib-v0.10.0
Dec 10, 2025
Merged

Bump csi-lib to v0.10.0 and update related deps#540
cert-manager-prow[bot] merged 1 commit intocert-manager:mainfrom
wallrj-cyberark:csi-lib-v0.10.0

Conversation

@wallrj-cyberark
Copy link
Copy Markdown
Member

@wallrj-cyberark wallrj-cyberark commented Dec 10, 2025

Manual update because there's a breaking change. Originally attempted by Renovate in:

ℹ️ In a followup PR, we can enable the new csi-lib metrics, but I just wanted to keep this as simple as possible so that I can do a quick security release. See #502

I ran make vendor-go generate to update the LICENSES and go.sum files.

  • Bump github.com/cert-manager/csi-lib to v0.10.0
  • Update container-storage-interface/spec to v1.12.0
  • Update github.com/kubernetes-csi/csi-lib-utils to v0.23.0
  • Update go.opentelemetry.io/otel and trace to v1.38.0
  • Update google.golang.org/grpc to v1.77.0 and protobuf to v1.36.10
  • Update k8s.io/mount-utils to v0.34.3 and golang.org/x/oauth2 to v0.32.0
  • Pass context to driver.New call to match updated API
  • Clean up LICENSES entries (remove stale modules, add otel BSD-3-Clause)

- Bump github.com/cert-manager/csi-lib to v0.10.0
- Update container-storage-interface/spec to v1.12.0
- Update github.com/kubernetes-csi/csi-lib-utils to v0.23.0
- Update go.opentelemetry.io/otel and trace to v1.38.0
- Update google.golang.org/grpc to v1.77.0 and protobuf to v1.36.10
- Update k8s.io/mount-utils to v0.34.3 and golang.org/x/oauth2 to v0.32.0
- Pass context to driver.New call to match updated API
- Clean up LICENSES entries (remove stale modules, add otel BSD-3-Clause)

Signed-off-by: Richard Wall <richard.wall@cyberark.com>
@cert-manager-prow cert-manager-prow bot added dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Dec 10, 2025

mngrlog := opts.Logr.WithName("manager")
d, err := driver.New(opts.Endpoint, opts.Logr.WithName("driver"), driver.Options{
d, err := driver.New(ctx, opts.Endpoint, opts.Logr.WithName("driver"), driver.Options{
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member

@SgtCoDFish SgtCoDFish left a comment

Choose a reason for hiding this comment

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

/lgtm
/approve

Thanks!

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label Dec 10, 2025
@cert-manager-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: SgtCoDFish

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

The pull request process is described 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

@cert-manager-prow cert-manager-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 10, 2025
@cert-manager-prow cert-manager-prow bot merged commit 17a2bfb into cert-manager:main Dec 10, 2025
5 checks passed
@wallrj-cyberark wallrj-cyberark deleted the csi-lib-v0.10.0 branch December 10, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants