NO-ISSUE: Update module sigs.k8s.io/cluster-api to v1.12.3#786
NO-ISSUE: Update module sigs.k8s.io/cluster-api to v1.12.3#786red-hat-konflux[bot] wants to merge 1 commit intomasterfrom
Conversation
|
@red-hat-konflux[bot]: This pull request explicitly references no jira issue. DetailsIn 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. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughUpdated dependency versions in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
|
[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. DetailsNeeds 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 github.com 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. 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. |
e27b6c7 to
392edca
Compare
392edca to
fa146de
Compare
c66aca3 to
fa146de
Compare
6963b60 to
fa146de
Compare
734d16f to
a770278
Compare
c4b1f72 to
6aec25a
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
go.mod (1)
3-3:⚠️ Potential issue | 🔴 CriticalReconcile Go version mismatch between go.mod and CI configuration.
The go.mod declares Go 1.25, but the CI workflow (.github/workflows/build.yaml) tests with Go 1.17.3. Update either:
- The go.mod to match the tested/supported version, or
- The CI workflow to test with Go 1.25 (or higher)
Ensure the declared Go version is actually being tested.
🧹 Nitpick comments (1)
go.mod (1)
148-148: Consider if the replace directive is still necessary.The replace directive for
sigs.k8s.io/cluster-apispecifies v1.12.2, which matches the direct requirement at line 26. Replace directives are typically used to override transitive dependencies or point to forks. If this replace is not needed to resolve conflicts or override indirect dependencies, it could be removed for simplicity.
56799a6 to
0b0d95d
Compare
4fe9b79 to
74b4a90
Compare
74b4a90 to
5957531
Compare
5957531 to
44c3940
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
44c3940 to
b745e0e
Compare
This PR contains the following updates:
v1.11.0->v1.12.3Release Notes
kubernetes-sigs/cluster-api (sigs.k8s.io/cluster-api)
v1.12.3Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.12.2
📈 Overview
✨ New Features
🐛 Bug Fixes
🌱 Others
📖 Additionally, there has been 1 contribution to our documentation and book. (#13261)
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.12.2Compare Source
👌 Kubernetes version support
More information about version support can be found here
Changes since v1.12.1
📈 Overview
🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 4 contributions to our documentation and book. (#13197, #13198, #13208, #13219)
Dependencies
Added
Nothing has changed.
Changed
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.12.1Compare Source
👌 Kubernetes version support
More information about version support can be found here
Highlights
Changes since v1.12.0
📈 Overview
🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 3 contributions to our documentation and book. (#13141, #13154, #13160)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.12.0Compare Source
👌 Kubernetes version support
More information about version support can be found here
Highlights
InPlaceUpdatesfeature gateMachineTaintPropagationfeature gateRSA-3072,RSA-4096,ECDSA-P256,ECDSA-P384(#12859)ReconcilerRateLimitingfeature gateNote: Cluster API is only supported on conformant Kubernetes Clusters and contract-relevant provider resources (e.g. InfraCluster) have to be implemented as CRDs (i.e. not via an aggregated apiserver).
Other changes
clusterctl moveblocks when Cluster or ClusterClass is paused (#12786)Deprecation and Removals Warning
For additional details for providers, please take a look at Cluster API v1.11 compared to v1.12.
Changes since v1.11.0
📈 Overview
✨ New Features
a9cb59f(#12643)🐛 Bug Fixes
deletepermissions to Secrets. (#13097)🌱 Others
📖 Additionally, there have been 49 contributions to our documentation and book. (#12085, #12199, #12329, #12562, #12581, #12582, #12593, #12600, #12601, #12647, #12662, #12663, #12673, #12710, #12741, #12761, #12777, #12779, #12797, #12810, #12814, #12835, #12836, #12854, #12866, #12880, #12885, #12892, #12893, #12896, #12917, #12934, #12942, #12944, #12951, #12961, #12970, #12998, #13010, #13011, #13012, #13021, #13057, #13098, #13101, #13114, #13115, #13116, #13118)
Dependencies
Added
Changed
bda5523→078029dConfiguration
📅 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.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.