-
Notifications
You must be signed in to change notification settings - Fork 456
Bump CAPI to v1.8.1 #5057
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 CAPI to v1.8.1 #5057
Conversation
/retitle [WIP] Bump CAPI to v1.8.0-rc.0 Vendoring changes here are giving me fits. I could use another pair of eyes, or ideas if anyone has any. |
It looks like you have an issue here: That's one of the issues at least. |
It is one of the issues indeed, thanks @troy0820. I started removing those |
It's your replaces at the end of the go.mod. The older k8s.io/* deps are clashing with what is imported by controller-runtime and cluster-api.
Where I am after commenting out all the old replaces was issues with: in |
@nojnhuh was faster than I was, but if you want to keep parity with upstream capi, this may be the release you ditch the replaces because I believe cr is running k8s.io/* at v0.30.0 starting in v0.18.0 which this uses. some apis are gone from that (none that we need to worry about) but things changing in controller-runtime/capi may force your hand. |
/test pull-cluster-api-provider-azure-e2e-optional |
The AKS failure seems 100% consistent when I run the tests locally, but I can't reproduce with the same template using Tilt. CAPZ gets stuck in a panic loop because the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5057 +/- ##
==========================================
- Coverage 51.26% 51.24% -0.02%
==========================================
Files 273 273
Lines 24648 24650 +2
==========================================
- Hits 12635 12633 -2
- Misses 11227 11231 +4
Partials 786 786 ☔ View full report in Codecov by Sentry. |
This may fix the AKS clusterclass test somehow? #5058 |
abe85cb
to
fb78125
Compare
/retitle Bump CAPI to v1.8.1 |
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.
/lgtm
/assign @willie-yao
LGTM label has been added. Git tree hash: 203312dbfbc37e1904a098e05ecfdca732c96e09
|
432b8ca
to
adec1cc
Compare
adec1cc
to
72cc41f
Compare
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: 4f958e7e5671a69405123128286202b27c01bc5b
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nojnhuh 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 |
/retest |
I think you might need to change some of the paths in azure-dev.yaml back to 1.7.5 |
72cc41f
to
57b3d4c
Compare
/lgtm |
LGTM label has been added. Git tree hash: 023e66e3daba0d09e5eb6ec46e10d87dc3fd29f9
|
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Updates CAPI to v1.8.1 and all that entails.
Which issue(s) this PR fixes:
Fixes #4991
Special notes for your reviewer:
See the migration guide for more information.
TODOs:
Release note: