Skip to content

OCPBUGS-104374: upgrade go stdlib and patch vulnerabilities - #1111

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
jgbernalp:patch-go-vulnerabilities
Aug 4, 2026
Merged

OCPBUGS-104374: upgrade go stdlib and patch vulnerabilities#1111
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
jgbernalp:patch-go-vulnerabilities

Conversation

@jgbernalp

@jgbernalp jgbernalp commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Updated the Go toolchain version.
    • Upgraded an indirect text-processing dependency for compatibility and maintenance.

Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
@openshift-ci-robot openshift-ci-robot added jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Aug 4, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@jgbernalp: This pull request references Jira Issue OCPBUGS-104374, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In 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.

@openshift-ci
openshift-ci Bot requested review from PeterYurkovich and zhuje August 4, 2026 07:19
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 4, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@jgbernalp: This pull request references Jira Issue OCPBUGS-104374, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

Summary by CodeRabbit

  • Chores
  • Updated the Go toolchain version.
  • Upgraded an indirect text-processing dependency for compatibility and maintenance.

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.

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

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: Pro Plus

Run ID: 3436a2fd-d890-4d2d-a5a3-69eafa258761

📥 Commits

Reviewing files that changed from the base of the PR and between 6ec6aae and 0f448fe.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Walkthrough

The module now targets Go 1.26.5. The indirect golang.org/x/text dependency now uses v0.39.0.

Changes

Go module maintenance

Layer / File(s) Summary
Module metadata updates
go.mod
The Go toolchain directive changed to 1.26.5. The indirect golang.org/x/text dependency changed to v0.39.0.

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

🚥 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 describes the Go toolchain upgrade and vulnerability patches included in the pull request.
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 The patch changes only go.mod and go.sum. It adds no test files, Ginkgo declarations, or test titles, so it introduces no unstable test names.
Test Structure And Quality ✅ Passed The commit changes only go.mod and go.sum; no *_test.go files or Ginkgo test constructs changed, so this test-quality check has no applicable findings.
Microshift Test Compatibility ✅ Passed The commit changes only go.mod and go.sum; no Ginkgo e2e tests or test declarations were added, so MicroShift compatibility checks do not apply.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The commit changes only go.mod and go.sum; no Ginkgo e2e tests or new test declarations were added, so SNO compatibility review is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed The commit modifies only go.mod and go.sum for Go and dependency versions; it adds no deployment manifests, operator code, controllers, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The change only updates Go dependencies. This repository has no OTE or Ginkgo harness, and its sole main process has no direct stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The commit changes only go.mod and go.sum. It adds or changes no Ginkgo e2e tests, IPv4 assumptions, or external connectivity.
No-Weak-Crypto ✅ Passed The PR changes only Go module metadata; no added MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB, custom crypto, or secret comparisons appear in the patch.
Container-Privileges ✅ Passed The PR changes only go.mod and go.sum; scans found no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, root, or allowPrivilegeEscalation violations.
No-Sensitive-Data-In-Logs ✅ Passed The patch changes only go.mod and go.sum; it adds no Go source, logging calls, or sensitive-data values.
✨ 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.

@jgbernalp

Copy link
Copy Markdown
Contributor Author

/test ?

@jgbernalp

Copy link
Copy Markdown
Contributor Author

/test security

@jgbernalp

Copy link
Copy Markdown
Contributor Author

/test e2e-monitoring

@zhuje zhuje 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 Aug 4, 2026
@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jgbernalp, zhuje

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

@jgbernalp

Copy link
Copy Markdown
Contributor Author

/label qe-approved

@openshift-ci openshift-ci Bot added the qe-approved Signifies that QE has signed off on this PR label Aug 4, 2026
@openshift-ci-robot openshift-ci-robot removed the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Aug 4, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@jgbernalp: This pull request references Jira Issue OCPBUGS-104374, which is invalid:

  • expected the bug to be in one of the following states: NEW, ASSIGNED, POST, but it is ON_QA instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Summary by CodeRabbit

  • Chores
  • Updated the Go toolchain version.
  • Upgraded an indirect text-processing dependency for compatibility and maintenance.

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.

@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Aug 4, 2026
@jgbernalp

Copy link
Copy Markdown
Contributor Author

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Aug 4, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@jgbernalp: This pull request references Jira Issue OCPBUGS-104374, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
Details

In response to this:

/jira refresh

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.

@openshift-ci

openshift-ci Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

@jgbernalp: 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 2241c8a into openshift:main Aug 4, 2026
13 checks passed
@openshift-ci-robot

Copy link
Copy Markdown

@jgbernalp: Jira Issue OCPBUGS-104374: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-104374 has been moved to the MODIFIED state.

Details

In response to this:

Summary by CodeRabbit

  • Chores
  • Updated the Go toolchain version.
  • Upgraded an indirect text-processing dependency for compatibility and maintenance.

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.

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. jira/severity-important Referenced Jira bug's severity is important for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants