ACM-36515: Bump CI build images to Go 1.25 for cluster-api-provider-kubevirt release-4.19#82431
Conversation
…ubevirt release-4.19 Update build_root and dockerfile_literal to use rhel-9-release-golang-1.25-openshift-4.22 (from golang-1.24-openshift-4.21). Required because CAPK release-4.19 will bump golang.org/x/crypto to v0.52.0 (fixing CVE-2026-39829), which requires Go 1.25.0. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: nisimon <nisimon@redhat.com>
|
@nindsimonv: This pull request references ACM-36515 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the vulnerability to target either version "5.0." or "openshift-5.0.", but it targets "MCE 2.9.0" instead. 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe OpenShift CI release configuration updates the ChangesToolchain image update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nindsimonv 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@nindsimonv: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Summary
build_rootanddockerfile_literalGo toolchain fromrhel-9-release-golang-1.24-openshift-4.21torhel-9-release-golang-1.25-openshift-4.22forcluster-api-provider-kubevirtrelease-4.19 CI config.golang.org/x/cryptoto v0.52.0 (fixing CVE-2026-39829 + related CVEs), which requires Go 1.25.0.Why
Without this change, CI jobs for the CAPK release-4.19 crypto bump would fail with:
go: go.mod requires go >= 1.25.0 (running go 1.24.x; GOTOOLCHAIN=local)
Changes
build_root.image_stream_tag.tagrhel-9-release-golang-1.24-openshift-4.21rhel-9-release-golang-1.25-openshift-4.22dockerfile_literalFROM...golang-1.24-openshift-4.21...golang-1.25-openshift-4.22Summary by CodeRabbit
Updates the
cluster-api-provider-kubevirtrelease-4.19 OpenShift CI build configuration to use the Go 1.25 toolchain image, enabling the plannedgolang.org/x/cryptov0.52.0 upgrade and related security fixes.