Skip to content

Bump golang.org/x/net from 0.53.0 to 0.55.0#427

Open
dependabot[bot] wants to merge 1 commit into
oadp-devfrom
dependabot/go_modules/golang.org/x/net-0.55.0
Open

Bump golang.org/x/net from 0.53.0 to 0.55.0#427
dependabot[bot] wants to merge 1 commit into
oadp-devfrom
dependabot/go_modules/golang.org/x/net-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/net from 0.53.0 to 0.55.0.

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by CodeRabbit

  • Chores
    • Updated several Go module dependencies to newer versions, including core golang.org/x packages.
    • No user-facing behavior changes are expected from this update.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.53.0 to 0.55.0.
- [Commits](golang/net@v0.53.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 1, 2026
@openshift-ci openshift-ci Bot requested review from Joeavaikath and eemcmullan July 1, 2026 19:09
@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign savitharaghunathan for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 4093ea8a-0869-4990-9f8e-289d4367f55c

📥 Commits

Reviewing files that changed from the base of the PR and between 6ddb843 and 1ebd193.

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

Walkthrough

This pull request updates the pinned versions of five indirect Go module dependencies in go.mod: golang.org/x/crypto, golang.org/x/net, golang.org/x/sys, golang.org/x/term, and golang.org/x/text.

Changes

Dependency Updates

Layer / File(s) Summary
Bump indirect dependency versions
go.mod
Version numbers for golang.org/x/crypto (0.50.0→0.51.0), golang.org/x/net (0.53.0→0.55.0), golang.org/x/sys (0.43.0→0.45.0), golang.org/x/term (0.42.0→0.43.0), and golang.org/x/text (0.36.0→0.37.0) are updated in the require block.

Estimated code review effort: 1 (Trivial) | ~3 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 matches a real part of the change, but the PR also bumps several other Go dependencies.
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 Modified test files use static table-driven t.Run names; no Ginkgo It/Describe/Context/When titles or dynamic identifiers were added.
Test Structure And Quality ✅ Passed Only go.mod and go.sum changed; no Ginkgo test code was modified, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed PASS: The PR only changes go.mod/go.sum dependency versions; no new or modified Ginkgo e2e tests or MicroShift-unsupported APIs were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo e2e tests or SNO-sensitive multi-node assumptions were added; repo changes are standard Go unit tests and a dependency bump.
Topology-Aware Scheduling Compatibility ✅ Passed PR only bumps go.mod dependency versions; no deployment manifests, controllers, or topology-related scheduling code were modified.
Ote Binary Stdout Contract ✅ Passed PR only bumps Go module versions in go.mod; no process-level code or stdout writes are changed, so the stdout contract is unaffected.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only bumps go.mod deps; no new Ginkgo e2e tests or network-dependent test code were added.
No-Weak-Crypto ✅ Passed PASS: PR only bumps x/net and related indirect deps in go.mod; no source uses of md5/sha1/des/rc4/ECB or custom crypto were found.
Container-Privileges ✅ Passed Only go.mod and go.sum changed; no container/K8s manifests were modified, and no privileged settings were introduced.
No-Sensitive-Data-In-Logs ✅ Passed This PR only bumps Go modules in go.mod; no logging code or log messages were added or modified, so it doesn't introduce sensitive-data exposure.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/golang.org/x/net-0.55.0

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

@openshift-ci

openshift-ci Bot commented Jul 1, 2026

Copy link
Copy Markdown

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants