Skip to content

Commit f68d710

Browse files
Update module google.golang.org/grpc to v1.74.2 (#13459)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.73.0` -> `v1.74.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.74.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.73.0/v1.74.2?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.74.2`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.74.2): Release 1.74.2 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.74.1...v1.74.2) ### API Changes - balancer: add `ExitIdle` method to `Balancer` interface. Earlier, implementing this method was optional. ([#&#8203;8367](https://redirect.github.com/grpc/grpc-go/issues/8367)) ### Behavior Changes - xds: Remove the `GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST` environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. ([#&#8203;8248](https://redirect.github.com/grpc/grpc-go/issues/8248)) - Special Thanks: [@&#8203;atollena](https://redirect.github.com/atollena) - server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. ([#&#8203;8439](https://redirect.github.com/grpc/grpc-go/issues/8439)) ### Bug Fixes - googledirectpath: avoid logging the error message `Attempt to set a bootstrap configuration...` when creating multiple directpath channels. ([#&#8203;8419](https://redirect.github.com/grpc/grpc-go/issues/8419)) ### Performance Improvements - transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. ([#&#8203;8361](https://redirect.github.com/grpc/grpc-go/issues/8361)) - transport: reduce heap allocations by re-using `mem.Reader` objects. ([#&#8203;8360](https://redirect.github.com/grpc/grpc-go/issues/8360)) ### Documentation - examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. ([#&#8203;8388](https://redirect.github.com/grpc/grpc-go/issues/8388)) - Special Thanks: [@&#8203;vinothkumarr227](https://redirect.github.com/vinothkumarr227) ### [`v1.74.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.74.1): Release 1.74.1 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.74.0...v1.74.1) Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released. ### [`v1.74.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.74.0): Release 1.74.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.73.0...v1.74.0) Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released. </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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent 24d9ba8 commit f68d710

File tree

136 files changed

+877
-879
lines changed

Some content is hidden

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

136 files changed

+877
-879
lines changed

client/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ require (
1717
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
1818
github.com/pmezard/go-difflib v1.0.0 // indirect
1919
go.uber.org/multierr v1.11.0 // indirect
20-
golang.org/x/net v0.39.0 // indirect
21-
golang.org/x/sys v0.32.0 // indirect
22-
golang.org/x/text v0.24.0 // indirect
23-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
24-
google.golang.org/grpc v1.73.0 // indirect
20+
golang.org/x/net v0.40.0 // indirect
21+
golang.org/x/sys v0.33.0 // indirect
22+
golang.org/x/text v0.25.0 // indirect
23+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
24+
google.golang.org/grpc v1.74.2 // indirect
2525
google.golang.org/protobuf v1.36.6 // indirect
2626
gopkg.in/yaml.v3 v3.0.1 // indirect
2727
)

client/go.sum

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

cmd/mdatagen/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ require (
7070
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
7171
go.uber.org/multierr v1.11.0 // indirect
7272
go.yaml.in/yaml/v3 v3.0.4 // indirect
73-
golang.org/x/net v0.39.0 // indirect
73+
golang.org/x/net v0.40.0 // indirect
7474
golang.org/x/sys v0.33.0 // indirect
75-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
76-
google.golang.org/grpc v1.73.0 // indirect
75+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
76+
google.golang.org/grpc v1.74.2 // indirect
7777
google.golang.org/protobuf v1.36.6 // indirect
7878
gopkg.in/yaml.v3 v3.0.1 // indirect
7979
)

cmd/mdatagen/go.sum

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

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ require (
171171
gonum.org/v1/gonum v0.16.0 // indirect
172172
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
173173
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
174-
google.golang.org/grpc v1.73.0 // indirect
174+
google.golang.org/grpc v1.74.2 // indirect
175175
google.golang.org/protobuf v1.36.6 // indirect
176176
gopkg.in/yaml.v3 v3.0.1 // indirect
177177
sigs.k8s.io/yaml v1.5.0 // indirect

cmd/otelcorecol/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.

component/componentstatus/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ require (
2828
go.opentelemetry.io/otel/trace v1.37.0 // indirect
2929
go.uber.org/multierr v1.11.0 // indirect
3030
go.uber.org/zap v1.27.0 // indirect
31-
golang.org/x/net v0.39.0 // indirect
31+
golang.org/x/net v0.40.0 // indirect
3232
golang.org/x/sys v0.33.0 // indirect
33-
golang.org/x/text v0.24.0 // indirect
34-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
35-
google.golang.org/grpc v1.73.0 // indirect
33+
golang.org/x/text v0.25.0 // indirect
34+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
35+
google.golang.org/grpc v1.74.2 // indirect
3636
google.golang.org/protobuf v1.36.6 // indirect
3737
gopkg.in/yaml.v3 v3.0.1 // indirect
3838
)

component/componentstatus/go.sum

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

component/componenttest/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ require (
2929
go.opentelemetry.io/contrib/bridges/otelzap v0.12.0 // indirect
3030
go.opentelemetry.io/otel v1.37.0 // indirect
3131
go.opentelemetry.io/otel/log v0.13.0 // indirect
32-
golang.org/x/net v0.39.0 // indirect
32+
golang.org/x/net v0.40.0 // indirect
3333
golang.org/x/sys v0.33.0 // indirect
34-
golang.org/x/text v0.24.0 // indirect
35-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
36-
google.golang.org/grpc v1.73.0 // indirect
34+
golang.org/x/text v0.25.0 // indirect
35+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
36+
google.golang.org/grpc v1.74.2 // indirect
3737
google.golang.org/protobuf v1.36.6 // indirect
3838
gopkg.in/yaml.v3 v3.0.1 // indirect
3939
)

0 commit comments

Comments
 (0)