Skip to content

fix(deps): Update module google.golang.org/grpc to v1.83.0 - #670

Merged
kodiakhq[bot] merged 1 commit into
mainfrom
renovate/google-golang-modules
Aug 8, 2026
Merged

fix(deps): Update module google.golang.org/grpc to v1.83.0#670
kodiakhq[bot] merged 1 commit into
mainfrom
renovate/google-golang-modules

Conversation

@cloudquery-ci

@cloudquery-ci cloudquery-ci Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
google.golang.org/grpc v1.82.1v1.83.0 age confidence

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.83.0: Release 1.83.0

Compare Source

Security

  • server: Stop reading from connections when flooded by HTTP/2 frames to mitigate resource exhaustion. The default value for this limit is 100 frames, excluding DATA and HEADERS, and may be changed by setting environment variable GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.
  • xds/rbac: Support Metadata and RequestedServerName permissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.
  • xds/rbac: Fix panic when parsing unsupported fields in NotRule/NotId permissions.
  • xds/rbac: Support the deprecated source_ip principal identifier by treating it as equivalent to direct_remote_ip.
  • xds: Fix panic when parsing route header matchers configured with empty exact_match, prefix_match, or suffix_match strings. (#​9223)

New Features

  • xds/googlec2p: Enable DirectPath over Interconnect support for on-premises clients via the force-xds target URI query parameter. (#​9133)
  • xds: Enable xDS configuration to control which fields get propagated from ORCA backend metric reports to LRS load reports. (#​9145)
  • authz: Add OnPolicyUpdate callback to FileWatcherOptions to notify when an authz policy is loaded or updated. (#​9142)
  • xds: Add support for the GCP Authentication HTTP Filter, which automatically fetches and attaches GCP Service Account Identity JWT tokens to outgoing RPCs.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#​9119)
  • xds: Add support for xDS-based HTTP CONNECT proxies.
    • This feature can be enabled by setting environment variable GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#​9151)
  • xds: Add support for contains_match in route header matchers. (#​9223)

Bug Fixes

  • credentials/alts: Fix panic when processing malformed frames by validating that the message frame length exceeds the message type field size. (#​9197)
  • grpc: Fix compilation on Plan 9 targets (GOOS=plan9), broken since v1.81.0. (#​9255)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am on Saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@cloudquery-ci cloudquery-ci Bot added the automerge Add to automerge PRs once requirements are met label Aug 8, 2026
@cloudquery-ci

cloudquery-ci Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.61.0
go.opentelemetry.io/otel v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/metric v1.43.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.43.0 -> v1.44.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 -> v0.0.0-20260526163538-3dc84a4a5aaa

@kodiakhq
kodiakhq Bot merged commit 97664d4 into main Aug 8, 2026
10 checks passed
@kodiakhq
kodiakhq Bot deleted the renovate/google-golang-modules branch August 8, 2026 00:19
kodiakhq Bot pushed a commit that referenced this pull request Aug 11, 2026
🤖 I have created a release *beep* *boop*
---


## [1.27.16](v1.27.15...v1.27.16) (2026-08-11)


### Bug Fixes

* **deps:** Update go module directive to v1.26.4 ([#651](#651)) ([bb96bba](bb96bba))
* **deps:** Update go module directive to v1.26.5 ([#666](#666)) ([68c1e78](68c1e78))
* **deps:** Update golang.org/x/exp digest to c48552f ([#657](#657)) ([1d98529](1d98529))
* **deps:** Update module github.com/apache/arrow-go/v18 to v18.7.0 ([#664](#664)) ([845b225](845b225))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.10 ([#653](#653)) ([5e7e787](5e7e787))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.11 ([#654](#654)) ([e7b9517](e7b9517))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.12 ([#655](#655)) ([b53b91c](b53b91c))
* **deps:** Update module github.com/docker/go-connections to v0.8.0 ([#667](#667)) ([f63ab9b](f63ab9b))
* **deps:** Update module golang.org/x/net to v0.55.0 [SECURITY] ([#662](#662)) ([bea1f70](bea1f70))
* **deps:** Update module google.golang.org/grpc to v1.81.0 ([#648](#648)) ([68895ed](68895ed))
* **deps:** Update module google.golang.org/grpc to v1.81.1 ([#649](#649)) ([08fb0e6](08fb0e6))
* **deps:** Update module google.golang.org/grpc to v1.82.0 ([#661](#661)) ([e9bedc2](e9bedc2))
* **deps:** Update module google.golang.org/grpc to v1.82.1 ([#663](#663)) ([e976f41](e976f41))
* **deps:** Update module google.golang.org/grpc to v1.83.0 ([#670](#670)) ([97664d4](97664d4))
* Generate Go Code from `plugin-pb` ([#646](#646)) ([aab4e98](aab4e98))
* Generate Go Code from `plugin-pb` ([#671](#671)) ([bb43c35](bb43c35))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants