Skip to content

chore: bump Go builder to 1.26 for cluster-backup-operator and volsync-addon-controller z-streams (2.11-2.17) - #81956

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
sahare:go-1.26-zstream
Jul 16, 2026
Merged

chore: bump Go builder to 1.26 for cluster-backup-operator and volsync-addon-controller z-streams (2.11-2.17)#81956
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
sahare:go-1.26-zstream

Conversation

@sahare

@sahare sahare commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

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-operator and volsync-addon-controller repositories across release branches 2.11 and 2.13–2.17 to use the go1.26-linux builder image instead of go1.25-linux.

This provides builds with the Go toolchain containing the fix for CVE-2026-27145, a crypto/x509 denial-of-service vulnerability.

@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: c0259fd2-c01d-433e-b195-6e7faa1cef79

📥 Commits

Reviewing files that changed from the base of the PR and between f993c8c and 0daf991.

📒 Files selected for processing (12)
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.11.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.13.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.14.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.15.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.16.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.17.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.11.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.13.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.14.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.15.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.16.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.17.yaml
🚧 Files skipped from review as they are similar to previous changes (10)
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.11.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.13.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.16.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.14.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.15.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.16.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.17.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.14.yaml
  • ci-operator/config/stolostron/cluster-backup-operator/stolostron-cluster-backup-operator-release-2.13.yaml
  • ci-operator/config/stolostron/volsync-addon-controller/stolostron-volsync-addon-controller-release-2.15.yaml

Walkthrough

The release CI configurations for the cluster backup operator and VolSync addon controller now use go1.26-linux instead of go1.25-linux as their build root image stream tag.

Changes

Builder image updates

Layer / File(s) Summary
Cluster backup builder configuration
ci-operator/config/stolostron/cluster-backup-operator/*release-2.{11,13-17}.yaml
Release configurations switch the build root image stream tag from go1.25-linux to go1.26-linux.
VolSync builder configuration
ci-operator/config/stolostron/volsync-addon-controller/*release-2.{11,13-17}.yaml
Release configurations switch the build root image stream tag from go1.25-linux to go1.26-linux.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

Suggested labels: lgtm, rehearsals-ack, jira/valid-reference

Suggested reviewers: jnpacker, birsanv

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the Go builder image bump across both repositories and the 2.11-2.17 release branches.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed Only ci-operator YAML builder tags changed; no *_test.go files or Ginkgo titles were modified.
Test Structure And Quality ✅ Passed PR only changes ci-operator YAML builder tags; no Ginkgo test code was added or modified, so the test-structure check is not applicable.
Microshift Test Compatibility ✅ Passed Only ci-operator YAML build-root tags changed; no new Ginkgo tests or MicroShift-sensitive APIs were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: PR only updates ci-operator builder tags; no new or modified Ginkgo e2e tests, so SNO compatibility is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR only bumps ci-operator build_root Go image tags in YAML; no deployment manifests, controllers, replicas, affinity, or node selectors were changed.
Ote Binary Stdout Contract ✅ Passed Only ci-operator YAML changed to bump build_root tags; no OTE binary code or stdout writes were touched.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only ci-operator YAML build_root tags changed; no Ginkgo e2e tests or network-dependent test code were added or modified.
No-Weak-Crypto ✅ Passed PR only changes ci-operator YAML build_root tags from go1.25-linux to go1.26-linux; no weak-crypto or custom-crypto code is touched.
Container-Privileges ✅ Passed PASS: The PR only bumps build_root Go tags; none of the targeted YAMLs set privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, or allowPrivilegeEscalation.
No-Sensitive-Data-In-Logs ✅ Passed The PR only bumps ci-operator build_root tags from go1.25-linux to go1.26-linux; no log statements or sensitive data exposure appear in the diffs.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci
openshift-ci Bot requested review from birsanv and jnpacker July 15, 2026 15:41
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 15, 2026
@sahare

sahare commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

/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>
@sahare
sahare force-pushed the go-1.26-zstream branch from f993c8c to 0daf991 Compare July 15, 2026 17:08
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@sahare: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-stolostron-volsync-addon-controller-release-2.17-images stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.17-sonar-pre-submit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.17-unit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.13-images stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.13-sonar-pre-submit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.13-unit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.16-images stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.16-sonar-pre-submit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.16-unit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.14-images stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.14-sonar-pre-submit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.14-unit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.11-images stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.11-sonar-pre-submit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.11-unit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.15-images stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.15-sonar-pre-submit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-volsync-addon-controller-release-2.15-unit stolostron/volsync-addon-controller presubmit Ci-operator config changed
pull-ci-stolostron-cluster-backup-operator-release-2.16-crd-and-gen-files-check stolostron/cluster-backup-operator presubmit Ci-operator config changed
pull-ci-stolostron-cluster-backup-operator-release-2.16-images stolostron/cluster-backup-operator presubmit Ci-operator config changed
pull-ci-stolostron-cluster-backup-operator-release-2.16-pr-image-mirror stolostron/cluster-backup-operator presubmit Ci-operator config changed
pull-ci-stolostron-cluster-backup-operator-release-2.16-sonar stolostron/cluster-backup-operator presubmit Ci-operator config changed
pull-ci-stolostron-cluster-backup-operator-release-2.16-unit-tests stolostron/cluster-backup-operator presubmit Ci-operator config changed
pull-ci-stolostron-cluster-backup-operator-release-2.13-crd-and-gen-files-check stolostron/cluster-backup-operator presubmit Ci-operator config changed
pull-ci-stolostron-cluster-backup-operator-release-2.13-images stolostron/cluster-backup-operator presubmit Ci-operator config changed

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-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@sahare

sahare commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@sahare: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@tesshuflower

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 16, 2026
@openshift-ci

openshift-ci Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sahare

sahare commented Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@sahare: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 16, 2026
@openshift-ci

openshift-ci Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

@sahare: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/stolostron/volsync-addon-controller/release-2.14/sonar-pre-submit 0daf991 link unknown /pj-rehearse pull-ci-stolostron-volsync-addon-controller-release-2.14-sonar-pre-submit
ci/rehearse/stolostron/volsync-addon-controller/release-2.11/sonar-pre-submit 0daf991 link unknown /pj-rehearse pull-ci-stolostron-volsync-addon-controller-release-2.11-sonar-pre-submit

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@sahare

sahare commented Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

/retest

@openshift-merge-bot
openshift-merge-bot Bot merged commit 91df185 into openshift:main Jul 16, 2026
17 of 19 checks passed
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
…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>
fracappa pushed a commit to fracappa/release that referenced this pull request Jul 22, 2026
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants