Skip to content

Commit 48beb61

Browse files
renovate[bot]otelbot[bot]
authored andcommitted
fix(deps): update module google.golang.org/grpc to v1.76.0 (open-telemetry#43205)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.75.1` -> `v1.76.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.75.1/v1.76.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.76.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.76.0): Release 1.76.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.75.1...v1.76.0) ### Dependencies - Minimum supported Go version is now 1.24 ([#&open-telemetry#8203;8509](https://redirect.github.com/grpc/grpc-go/issues/8509)) - Special Thanks: [@&open-telemetry#8203;kevinGC](https://redirect.github.com/kevinGC) ### Bug Fixes - client: Return status `INTERNAL` when a server sends zero response messages for a unary or client-streaming RPC. ([#&open-telemetry#8203;8523](https://redirect.github.com/grpc/grpc-go/issues/8523)) - client: Fail RPCs with status `INTERNAL` instead of `UNKNOWN` upon receiving http headers with status 1xx and `END_STREAM` flag set. ([#&open-telemetry#8203;8518](https://redirect.github.com/grpc/grpc-go/issues/8518)) - Special Thanks: [@&open-telemetry#8203;vinothkumarr227](https://redirect.github.com/vinothkumarr227) - pick\_first: Fix race condition that could cause pick\_first to get stuck in `IDLE` state on backend address change. ([#&open-telemetry#8203;8615](https://redirect.github.com/grpc/grpc-go/issues/8615)) ### New Features - credentials: Add `credentials/jwt` package providing file-based JWT PerRPCCredentials (A97). ([#&open-telemetry#8203;8431](https://redirect.github.com/grpc/grpc-go/issues/8431)) - Special Thanks: [@&open-telemetry#8203;dimpavloff](https://redirect.github.com/dimpavloff) ### Performance Improvements - client: Improve HTTP/2 header size estimate to reduce re-allocations. ([#&open-telemetry#8203;8547](https://redirect.github.com/grpc/grpc-go/issues/8547)) - encoding/proto: Avoid redundant message size calculation when marshaling. ([#&open-telemetry#8203;8569](https://redirect.github.com/grpc/grpc-go/issues/8569)) - Special Thanks: [@&open-telemetry#8203;rs-unity](https://redirect.github.com/rs-unity) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 213facd commit 48beb61

File tree

270 files changed

+1092
-1065
lines changed

Some content is hidden

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

270 files changed

+1092
-1065
lines changed

cmd/opampsupervisor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ require (
240240
gonum.org/v1/gonum v0.16.0 // indirect
241241
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
242242
google.golang.org/genproto/googleapis/rpc v0.0.0-20250922171735-9219d122eba9 // indirect
243-
google.golang.org/grpc v1.75.1 // indirect
243+
google.golang.org/grpc v1.76.0 // indirect
244244
gopkg.in/yaml.v2 v2.4.0 // indirect
245245
modernc.org/b/v2 v2.1.0 // indirect
246246
)

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
@@ -26,7 +26,7 @@ require (
2626
go.uber.org/goleak v1.3.0
2727
go.uber.org/zap v1.27.0
2828
golang.org/x/time v0.13.0
29-
google.golang.org/grpc v1.75.1
29+
google.golang.org/grpc v1.76.0
3030
)
3131

3232
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
@@ -102,7 +102,7 @@ require (
102102
golang.org/x/time v0.13.0 // indirect
103103
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
104104
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
105-
google.golang.org/grpc v1.75.1 // indirect
105+
google.golang.org/grpc v1.76.0 // indirect
106106
google.golang.org/protobuf v1.36.9 // indirect
107107
gopkg.in/yaml.v3 v3.0.1 // indirect
108108
)

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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/stretchr/testify v1.11.1
99
go.opentelemetry.io/collector/confmap v1.43.0
1010
go.uber.org/goleak v1.3.0
11-
google.golang.org/grpc v1.75.1
11+
google.golang.org/grpc v1.76.0
1212
)
1313

1414
require (
@@ -41,17 +41,17 @@ require (
4141
go.uber.org/multierr v1.11.0 // indirect
4242
go.uber.org/zap v1.27.0 // indirect
4343
go.yaml.in/yaml/v3 v3.0.4 // indirect
44-
golang.org/x/crypto v0.39.0 // indirect
45-
golang.org/x/net v0.41.0 // indirect
44+
golang.org/x/crypto v0.40.0 // indirect
45+
golang.org/x/net v0.42.0 // indirect
4646
golang.org/x/oauth2 v0.30.0 // indirect
47-
golang.org/x/sync v0.15.0 // indirect
48-
golang.org/x/sys v0.33.0 // indirect
49-
golang.org/x/text v0.26.0 // indirect
47+
golang.org/x/sync v0.16.0 // indirect
48+
golang.org/x/sys v0.34.0 // indirect
49+
golang.org/x/text v0.27.0 // indirect
5050
golang.org/x/time v0.12.0 // indirect
5151
google.golang.org/api v0.239.0 // indirect
5252
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
53-
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
54-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
53+
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
54+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
5555
google.golang.org/protobuf v1.36.6 // indirect
5656
gopkg.in/yaml.v3 v3.0.1 // indirect
5757
)

confmap/provider/googlesecretmanagerprovider/go.sum

Lines changed: 25 additions & 16 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
@@ -76,8 +76,8 @@ require (
7676
golang.org/x/net v0.44.0 // indirect
7777
golang.org/x/sys v0.36.0 // indirect
7878
golang.org/x/text v0.29.0 // indirect
79-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
80-
google.golang.org/grpc v1.75.1 // indirect
79+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
80+
google.golang.org/grpc v1.76.0 // indirect
8181
google.golang.org/protobuf v1.36.9 // indirect
8282
gopkg.in/yaml.v2 v2.4.0 // indirect
8383
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.

0 commit comments

Comments
 (0)