ACM-35633: Bump CI build images to Go 1.25 for cluster-api-provider-kubevirt release-4.21 - #82390
ACM-35633: Bump CI build images to Go 1.25 for cluster-api-provider-kubevirt release-4.21#82390amitesh1201 wants to merge 1 commit into
Conversation
…ubevirt release-4.21 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.21 will bump golang.org/x/crypto to v0.52.0 (fixing CVE-2026-39829), which requires Go 1.25.0.
|
@amitesh1201: This pull request references ACM-35633 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.11.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: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe release configuration updates the image build toolchain from the Go 1.24/OpenShift 4.21 release image to the Go 1.25/OpenShift 4.22 release image. ChangesToolchain Image Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[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: |
|
/pj-rehearse pull-ci-openshift-cluster-api-provider-kubevirt-release-4.21-e2e-hypershift-kubevirt pull-ci-openshift-cluster-api-provider-kubevirt-release-4.21-images pull-ci-openshift-cluster-api-provider-kubevirt-release-4.21-unit-tests |
|
@amitesh1201: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@amitesh1201: The following test failed, say
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. |
|
/retest |
|
/pj-rehearsh ci/rehearse/openshift/cluster-api-provider-kubevirt/release-4.21/e2e-hypershift-kubevirt |
|
/pj-rehearse ci/rehearse/openshift/cluster-api-provider-kubevirt/release-4.21/e2e-hypershift-kubevirt |
|
@amitesh1201: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@amitesh1201: job(s): ci/rehearse/openshift/cluster-api-provider-kubevirt/release-4.21/e2e-hypershift-kubevirt either don't exist or were not found to be affected, and cannot be rehearsed |
|
The Evidence from the latest run:
This looks like an infra timing issue with the Requesting |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amitesh1201, damdo, nunnatsa The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/pj-rehearse ci/rehearse/openshift/cluster-api-provider-kubevirt/release-4.21/e2e-hypershift-kubevirt |
|
@nunnatsa: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@nunnatsa: job(s): ci/rehearse/openshift/cluster-api-provider-kubevirt/release-4.21/e2e-hypershift-kubevirt either don't exist or were not found to be affected, and cannot be rehearsed |
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.21 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.21 crypto bump fail with:
Same pattern as the merged release-4.20 change: #82010
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.22Test plan
Summary by CodeRabbit
Updates the
cluster-api-provider-kubevirtrelease-4.21 CI image configuration to use Go 1.25 on OpenShift 4.22 for image builds, enabling the upcominggolang.org/x/cryptosecurity update requiring Go 1.25.