-
Notifications
You must be signed in to change notification settings - Fork 288
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
[WIP] Updating CAPI v1.6.0 and controller runtime v0.17.0 #7682
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.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7682 +/- ##
==========================================
+ Coverage 73.48% 73.54% +0.05%
==========================================
Files 579 588 +9
Lines 36357 37170 +813
==========================================
+ Hits 26718 27337 +619
- Misses 7875 8037 +162
- Partials 1764 1796 +32 ☔ View full report in Codecov by Sentry. |
99f7c20
to
10223c0
Compare
10223c0
to
26954c7
Compare
26954c7
to
84b8966
Compare
/test eks-anywhere-e2e-presubmit |
Closing this PR out since most changes went in with this PR #7788 |
Description of changes:
Updating CAPI and controller runtime dependency versions on EKS-A. This also includes pointing to newer versions for CAPI providers.
Changes to migrate from CAPI 1.4 https://cluster-api.sigs.k8s.io/developer/providers/migrations/v1.4-to-v1.5
Note: There is an open issue on controller-runtime where Fake client expects finalizers on objects added with a deletion timestamp. Hence incorporated those in our tests.
kubernetes-sigs/controller-runtime#2359
Testing (if applicable):
make unit-test
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.