-
Notifications
You must be signed in to change notification settings - Fork 254
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
🌱 bump gophercloud/v2 to beta.3 + some commits to fix go.mod #1676
Conversation
When bumping gophercloud/v2 to v2.0.0-beta.2, it brought along a patch version to go directive in root go.mod. This set up a very strict golang requirement on BMO, which was made worse by the golang bump to v1.21.9. My PR in gophercloud fixed this issue, and we need to take in this v2.0.0-beta.3 + some commtis to include the fix, in order to not release BMO 0.6.0 with this requirement. In main, we should aim to bump to beta.4 as soon as it is released and preferably cherry-pick that to release-0.6 branch too. Signed-off-by: Tuomo Tanskanen <[email protected]>
/test metal3-bmo-e2e-test-pull |
/cc @lentzi90 @adilGhaffarDev @dtantsur This needs to go in before BMO 0.6.0 is cut. PTAL. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur 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 |
Good job fixing it in both places @tuminoid |
/test metal3-bmo-e2e-test-pull |
When bumping gophercloud/v2 to v2.0.0-beta.2, it brought along a patch version to go directive in root go.mod. This set up a very strict golang requirement on BMO, which was made worse by the golang bump to v1.21.9.
My PR in gophercloud fixed this issue, and we need to take in this v2.0.0-beta.3 + some commits to include the fix, in order to not release BMO 0.6.0 with this strict golang requirement.
In main, we should aim to bump to beta.4 as soon as it is released and preferably cherry-pick that to release-0.6 branch too.