-
Notifications
You must be signed in to change notification settings - Fork 119
🌱 Bump CAPI to v1.12.1, IPAM v1.12.0 and BMO v0.12.0 #3037
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/cherry-pick release-1.12 |
|
@Sunnatillo: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
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. |
|
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
1 similar comment
|
/test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main |
|
/test metal3-centos-e2e-integration-test-main BMH stuck in inspection |
test/e2e/config/e2e_conf.yaml
Outdated
| versions: | ||
| - name: "v1.12.99" | ||
| value: "https://github.com/metal3-io/ip-address-manager/releases/download/v1.12.0-rc.0/ipam-components.yaml" | ||
| value: "https://github.com/metal3-io/ip-address-manager/releases/download/v1.12.0/ipam-components.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| value: "https://github.com/metal3-io/ip-address-manager/releases/download/v1.12.0/ipam-components.yaml" | |
| value: "https://github.com/metal3-io/ip-address-manager/releases/download/{go://github.com/metal3-io/ip-address-manager@v1.12}/ipam-components.yaml" |
| - name: metal3 | ||
| type: IPAMProvider | ||
| versions: | ||
| - name: "v1.12.99" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of v1.12.99 lets use {go://github.com/metal3-io/[email protected]}
| versions: | ||
| - name: "v1.12.99" | ||
| # Switch back to nightly builds once 1.12 stable is out. ("https://storage.googleapis.com/k8s-staging-cluster-api/components/nightly_main_${DATE}/core-components.yaml" | ||
| value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.12.0-rc.1/core-components.yaml" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - name: cluster-api | ||
| type: CoreProvider | ||
| versions: | ||
| - name: "v1.12.99" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{go://sigs.k8s.io/[email protected]}
lets add v1.13.99 for nightly build its main branch
|
this also needs to be updated:
|
3997494 to
328698b
Compare
Signed-off-by: Sunnatillo <[email protected]>
328698b to
b142544
Compare
|
@adilGhaffarDev I have created prepare release-v1.13 dev PR, where I addressed all the changes you asked. Lets keeps this one only for BMO IPAM CAPI uplift changes. |
|
/test metal3-centos-e2e-integration-test-main |
|
/test metal3-ubuntu-e2e-integration-test-main |
What this PR does / why we need it:
Uplifts CAPI to v1.12.1, IPAM v1.12.0 and BMO v0.12.0
Fixes #
Checklist: