Skip to content

build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2 - #1590

Merged
kubernetes-prow[bot] merged 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/grpc-1.83.2
Sep 11, 2026
Merged

build(deps): bump google.golang.org/grpc from 1.83.1 to 1.83.2#1590
kubernetes-prow[bot] merged 1 commit into
mainfrom
dependabot/go_modules/google.golang.org/grpc-1.83.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 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.

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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Sep 8, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 8, 2026
@github-project-automation github-project-automation Bot moved this to Backlog in Agent Sandbox Sep 8, 2026
@netlify

netlify Bot commented Sep 8, 2026

Copy link
Copy Markdown

Deploy Preview for agent-sandbox canceled.

Name Link
🔨 Latest commit 714a758
🔍 Latest deploy log https://app.netlify.com/projects/agent-sandbox/deploys/6aa096da683d410007fbe244

@kubernetes-prow
kubernetes-prow Bot requested a review from barney-s September 8, 2026 23:14
@kubernetes-prow kubernetes-prow Bot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 8, 2026
@kubernetes-prow
kubernetes-prow Bot requested a review from soltysh September 8, 2026 23:14
@kubernetes-prow

Copy link
Copy Markdown

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

I'm waiting for a kubernetes-sigs 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.

@kubernetes-prow kubernetes-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Sep 8, 2026
@janetkuo
janetkuo requested a lite review from Copilot September 9, 2026 00:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

This is a straightforward patch-level dependency bump with consistent go.mod and go.sum updates and no additional behavioral changes introduced in-repo.

Pull request overview

This PR updates the repository’s Go module dependency on google.golang.org/grpc from v1.83.1 to v1.83.2, incorporating the upstream patch release (including a server-side security hardening change per the PR description).

Changes:

  • Bump google.golang.org/grpc to v1.83.2 in go.mod.
  • Update go.sum checksums to match the new grpc module version.
File summaries
File Description
go.mod Updates the required google.golang.org/grpc module version to v1.83.2.
go.sum Updates module sums to reflect the google.golang.org/grpc v1.83.2 resolution.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@aditya-shantanu aditya-shantanu left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Patch-level grpc bump carrying the :authority/Host header security fix (grpc/grpc-go#9365); go.mod/go.sum consistent, all presubmits green. Note the same bump is included in #1588, which is currently blocked on unrelated CI breakage — merging this first is fine; dependabot will reconcile.

@aditya-shantanu

Copy link
Copy Markdown
Collaborator

/lgtm

@kubernetes-prow kubernetes-prow Bot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 9, 2026
@barney-s

Copy link
Copy Markdown
Collaborator

/approve

@kubernetes-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: barney-s, dependabot[bot]

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

@kubernetes-prow kubernetes-prow Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 11, 2026
@kubernetes-prow
kubernetes-prow Bot merged commit abcf311 into main Sep 11, 2026
17 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Agent Sandbox Sep 11, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/google.golang.org/grpc-1.83.2 branch September 11, 2026 21:09
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. dependencies Pull requests that update a dependency file lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. ready-for-review size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants