Skip to content

stolostron/kube-rbac-proxy/backplane-2.6: Go 1.25 - #80719

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
jacobbaungard:kube-rbac-proxy-backplane-2.6-go125
Jun 19, 2026
Merged

stolostron/kube-rbac-proxy/backplane-2.6: Go 1.25#80719
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
jacobbaungard:kube-rbac-proxy-backplane-2.6-go125

Conversation

@jacobbaungard

@jacobbaungard jacobbaungard commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bump golang version to 1.25.

Summary by CodeRabbit

This pull request updates the Go toolchain version for the OpenShift CI build configuration of the stolostron/kube-rbac-proxy component on the backplane-2.6 release branch.

What Changed:
The CI builder base image tag has been updated from go1.24-linux to go1.25-linux in the build_root.image_stream_tag.tag field of the CI operator configuration file. This change affects the Go compiler and runtime used to build the kube-rbac-proxy container image during CI pipeline execution.

Impact:

  • Kube-rbac-proxy builds on backplane-2.6 will now use Go 1.25 instead of Go 1.24
  • All CI tests and builds for this component will execute with the newer Go toolchain
  • This is a routine toolchain upgrade with no changes to build logic or configuration parameters

Bump golang version to 1.25.

Signed-off-by: Jacob Baungard Hansen <jacobbaungard@redhat.com>
@coderabbitai

coderabbitai Bot commented Jun 18, 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: 180d0be7-de90-4438-9da0-eec69d563003

📥 Commits

Reviewing files that changed from the base of the PR and between b14dfe2 and 9cdfb91.

📒 Files selected for processing (1)
  • ci-operator/config/stolostron/kube-rbac-proxy/stolostron-kube-rbac-proxy-backplane-2.6.yaml

Walkthrough

The CI operator configuration for stolostron/kube-rbac-proxy on the backplane-2.6 branch is updated to replace the build_root image stream tag from go1.24-linux to go1.25-linux.

Changes

Go Builder Image Bump

Layer / File(s) Summary
Update build_root image tag to go1.25-linux
ci-operator/config/stolostron/kube-rbac-proxy/stolostron-kube-rbac-proxy-backplane-2.6.yaml
The build_root.image_stream_tag.tag value is changed from go1.24-linux to go1.25-linux.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • openshift/release#80573: Updates other stolostron CI configs with the same go1.24-linuxgo1.25-linux builder image tag bump in build_root.image_stream_tag.

Suggested labels

lgtm, approved, rehearsals-ack

🚥 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 and concisely summarizes the main change: updating Go from 1.24 to 1.25 for the stolostron/kube-rbac-proxy backplane-2.6 component.
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 only modifies a CI/build configuration YAML file (version bump of Go image tag). No test files or Ginkgo test names are present in the changes, making this test-focused check not applicable.
Test Structure And Quality ✅ Passed This PR modifies only a CI build configuration YAML file (Go version bump from 1.24 to 1.25) with no changes to any Ginkgo test code, making the test quality check not applicable.
Microshift Test Compatibility ✅ Passed This PR only updates a Go build toolchain version in a CI configuration file. No Ginkgo e2e tests are added, so the MicroShift test compatibility check does not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only changes a CI build configuration file to bump Go version from 1.24 to 1.25. No new Ginkgo e2e tests were added, so the SNO test compatibility check does not apply.
Topology-Aware Scheduling Compatibility ✅ Passed Change is a CI build configuration update (Go version bump), not a deployment manifest, operator code, or controller. No scheduling constraints or topology-related configurations are introduced.
Ote Binary Stdout Contract ✅ Passed PR only modifies CI build configuration (Go version bump in YAML), not source code. OTE Binary Stdout Contract check is inapplicable to configuration-only changes with no executable code modificati...
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only updates a CI/build configuration YAML file to bump the Go version from 1.24 to 1.25. It does not add any new Ginkgo e2e tests, so the IPv6 and disconnected network compatibility check...
No-Weak-Crypto ✅ Passed PR modifies only CI configuration (Go builder version bump); no weak crypto algorithms, custom implementations, or non-constant-time comparisons found in codebase.
Container-Privileges ✅ Passed No privileged container configurations (privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation) found. PR only bumps Go version from 1.24 to 1.25.
No-Sensitive-Data-In-Logs ✅ Passed This PR only updates Go builder version (1.24→1.25) in CI config. No new logging code or sensitive data exposure detected in the YAML configuration file.

✏️ 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.

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 18, 2026
@openshift-ci
openshift-ci Bot requested review from mark-nc and ngraham20 June 18, 2026 10:05
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@jacobbaungard: 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-kube-rbac-proxy-backplane-2.6-images stolostron/kube-rbac-proxy presubmit Ci-operator config changed
pull-ci-stolostron-kube-rbac-proxy-backplane-2.6-pr-image-mirror-mce stolostron/kube-rbac-proxy presubmit Ci-operator config changed
pull-ci-stolostron-kube-rbac-proxy-backplane-2.6-sonar-pre-submit stolostron/kube-rbac-proxy presubmit Ci-operator config changed
pull-ci-stolostron-kube-rbac-proxy-backplane-2.6-test-unit stolostron/kube-rbac-proxy presubmit Ci-operator config changed
pull-ci-stolostron-kube-rbac-proxy-backplane-2.6-vendor stolostron/kube-rbac-proxy presubmit Ci-operator config changed

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.

@jacobbaungard

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci

openshift-ci Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@jacobbaungard: The following test 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/kube-rbac-proxy/backplane-2.6/sonar-pre-submit 9cdfb91 link unknown /pj-rehearse pull-ci-stolostron-kube-rbac-proxy-backplane-2.6-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.

@jacobbaungard

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@jacobbaungard: 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 18, 2026

@thibaultmg thibaultmg left a comment

Copy link
Copy Markdown
Contributor

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 19, 2026
@openshift-ci

openshift-ci Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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-merge-bot
openshift-merge-bot Bot merged commit 8c53fb4 into openshift:main Jun 19, 2026
18 of 19 checks passed
krisnababu pushed a commit to krisnababu/release that referenced this pull request Jun 29, 2026
Bump golang version to 1.25.

Signed-off-by: Jacob Baungard Hansen <jacobbaungard@redhat.com>
krisnababu pushed a commit to oharan2/release that referenced this pull request Jul 3, 2026
Bump golang version to 1.25.

Signed-off-by: Jacob Baungard Hansen <jacobbaungard@redhat.com>
andrej1991 pushed a commit to andrej1991/release that referenced this pull request Jul 6, 2026
Bump golang version to 1.25.

Signed-off-by: Jacob Baungard Hansen <jacobbaungard@redhat.com>
TimurMP pushed a commit to TimurMP/release that referenced this pull request Jul 8, 2026
Bump golang version to 1.25.

Signed-off-by: Jacob Baungard Hansen <jacobbaungard@redhat.com>
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
Bump golang version to 1.25.

Signed-off-by: Jacob Baungard Hansen <jacobbaungard@redhat.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