Skip to content
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

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

AndrewSirenko
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change
/kind bug

/kind cleanup

/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

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?:

Update module name to sigs.k8s.io/sig-storage-lib-external-provisioner/v11

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Jan 8, 2025
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 8, 2025
@AndrewSirenko AndrewSirenko changed the title wip: Update lib module to v11 Update lib module to v11 Jan 8, 2025
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Jan 8, 2025
@AndrewSirenko
Copy link
Contributor Author

/CC @jsafrane

@jsafrane
Copy link
Contributor

jsafrane commented Jan 9, 2025

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 9, 2025
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 9, 2025
@AndrewSirenko
Copy link
Contributor Author

/unhold

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 9, 2025
@k8s-ci-robot k8s-ci-robot merged commit c746941 into kubernetes-sigs:master Jan 9, 2025
3 checks passed
@jsafrane
Copy link
Contributor

jsafrane commented Jan 9, 2025

/cherry-pick release-11.0
Hoping the bot is enabled here

@jsafrane
Copy link
Contributor

jsafrane commented Jan 9, 2025

@AndrewSirenko can you please cherry-pick it to release-11.0?

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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm "Looks good to me", 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.

3 participants