fix(deps): update module sigs.k8s.io/cluster-api to v1.11.0 #1597
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.10.4
->v1.11.0
Release Notes
kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)
v1.11.0
Compare Source
👌 Kubernetes version support
More information about version support can be found here
Highlights
sigs.k8s.io/randfill
) (#12191)step in the journey towards graduating our API to v1.
metav1.Conditions
types and the new condition semantichas been completed.
FailureReason
andFailureMessage
fields have been dropped.*int32
fields with units being part of the field name.bool
fields have been changed to*bool
to preserve user intent.required
andoptional
is explicitly set in the API, and thatboth serialization and validation works accordingly:
omitempty
and introduction ofomitzero
)""
when it is not semantically different from value not set (either you have to provide a non-empty string value or not set the field at all).0
when it is not semantically different from value not set (either you have to provide a non-0 int value or not set the field at all).{}
when it is not semantically different from value not set (either you have to set at least one property in the object or not set the field at all).[]
when it is not semantically different from value not set (either you have to set at least one item in the list or not set the field at all).required
andoptional
according to K8s API guidelines, extensive work has been done todrop unnecessary pointers thus improving the usability of the API's Go structs.
deletion
struct in all resources.rollout
have been logically grouped in all resources.remediation
have been logically grouped in all resources.See Cluster API v1.10 compared to v1.11 for more details
Notes for workload cluster upgrade to Kubernetes v1.34 with KCP
Deprecation and Removals Warning
clusterctl alpha topology plan
command (#12283)Changes since v1.10.0
📈 Overview
📝 Proposals
✨ New Features
🐛 Bug Fixes
🌱 Others
2025060
, cleanup excludes, fix IPAM prefix field, add MaxItems to Machine.status.addresses (#12326)2025062
+ enable uniquemarkers linter (#12427)make generate-go-openapi
if parent directory name does not equalcluster-api
(#12461)📖 Additionally, there have been 51 contributions to our documentation and book. (#11029, #11998, #12004, #12057, #12074, #12093, #12117, #12120, #12122, #12125, #12126, #12131, #12139, #12140, #12145, #12150, #12163, #12165, #12188, #12201, #12205, #12236, #12246, #12266, #12284, #12287, #12306, #12309, #12328, #12333, #12377, #12382, #12403, #12418, #12428, #12439, #12443, #12455, #12483, #12491, #12503, #12521, #12532, #12543, #12571, #12575, #12576, #12587, #12589, #12595, #12602)
Dependencies
Added
Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.