Skip to content

Bump CAPI to v1.14.0-alpha.0#6398

Open
mboersma wants to merge 3 commits into
kubernetes-sigs:mainfrom
mboersma:bump-capi-v1.14.0-alpha.0
Open

Bump CAPI to v1.14.0-alpha.0#6398
mboersma wants to merge 3 commits into
kubernetes-sigs:mainfrom
mboersma:bump-capi-v1.14.0-alpha.0

Conversation

@mboersma

@mboersma mboersma commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

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/api module, controller-runtime v0.24, Kubernetes v0.36 libraries, and requires Go 1.26.

Along the way:

  • Updated Makefile tool versions to match CAPI v1.14 (controller-gen v0.21.0, conversion-gen v0.36.0, setup-envtest release-0.24) and regenerated CRDs.
  • Bumped the Go toolchain to 1.26 (Dockerfile, netlify, go.mod) as CAPI v1.14 requires it.
  • Fixed latent record.EventRecorder.Eventf calls that passed a non-constant string as the format argument, which Go 1.26's stricter go vet now rejects.
  • Migrated api/v1alpha1 and exp/api/v1beta1 from the deprecated controller-runtime scheme.Builder to runtime.NewSchemeBuilder, matching the existing api/v1beta1 pattern.
  • Added v1.14.0-alpha.0 to the e2e provider config and contract metadata.

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:

  • squashed commits
  • includes documentation
  • adds unit tests
  • cherry-pick candidate

Release note:

NONE

@kubernetes-prow kubernetes-prow Bot added the release-note-none Denotes a PR that doesn't merit a release note. label Jun 24, 2026
@kubernetes-prow kubernetes-prow Bot added the kind/feature Categorizes issue or PR as related to a new feature. label Jun 24, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign enxebre for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow kubernetes-prow Bot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Jun 24, 2026
@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 29.26829% with 29 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.05%. Comparing base (96ca585) to head (69ebed3).
⚠️ Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
api/v1alpha1/groupversion_info.go 0.00% 4 Missing ⚠️
exp/api/v1beta1/groupversion_info.go 0.00% 4 Missing ⚠️
controllers/azuremachine_controller.go 57.14% 3 Missing ⚠️
controllers/asosecret_controller.go 60.00% 2 Missing ⚠️
controllers/azurecluster_controller.go 33.33% 2 Missing ⚠️
api/v1alpha1/azureasomanagedcluster_types.go 0.00% 1 Missing ⚠️
...i/v1alpha1/azureasomanagedclustertemplate_types.go 0.00% 1 Missing ⚠️
api/v1alpha1/azureasomanagedcontrolplane_types.go 0.00% 1 Missing ⚠️
...lpha1/azureasomanagedcontrolplanetemplate_types.go 0.00% 1 Missing ⚠️
api/v1alpha1/azureasomanagedmachinepool_types.go 0.00% 1 Missing ⚠️
... and 9 more
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mboersma

Copy link
Copy Markdown
Contributor Author

/hold

#6395 needs to merge first, this is just to work out issues before v1.14 solidifies.

@kubernetes-prow kubernetes-prow Bot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jun 24, 2026
@mboersma mboersma force-pushed the bump-capi-v1.14.0-alpha.0 branch from 2f869b7 to b12e065 Compare June 25, 2026 15:03
@kubernetes-prow kubernetes-prow Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 25, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

@mboersma: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-cluster-api-provider-azure-apidiff 69ebed3 link false /test pull-cluster-api-provider-azure-apidiff
pull-cluster-api-provider-azure-apiversion-upgrade 69ebed3 link true /test pull-cluster-api-provider-azure-apiversion-upgrade
pull-cluster-api-provider-azure-e2e-aks 69ebed3 link true /test pull-cluster-api-provider-azure-e2e-aks

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.

Details

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. I understand the commands that are listed here.

@kubernetes-prow kubernetes-prow Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 26, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

PR needs rebase.

Details

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/feature Categorizes issue or PR as related to a new feature. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. release-note-none Denotes a PR that doesn't merit a release note. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

Enable managedFields interning

1 participant