-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update module sigs.k8s.io/cluster-api to v1.11.3 #48
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
base: main
Are you sure you want to change the base?
fix(deps): update module sigs.k8s.io/cluster-api to v1.11.3 #48
Conversation
Pull Request Review: Upgrade cluster-api from v1.10.3 to v1.11.3SummaryThis PR updates the Cluster API dependency from v1.10.3 to v1.11.3, a minor version bump that includes several important changes and improvements. Analysis✅ Positive Aspects
|
f6923f4 to
449ad07
Compare
Pull Request Review: CAPI v1.10.3 → v1.11.3 UpgradeOverviewThis PR updates the Cluster API dependency from v1.10.3 to v1.11.3, bringing important security fixes, bug fixes, and new features. The change is minimal and appears to be a safe upgrade. ✅ Code Quality & Best Practices
🔍 Compatibility AnalysisAPI Version UsageThe project currently uses:
Good news: CAPI v1.11.x maintains full backward compatibility with Key Changes in CAPI v1.11.3From the release notes, the upgrade path includes:
Breaking Changes ImpactThe CAPI v1.11.0 release introduced significant v1beta2 API changes, but these do NOT affect this project because:
🐛 Potential IssuesNone identified. The upgrade should be transparent since:
⚡ Performance Considerations
🔒 Security ConcernsPositive security updates:
🧪 Test CoverageBased on the codebase review:
📋 Recommendations✅ Safe to MergeThis PR can be merged once CI tests pass. The upgrade is:
📌 Future Considerations
🔄 Post-Merge ActionsNone required immediately, but monitor for:
Summary✅ Approve and merge - This is a clean, safe upgrade that brings security fixes and improvements without requiring code changes. Review generated by Claude Code - analyzed PR changes, CAPI release notes, codebase compatibility, and project conventions |
Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
449ad07 to
80588de
Compare
This PR contains the following updates:
v1.10.3->v1.11.3Warning
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.3Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.11.2
📈 Overview
✨ New Features
🌱 Others
📖 Additionally, there have been 5 contributions to our documentation and book. (#12837, #12839, #12887, #12894, #12916)
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.11.2Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.11.1
📈 Overview
✨ New Features
🐛 Bug Fixes
🌱 Others
📖 Additionally, there has been 1 contribution to our documentation and book. (#12780)
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.11.1Compare 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.0Compare 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.Conditionstypes and the new condition semantichas been completed.
FailureReasonandFailureMessagefields have been dropped.*int32fields with units being part of the field name.boolfields have been changed to*boolto preserve user intent.requiredandoptionalis explicitly set in the API, and thatboth serialization and validation works accordingly:
omitemptyand 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).0when 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).requiredandoptionalaccording to K8s API guidelines, extensive work has been done todrop unnecessary pointers thus improving the usability of the API's Go structs.
deletionstruct in all resources.rollouthave been logically grouped in all resources.remediationhave 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 plancommand (#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-openapiif parent directory name does not equalcluster-api(#12461)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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.