chore: bump Go builder to 1.26 for cluster-backup-operator and volsync-addon-controller z-streams (2.11-2.17) - #81956
Conversation
|
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 (12)
🚧 Files skipped from review as they are similar to previous changes (10)
WalkthroughThe release CI configurations for the cluster backup operator and VolSync addon controller now use ChangesBuilder image updates
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: 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 |
|
/retest |
…c-addon-controller z-streams Update build_root image_stream_tag from go1.25-linux to go1.26-linux for release-2.11 through release-2.17 for both stolostron/cluster-backup-operator and stolostron/volsync-addon-controller. Required to fix CVE-2026-27145 (crypto/x509 DoS) — no Go 1.25 builder includes the fix. Jira: ACM-37371 Signed-off-by: sahare <sahare@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: sahare <sahare@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
[REHEARSALNOTIFIER]
A total of 47 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
@sahare: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sahare, tesshuflower 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 ack |
|
@sahare: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sahare: The following tests 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 |
91df185
into
openshift:main
…c-addon-controller z-streams (openshift#81956) Update build_root image_stream_tag from go1.25-linux to go1.26-linux for release-2.11 through release-2.17 for both stolostron/cluster-backup-operator and stolostron/volsync-addon-controller. Required to fix CVE-2026-27145 (crypto/x509 DoS) — no Go 1.25 builder includes the fix. Jira: ACM-37371 Signed-off-by: sahare <sahare@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
…c-addon-controller z-streams (openshift#81956) Update build_root image_stream_tag from go1.25-linux to go1.26-linux for release-2.11 through release-2.17 for both stolostron/cluster-backup-operator and stolostron/volsync-addon-controller. Required to fix CVE-2026-27145 (crypto/x509 DoS) — no Go 1.25 builder includes the fix. Jira: ACM-37371 Signed-off-by: sahare <sahare@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Bump build_root image tag from go1.25-linux to go1.26-linux for stolostron/cluster-backup-operator and stolostron/volsync-addon-controller on release branches 2.11 through 2.17.
Required to fix CVE-2026-27145 (crypto/x509 DoS) — no Go 1.25 builder includes the fix.
Companion repo PRs update go.mod + Dockerfiles on each branch.
Jira: https://redhat.atlassian.net/browse/ACM-37371
Made with Cursor
Summary by CodeRabbit
Updates OpenShift CI build configurations for the
cluster-backup-operatorandvolsync-addon-controllerrepositories across release branches 2.11 and 2.13–2.17 to use thego1.26-linuxbuilder image instead ofgo1.25-linux.This provides builds with the Go toolchain containing the fix for CVE-2026-27145, a
crypto/x509denial-of-service vulnerability.