Skip to content

Bump google.golang.org/grpc from 1.83.1 to 1.83.2 - #474

Open
dependabot[bot] wants to merge 1 commit into
oadp-devfrom
dependabot/go_modules/google.golang.org/grpc-1.83.2
Open

dependabot[bot] wants to merge 1 commit into
oadp-devfrom
dependabot/go_modules/google.golang.org/grpc-1.83.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps google.golang.org/grpc from 1.83.1 to 1.83.2.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.83.2

Security

  • server: Reject requests missing both :authority and Host headers with HTTP 400 and status Internal. (grpc/grpc-go#9365)
Commits

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 supporting libraries and communication components to newer versions, including a maintenance update to improve compatibility and stability.

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.83.1 to 1.83.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.83.1...v1.83.2)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.83.2
  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 Sep 16, 2026
@coderabbitai

coderabbitai Bot commented Sep 16, 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: 54a46759-89a1-4249-a14e-e9bea5e89469

📥 Commits

Reviewing files that changed from the base of the PR and between 96593fb and e40c2bd.

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

Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review.


Walkthrough

The Go module definition updates versions for six indirect golang.org/x dependencies and upgrades google.golang.org/grpc from v1.83.1 to v1.83.2.

Changes

Dependency updates

Layer / File(s) Summary
Go module version updates
go.mod
Updates indirect versions for golang.org/x/crypto, x/net, x/sync, x/sys, x/term, and x/text. Upgrades google.golang.org/grpc to v1.83.2.

Priority: ➖ Normal

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

Change: Other

Merge Risk: ⚪ Minimal · up to e40c2

The dependency updates are mergeable based on the available evidence.

🚥 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 identifies the primary change: upgrading google.golang.org/grpc from 1.83.1 to 1.83.2.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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 PASS. The authoritative pull-request diff changes only go.mod and go.sum. The added and removed lines contain dependency versions and checksums only. No test files or Ginkgo declarations (It, `D…
Test Structure And Quality ✅ Passed The check is not applicable to this pull request. The authoritative diff changes only go.mod and go.sum dependency versions and contains no Ginkgo test code, It blocks, resource setup, waits, or asser…
Microshift Test Compatibility ✅ Passed PASS: The pull request changes only go.mod and go.sum. The diff contains dependency version and checksum updates, with no new or modified Ginkgo e2e tests. Therefore, the MicroShift test compatibility…
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: The pull request changes only go.mod and go.sum. The diff contains dependency version and checksum updates, with no added Go files, Ginkgo declarations, or e2e tests. Therefore, the SNO multi-no…
Topology-Aware Scheduling Compatibility ✅ Passed PASS: The scoped diff changes only go.mod and go.sum. It updates dependency versions and checksums, including google.golang.org/grpc v1.83.1 to v1.83.2. It adds no deployment manifests, operator code,…
Ote Binary Stdout Contract ✅ Passed PASS — The reviewed range changes only go.mod and go.sum. No main, init, TestMain, suite setup, or other Go source file changed. The repository's process entry point remains unchanged, and the depende…
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PASS: The authoritative pull-request diff changes only go.mod and go.sum. It adds no Ginkgo tests or other test code, IPv4 addresses, URL construction, service or endpoint objects, or external con…
No-Weak-Crypto ✅ Passed PASS. The pull request changes only go.mod and go.sum. It updates indirect dependency versions and checksums; it adds no Go source or crypto implementation. The patch contains no MD5, SHA1, DES, RC4, …
Container-Privileges ✅ Passed The pull request changes only go.mod and go.sum. The diff contains dependency version and checksum updates only. It adds no container or Kubernetes manifest changes and introduces none of the listed p…
No-Sensitive-Data-In-Logs ✅ Passed PASS: The authoritative PR diff changes only go.mod and go.sum. It updates indirect dependency versions and Go module checksums; it adds no application code, logging statements, log configuration, or …
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/google.golang.org/grpc-1.83.2

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

@openshift-ci

openshift-ci Bot commented Sep 16, 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 dymurray 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 Sep 16, 2026
@openshift-ci

openshift-ci Bot commented Sep 16, 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.

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