Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module google.golang.org/grpc to v1.71.0 #38369

Merged
merged 3 commits into from
Mar 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/grpc v1.70.0 -> v1.71.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.71.0: Release 1.71.0

Compare Source

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#​8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#​8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#​8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#​8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#​7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#​8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#​7969, #​7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#​8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved by the proxy as expected. (#​7881)
    • Added WithLocalDNSResolution() dial option to explicitly force target resolution on the client instead. (#​7881)
  • weightedtarget: Return erroring picker when no targets are configured. (#​8070)
  • xds: Fail RPCs with UNAVAILABLE when the EDS resource is missing or contains no endpoints (#​8070)
  • xdsclient: Fix a bug where connectivity failures were reported to resource watchers before trying all listed servers. (#​8075)
  • grpc: Fix the number of bytes reported in the error message when encoded messages are larger than 4GB. (#​8033)
  • rls: Fix a bug where RLS channel updates could be lost during startup. (#​8055)
  • xds: Fixed a bug preventing tests from creating multiple servers or channels with different bootstrap configs. (#​8050)
  • grpc: Fix message length checks when compression is enabled and maxReceiveMessageSize is MaxInt (#​7918)

Documentation

  • client: Improve documentation of grpc.NewClient and ClientConn.CanonicalTarget by providing examples. (#​8078)
  • examples/features/dualstack: New example demonstrating usage of endpoints and dualstack functionality. (#​8098)

Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Mar 4, 2025
@renovate renovate bot requested a review from a team as a code owner March 4, 2025 20:29
Copy link
Contributor Author

renovate bot commented Mar 4, 2025

ℹ Artifact update notice

File name: connector/exceptionsconnector/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: connector/routingconnector/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):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: connector/spanmetricsconnector/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: extension/asapauthextension/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: extension/basicauthextension/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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.31.0 -> v0.32.0
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: extension/bearertokenauthextension/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: extension/headerssetterextension/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: extension/oauth2clientauthextension/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):

  • 3 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: extension/sigv4authextension/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: extension/sumologicextension/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):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: internal/coreinternal/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):

  • 2 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.33.0 -> v0.34.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a -> v0.0.0-20250115164207-1a7da9e5054f
File name: receiver/envoyalsreceiver/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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 -> v0.0.0-20241223141626-cff3c89139a3
File name: receiver/googlecloudspannerreceiver/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):

  • 3 additional dependencies were updated

Details:

Package Change
cel.dev/expr v0.19.0 -> v0.19.1
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 -> v0.0.0-20241223141626-cff3c89139a3
github.com/envoyproxy/go-control-plane v0.13.1 -> v0.13.4
File name: testbed/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):

  • 4 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.5.2 -> v0.6.0
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 -> v0.0.0-20241223141626-cff3c89139a3
github.com/envoyproxy/go-control-plane v0.13.1 -> v0.13.4
github.com/envoyproxy/protoc-gen-validate v1.1.0 -> v1.2.1

@atoulme atoulme merged commit f0c511e into main Mar 4, 2025
156 checks passed
@atoulme atoulme deleted the renovate/google.golang.org-grpc-1.x branch March 4, 2025 21:47
@github-actions github-actions bot added this to the next release milestone Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/telemetrygen telemetrygen command connector/count connector/datadog connector/exceptions connector/routing connector/signaltometrics connector/spanmetrics connector/sum dependencies Pull requests that update a dependency file exporter/alibabacloudlogservice Alibaba components exporter/awsemf awsemf exporter exporter/awskinesis exporter/awsxray exporter/azuredataexplorer exporter/azuremonitor exporter/carbon exporter/cassandra exporter/clickhouse exporter/coralogix exporter/datadog Datadog components exporter/dataset exporter/doris exporter/elasticsearch exporter/file exporter/googlecloudpubsub exporter/honeycombmarker exporter/kafka exporter/logicmonitor exporter/logzio exporter/loki Loki Exporter exporter/opencensus exporter/otelarrow exporter/prometheus exporter/prometheusremotewrite exporter/pulsar exporter/rabbitmq exporter/sapm exporter/sentry exporter/signalfx exporter/splunkhec exporter/stef exporter/sumologic exporter/tencentcloudlogservice exporter/zipkin extension/asapauth extension/basicauth extension/bearertokenauth extension/encoding extension/headerssetter extension/healthcheckv2 extension/jaegerremotesampling extension/oauth2clientauth extension/opamp extension/sigv4auth extension/solarwindsapmsettings extension/sumologic internal/core internal/otelarrow processor/routing Routing processor receiver/envoyals receiver/googlecloudpubsub receiver/googlecloudspanner receiver/jaeger receiver/loki receiver/opencensus receiver/otelarrow receiver/skywalking testbed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants