Skip to content

Commit 2da993e

Browse files
Update module google.golang.org/grpc to v1.73.0 (#40618)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.72.2` -> `v1.73.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.72.2/v1.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.72.2/v1.73.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.73.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.73.0): Release 1.73.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.72.2...v1.73.0) ### New Features - balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds ([#&#8203;8249](https://redirect.github.com/grpc/grpc-go/issues/8249)) - xds: enable least request LB policy by default. It can be disabled by setting `GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false` in your environment. ([#&#8203;8253](https://redirect.github.com/grpc/grpc-go/issues/8253)) - grpc: add a `CallAuthority` Call Option that can be used to overwrite the http `:authority` header on per-RPC basis. ([#&#8203;8068](https://redirect.github.com/grpc/grpc-go/issues/8068)) - stats/opentelemetry: add trace event for name resolution delay. ([#&#8203;8074](https://redirect.github.com/grpc/grpc-go/issues/8074)) - health: added `List` method to gRPC Health service. ([#&#8203;8155](https://redirect.github.com/grpc/grpc-go/issues/8155)) - Special Thanks: [@&#8203;marcoshuck](https://redirect.github.com/marcoshuck) - ringhash: implement features from gRFC A76. ([#&#8203;8159](https://redirect.github.com/grpc/grpc-go/issues/8159)) - xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting `GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true`. ([#&#8203;8167](https://redirect.github.com/grpc/grpc-go/issues/8167), [#&#8203;8180](https://redirect.github.com/grpc/grpc-go/issues/8180), [#&#8203;8229](https://redirect.github.com/grpc/grpc-go/issues/8229), [#&#8203;8343](https://redirect.github.com/grpc/grpc-go/issues/8343)) ### Bug Fixes - xds: locality ID metric label is changed to make it consistent with [gRFC A78](https://redirect.github.com/grpc/proposal/blob/master/A78-grpc-metrics-wrr-pf-xds.md#optional-xds-locality-label). ([#&#8203;8256](https://redirect.github.com/grpc/grpc-go/issues/8256)) - client: fail RPCs on the client when using extremely short contexts that expire before the `grpc-timeout` header is created. ([#&#8203;8312](https://redirect.github.com/grpc/grpc-go/issues/8312)) - server: non-positive `grpc-timeout` header values are now rejected. This is consistent with the [gRPC protocol spec](https://redirect.github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests). ([#&#8203;8290](https://redirect.github.com/grpc/grpc-go/issues/8290)) - Special Thanks: [@&#8203;evanj](https://redirect.github.com/evanj) - xds: fix reported error string when LRS load reporting interval is invalid. ([#&#8203;8224](https://redirect.github.com/grpc/grpc-go/issues/8224)) - Special Thanks: [@&#8203;alingse](https://redirect.github.com/alingse) ### Performance Improvements - credentials/alts: improve read performance by optimizing buffer copies and allocations. ([#&#8203;8271](https://redirect.github.com/grpc/grpc-go/issues/8271)) - server: improve performance of RPC handling by avoid a status proto copy ([#&#8203;8282](https://redirect.github.com/grpc/grpc-go/issues/8282)) - Special Thanks: [@&#8203;evanj](https://redirect.github.com/evanj) ### Documentation - examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. ([#&#8203;8056](https://redirect.github.com/grpc/grpc-go/issues/8056)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNDguNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 1c3533d commit 2da993e

File tree

278 files changed

+800
-800
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+800
-800
lines changed

cmd/opampsupervisor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ require (
223223
gonum.org/v1/gonum v0.16.0 // indirect
224224
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
225225
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
226-
google.golang.org/grpc v1.72.2 // indirect
226+
google.golang.org/grpc v1.73.0 // indirect
227227
gopkg.in/yaml.v2 v2.4.0 // indirect
228228
modernc.org/b/v2 v2.1.0 // indirect
229229
sigs.k8s.io/yaml v1.4.0 // indirect

cmd/opampsupervisor/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/telemetrygen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
go.uber.org/goleak v1.3.0
2626
go.uber.org/zap v1.27.0
2727
golang.org/x/time v0.11.0
28-
google.golang.org/grpc v1.72.2
28+
google.golang.org/grpc v1.73.0
2929
)
3030

3131
require (

cmd/telemetrygen/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/telemetrygen/internal/e2etest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ require (
100100
golang.org/x/time v0.11.0 // indirect
101101
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
102102
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
103-
google.golang.org/grpc v1.72.2 // indirect
103+
google.golang.org/grpc v1.73.0 // indirect
104104
google.golang.org/protobuf v1.36.6 // indirect
105105
gopkg.in/yaml.v3 v3.0.1 // indirect
106106
sigs.k8s.io/yaml v1.4.0 // indirect

cmd/telemetrygen/internal/e2etest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

confmap/provider/googlesecretmanagerprovider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/stretchr/testify v1.10.0
99
go.opentelemetry.io/collector/confmap v1.34.1-0.20250610090210-188191247685
1010
go.uber.org/goleak v1.3.0
11-
google.golang.org/grpc v1.72.2
11+
google.golang.org/grpc v1.73.0
1212
)
1313

1414
require (

confmap/provider/googlesecretmanagerprovider/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/countconnector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ require (
7575
golang.org/x/net v0.40.0 // indirect
7676
golang.org/x/sys v0.33.0 // indirect
7777
golang.org/x/text v0.25.0 // indirect
78-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
79-
google.golang.org/grpc v1.72.2 // indirect
78+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
79+
google.golang.org/grpc v1.73.0 // indirect
8080
google.golang.org/protobuf v1.36.6 // indirect
8181
gopkg.in/yaml.v2 v2.4.0 // indirect
8282
gopkg.in/yaml.v3 v3.0.1 // indirect

connector/countconnector/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ require (
359359
gonum.org/v1/gonum v0.16.0 // indirect
360360
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
361361
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
362-
google.golang.org/grpc v1.72.2 // indirect
362+
google.golang.org/grpc v1.73.0 // indirect
363363
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
364364
gopkg.in/inf.v0 v0.9.1 // indirect
365365
gopkg.in/ini.v1 v1.67.0 // indirect

connector/datadogconnector/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/exceptionsconnector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
go.opentelemetry.io/otel v1.36.0
2222
go.uber.org/goleak v1.3.0
2323
go.uber.org/zap v1.27.0
24-
google.golang.org/grpc v1.72.2
24+
google.golang.org/grpc v1.73.0
2525
)
2626

2727
require (
@@ -62,7 +62,7 @@ require (
6262
golang.org/x/net v0.39.0 // indirect
6363
golang.org/x/sys v0.33.0 // indirect
6464
golang.org/x/text v0.25.0 // indirect
65-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
65+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
6666
google.golang.org/protobuf v1.36.6 // indirect
6767
gopkg.in/yaml.v3 v3.0.1 // indirect
6868
sigs.k8s.io/yaml v1.4.0 // indirect

connector/exceptionsconnector/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/routingconnector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
go.opentelemetry.io/collector/pipeline v0.128.1-0.20250610090210-188191247685
2020
go.uber.org/goleak v1.3.0
2121
go.uber.org/zap v1.27.0
22-
google.golang.org/grpc v1.72.2
22+
google.golang.org/grpc v1.73.0
2323
)
2424

2525
require (
@@ -75,7 +75,7 @@ require (
7575
golang.org/x/net v0.40.0 // indirect
7676
golang.org/x/sys v0.33.0 // indirect
7777
golang.org/x/text v0.25.0 // indirect
78-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
78+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
7979
google.golang.org/protobuf v1.36.6 // indirect
8080
gopkg.in/yaml.v2 v2.4.0 // indirect
8181
gopkg.in/yaml.v3 v3.0.1 // indirect

connector/routingconnector/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/signaltometricsconnector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ require (
7777
golang.org/x/net v0.40.0 // indirect
7878
golang.org/x/sys v0.33.0 // indirect
7979
golang.org/x/text v0.25.0 // indirect
80-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
81-
google.golang.org/grpc v1.72.2 // indirect
80+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
81+
google.golang.org/grpc v1.73.0 // indirect
8282
google.golang.org/protobuf v1.36.6 // indirect
8383
gopkg.in/yaml.v2 v2.4.0 // indirect
8484
gopkg.in/yaml.v3 v3.0.1 // indirect

connector/signaltometricsconnector/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/spanmetricsconnector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
go.opentelemetry.io/otel v1.36.0
2525
go.uber.org/goleak v1.3.0
2626
go.uber.org/zap v1.27.0
27-
google.golang.org/grpc v1.72.2
27+
google.golang.org/grpc v1.73.0
2828
)
2929

3030
require (
@@ -63,7 +63,7 @@ require (
6363
golang.org/x/net v0.39.0 // indirect
6464
golang.org/x/sys v0.33.0 // indirect
6565
golang.org/x/text v0.25.0 // indirect
66-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
66+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
6767
google.golang.org/protobuf v1.36.6 // indirect
6868
gopkg.in/yaml.v3 v3.0.1 // indirect
6969
sigs.k8s.io/yaml v1.4.0 // indirect

connector/spanmetricsconnector/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/sumconnector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ require (
7676
golang.org/x/net v0.40.0 // indirect
7777
golang.org/x/sys v0.33.0 // indirect
7878
golang.org/x/text v0.25.0 // indirect
79-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
80-
google.golang.org/grpc v1.72.2 // indirect
79+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
80+
google.golang.org/grpc v1.73.0 // indirect
8181
google.golang.org/protobuf v1.36.6 // indirect
8282
gopkg.in/yaml.v2 v2.4.0 // indirect
8383
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)