Skip to content

Bump github.com/moby/spdystream from 0.5.0 to 0.5.1 in the go_modules group across 1 directory#231

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go_modules-5343233142
Open

Bump github.com/moby/spdystream from 0.5.0 to 0.5.1 in the go_modules group across 1 directory#231
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go_modules-5343233142

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Bumps the go_modules group with 1 update in the / directory: github.com/moby/spdystream.

Updates github.com/moby/spdystream from 0.5.0 to 0.5.1

Release notes

Sourced from github.com/moby/spdystream's releases.

v0.5.1

What's Changed

Full Changelog: moby/spdystream@v0.5.0...v0.5.1

Commits
  • c59e5d7 Merge pull request #109 from thaJeztah/use_ioutil
  • 2fd0155 use ioutil.Discard for go1.13 compatibility
  • ef6121f Merge commit from fork
  • 241cec9 compare with signed Int for 32-bit Arm
  • 21c3864 Add options to customize limits
  • acf9b45 spdy: update godoc for MaxDataLength
  • eb63605 spdy: limit header-size and header-count
  • 2f21da4 spdy: fix header block byte accounting
  • 5976b66 spdy: enforce 24-bit frame length limits
  • cf0ec5d Guard against oversized SPDY frames
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by CodeRabbit

  • Chores
    • Updated an indirect dependency to the latest available version to maintain compatibility and address any known improvements in the underlying library.

Bumps the go_modules group with 1 update in the / directory: [github.com/moby/spdystream](https://github.com/moby/spdystream).


Updates `github.com/moby/spdystream` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/moby/spdystream/releases)
- [Commits](moby/spdystream@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: github.com/moby/spdystream
  dependency-version: 0.5.1
  dependency-type: indirect
  dependency-group: go_modules
...

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 Apr 16, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

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

Run ID: 80511f57-ee9e-4836-a5ab-7f8ea570d33b

📥 Commits

Reviewing files that changed from the base of the PR and between 6c48650 and 0bc66ea.

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

Walkthrough

Updates the indirect dependency github.com/moby/spdystream from version v0.5.0 to v0.5.1 in the module requirements.

Changes

Cohort / File(s) Summary
Dependency Update
go.mod
Bumps indirect dependency github.com/moby/spdystream from v0.5.0 to v0.5.1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 9 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is largely incomplete. It lacks required sections like 'What is being added?', 'Checklist before requesting review', and 'Steps To Manually Test' specified in the template. Add the required template sections including explanation of the change, completion checklist, and manual testing steps. Even for dependency updates, these sections help document the change and verification approach.
✅ Passed checks (9 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: bumping a Go module dependency version from 0.5.0 to 0.5.1, which matches the single file change in go.mod.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed This PR only modifies go.mod with a dependency version bump and contains no changes to test files or Ginkgo test definitions, making the stable test names check not applicable.
Test Structure And Quality ✅ Passed PR only updates dependency version in go.mod; no test files are modified, making custom check for Ginkgo test structure not applicable.
Microshift Test Compatibility ✅ Passed This pull request only updates the indirect dependency github.com/moby/spdystream from v0.5.0 to v0.5.1 in go.mod. No new Ginkgo e2e tests are added or modified.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR is a dependency version bump for github.com/moby/spdystream from v0.5.0 to v0.5.1, modifying only go.mod with no new tests added.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates indirect Go dependency github.com/moby/spdystream from 0.5.0 to 0.5.1 with no changes to deployment manifests, operator code, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed PR updates indirect dependency spdystream v0.5.0 to v0.5.1 without code changes; version bump includes compatibility fixes with no new stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only updates github.com/moby/spdystream dependency from v0.5.0 to v0.5.1 in go.mod; no new Ginkgo e2e tests are added.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/go_modules-5343233142

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

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 16, 2026

[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 clcollins 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

@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 Apr 16, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 16, 2026

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.

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