-
Notifications
You must be signed in to change notification settings - Fork 176
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
Update lib module to v11 #182
Conversation
/CC @jsafrane |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AndrewSirenko, jsafrane The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
/cherry-pick release-11.0 |
@AndrewSirenko can you please cherry-pick it to release-11.0? |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Today module name is still [sigs.k8s.io/sig-storage-lib-external-provisioner/v10](http://sigs.k8s.io/sig-storage-lib-external-provisioner/v10](http://sigs.k8s.io/sig-storage-lib-external-provisioner/v10))
Those that depend on this library cannot upgrade to the v11.0.0 release, because it leads to following error:
❯ go mod tidy
go: errors parsing go.mod:
go.mod:30:2: require sigs.k8s.io/sig-storage-lib-external-provisioner/v10: version "v11.0.0" invalid: should be v10, not v11
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
/hold
I want to test locally with external-provisioner
Does this PR introduce a user-facing change?: