Skip to content

Update Go builder to 1.25 for stolostron observability components rel…#80104

Merged
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
coleenquadros:update-go
Jun 5, 2026
Merged

Update Go builder to 1.25 for stolostron observability components rel…#80104
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
coleenquadros:update-go

Conversation

@coleenquadros
Copy link
Copy Markdown
Contributor

…ease-2.15

coleenquadros and others added 2 commits June 4, 2026 17:32
…ease-2.15

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
…ease-2.16

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2026

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: f8689e98-a0aa-422d-a4d0-33c8b17f09ff

📥 Commits

Reviewing files that changed from the base of the PR and between 321b607 and 679a662.

📒 Files selected for processing (9)
  • ci-operator/config/stolostron/grafana/stolostron-grafana-release-2.15.yaml
  • ci-operator/config/stolostron/multicluster-observability-operator/stolostron-multicluster-observability-operator-release-2.15.yaml
  • ci-operator/config/stolostron/multicluster-observability-operator/stolostron-multicluster-observability-operator-release-2.16.yaml
  • ci-operator/config/stolostron/node-exporter/stolostron-node-exporter-release-2.15.yaml
  • ci-operator/config/stolostron/observatorium-operator/stolostron-observatorium-operator-release-2.15.yaml
  • ci-operator/config/stolostron/observatorium/stolostron-observatorium-release-2.15.yaml
  • ci-operator/config/stolostron/prometheus-alertmanager/stolostron-prometheus-alertmanager-release-2.15.yaml
  • ci-operator/config/stolostron/prometheus/stolostron-prometheus-release-2.15.yaml
  • ci-operator/config/stolostron/thanos-receive-controller/stolostron-thanos-receive-controller-release-2.15.yaml

Walkthrough

Nine Stolostron project CI operator release configurations update their Go builder base image tags from go1.23-linux or go1.24-linux to go1.25-linux across base_images and build_root configuration fields.

Changes

Go builder version upgrade

Layer / File(s) Summary
Go builder base image tag updates
ci-operator/config/stolostron/grafana/stolostron-grafana-release-2.15.yaml, ci-operator/config/stolostron/multicluster-observability-operator/stolostron-multicluster-observability-operator-release-2.15.yaml, ci-operator/config/stolostron/multicluster-observability-operator/stolostron-multicluster-observability-operator-release-2.16.yaml, ci-operator/config/stolostron/node-exporter/stolostron-node-exporter-release-2.15.yaml, ci-operator/config/stolostron/observatorium-operator/stolostron-observatorium-operator-release-2.15.yaml, ci-operator/config/stolostron/observatorium/stolostron-observatorium-release-2.15.yaml, ci-operator/config/stolostron/prometheus-alertmanager/stolostron-prometheus-alertmanager-release-2.15.yaml, ci-operator/config/stolostron/prometheus/stolostron-prometheus-release-2.15.yaml, ci-operator/config/stolostron/thanos-receive-controller/stolostron-thanos-receive-controller-release-2.15.yaml
base_images.base.tag and build_root.image_stream_tag.tag fields are updated from go1.23-linux or go1.24-linux to go1.25-linux across nine release configuration files. Grafana and Prometheus upgrade from go1.24-linux, while the remaining seven projects upgrade from go1.23-linux.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • openshift/release#77882: Updates CI operator builder base image stream tag values in release pipeline YAMLs with Go toolchain version changes, directly analogous to this PR.

Suggested labels

lgtm, approved, rehearsals-ack

Suggested reviewers

  • jlpadilla
  • sosiouxme
  • MacdonEm
🚥 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 clearly summarizes the main change: updating Go builder to version 1.25 for stolostron observability components across multiple release configurations.
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 PR modifies only CI/operator YAML configuration files updating Go builder versions; no Go test files or Ginkgo tests are modified, making this check not applicable.
Test Structure And Quality ✅ Passed PR modifies only CI/operator configuration YAML files (Go builder version updates), not Ginkgo test code. The test structure quality check is not applicable to this PR.
Microshift Test Compatibility ✅ Passed This PR only modifies CI/build configuration YAML files; no new Ginkgo e2e tests are added. The check for MicroShift test compatibility is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR updates Go builder versions in CI configuration YAML files only. No new Ginkgo e2e tests are added, so the SNO test compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR updates only CI/operator build config files (Go builder versions). No deployment manifests, operator code, or scheduling constraints are present.
Ote Binary Stdout Contract ✅ Passed PR only modifies YAML CI/CD config files to update Go builder image tags (1.23/1.24→1.25). No Go source code changes, so no OTE stdout contract violations possible.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR modifies only CI/build configuration YAML files (ci-operator/config) to update Go builder versions. No new Ginkgo e2e tests are added, making this check not applicable.
No-Weak-Crypto ✅ Passed PR updates Go builder image tags in CI config YAML files. No weak crypto algorithms, custom crypto, or constant-time comparison issues found in any modified files or the repository.
Container-Privileges ✅ Passed Modified files are CI operator configs with Go builder updates. No privileged containers, hostPID/hostNetwork/hostIPC, SYS_ADMIN capabilities, or root execution found.
No-Sensitive-Data-In-Logs ✅ Passed PR updates Go builder to 1.25 in CI configs. Logging found only logs non-sensitive image references and test output, not passwords, tokens, keys, PII, or credentials.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 and usage tips.

@coleenquadros
Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@coleenquadros: 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-multicluster-observability-operator-release-2.15-e2e-kind stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-images stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-opp-images stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-test-e2e stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-test-unit stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-observatorium-operator-release-2.15-e2e-kind stolostron/observatorium-operator presubmit Ci-operator config changed
pull-ci-stolostron-observatorium-operator-release-2.15-images stolostron/observatorium-operator presubmit Ci-operator config changed
pull-ci-stolostron-observatorium-operator-release-2.15-pr-image-mirror stolostron/observatorium-operator presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-common-test stolostron/prometheus presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-images stolostron/prometheus presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-pr-image-mirror stolostron/prometheus presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-react-app-test stolostron/prometheus presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-vendor stolostron/prometheus presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-alertmanager-release-2.15-images stolostron/prometheus-alertmanager presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-alertmanager-release-2.15-pr-image-mirror stolostron/prometheus-alertmanager presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-alertmanager-release-2.15-test stolostron/prometheus-alertmanager presubmit Ci-operator config changed
pull-ci-stolostron-node-exporter-release-2.15-images stolostron/node-exporter presubmit Ci-operator config changed
pull-ci-stolostron-node-exporter-release-2.15-ocm-ci-rbac stolostron/node-exporter presubmit Ci-operator config changed
pull-ci-stolostron-node-exporter-release-2.15-pr-image-mirror stolostron/node-exporter presubmit Ci-operator config changed
pull-ci-stolostron-node-exporter-release-2.15-test-e2e stolostron/node-exporter presubmit Ci-operator config changed
pull-ci-stolostron-node-exporter-release-2.15-test-unit stolostron/node-exporter presubmit Ci-operator config changed
pull-ci-stolostron-grafana-release-2.15-images stolostron/grafana presubmit Ci-operator config changed
pull-ci-stolostron-grafana-release-2.15-ocm-ci-rbac stolostron/grafana presubmit Ci-operator config changed
pull-ci-stolostron-grafana-release-2.15-pr-image-mirror stolostron/grafana presubmit Ci-operator config changed
pull-ci-stolostron-observatorium-release-2.15-images stolostron/observatorium presubmit Ci-operator config changed

A total of 30 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
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

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.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 4, 2026
@openshift-ci openshift-ci Bot requested review from ngraham20 and saswatamcode June 4, 2026 15:35
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@coleenquadros: 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-observatorium-operator-release-2.15-e2e-kind stolostron/observatorium-operator presubmit Ci-operator config changed
pull-ci-stolostron-observatorium-operator-release-2.15-images stolostron/observatorium-operator presubmit Ci-operator config changed
pull-ci-stolostron-observatorium-operator-release-2.15-pr-image-mirror stolostron/observatorium-operator presubmit Ci-operator config changed
pull-ci-stolostron-grafana-release-2.15-images stolostron/grafana presubmit Ci-operator config changed
pull-ci-stolostron-grafana-release-2.15-ocm-ci-rbac stolostron/grafana presubmit Ci-operator config changed
pull-ci-stolostron-grafana-release-2.15-pr-image-mirror stolostron/grafana presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-alertmanager-release-2.15-images stolostron/prometheus-alertmanager presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-alertmanager-release-2.15-pr-image-mirror stolostron/prometheus-alertmanager presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-alertmanager-release-2.15-test stolostron/prometheus-alertmanager presubmit Ci-operator config changed
pull-ci-stolostron-thanos-receive-controller-release-2.15-images stolostron/thanos-receive-controller presubmit Ci-operator config changed
pull-ci-stolostron-thanos-receive-controller-release-2.15-pr-image-mirror stolostron/thanos-receive-controller presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-e2e-kind stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-images stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-opp-images stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-test-e2e stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.15-test-unit stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.16-e2e-kind stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.16-images stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.16-opp-images stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.16-test-e2e stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-observability-operator-release-2.16-test-unit stolostron/multicluster-observability-operator presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-common-test stolostron/prometheus presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-images stolostron/prometheus presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-pr-image-mirror stolostron/prometheus presubmit Ci-operator config changed
pull-ci-stolostron-prometheus-release-2.15-react-app-test stolostron/prometheus presubmit Ci-operator config changed

A total of 35 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.

@coleenquadros
Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@coleenquadros: 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 Jun 5, 2026
Copy link
Copy Markdown
Contributor

@jacobbaungard jacobbaungard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 5, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 5, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: coleenquadros, jacobbaungard

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Jun 5, 2026

@coleenquadros: all tests passed!

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.

@openshift-merge-bot openshift-merge-bot Bot merged commit 5ce5ea0 into openshift:main Jun 5, 2026
14 checks passed
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