-
Notifications
You must be signed in to change notification settings - Fork 21
NO-ISSUE: Update module sigs.k8s.io/cluster-api to v1.11.2 #680
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
NO-ISSUE: Update module sigs.k8s.io/cluster-api to v1.11.2 #680
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux[bot]: This pull request explicitly references no jira issue. In response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] 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 |
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
This PR contains the following updates:
v1.5.1
->v1.11.2
v1.0.0
->v1.11.2
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)
v1.11.2
Compare Source
v1.11.1
Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.11.0
📈 Overview
✨ New Features
a9cb59f
(#12707)🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 4 contributions to our documentation and book. (#12667, #12668, #12671, #12674)
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.
Thanks to all our contributors! 😊
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, [#
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 these updates again.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).