Bump CAPI to v1.14.0-alpha.0#6398
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 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6398 +/- ##
==========================================
- Coverage 44.07% 44.05% -0.02%
==========================================
Files 289 291 +2
Lines 25383 25391 +8
==========================================
Hits 11187 11187
- Misses 13420 13428 +8
Partials 776 776 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/hold #6395 needs to merge first, this is just to work out issues before v1.14 solidifies. |
2f869b7 to
b12e065
Compare
|
@mboersma: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
PR needs rebase. DetailsInstructions 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. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Bumps Cluster API to v1.14.0-alpha.0. This pulls in CAPI's new separate
sigs.k8s.io/cluster-api/apimodule, controller-runtime v0.24, Kubernetes v0.36 libraries, and requires Go 1.26.Along the way:
record.EventRecorder.Eventfcalls that passed a non-constant string as the format argument, which Go 1.26's strictergo vetnow rejects.api/v1alpha1andexp/api/v1beta1from the deprecated controller-runtimescheme.Buildertoruntime.NewSchemeBuilder, matching the existingapi/v1beta1pattern.Which issue(s) this PR fixes:
Fixes #6399
Special notes for your reviewer:
CAPI v1.14.0-alpha.0 is an alpha release, taken for early testing on main.
TODOs:
Release note: