Skip to content

Commit 3d37e53

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module google.golang.org/grpc to v1.66.0 (#11034)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) | `v1.65.0` -> `v1.66.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.65.0/v1.66.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.65.0/v1.66.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.66.0`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.66.0): Release 1.66.0 [Compare Source](https://redirect.github.com/grpc/grpc-go/compare/v1.65.0...v1.66.0) ### New Features - metadata: stabilize `ValueFromIncomingContext` ([#&#8203;7368](https://redirect.github.com/grpc/grpc-go/issues/7368)) - Special Thanks: [@&#8203;KarthikReddyPuli](https://redirect.github.com/KarthikReddyPuli) - client: stabilize the `WaitForStateChange` and `GetState` methods, which were previously experimental. ([#&#8203;7425](https://redirect.github.com/grpc/grpc-go/issues/7425)) - xds: Implement ADS flow control mechanism ([#&#8203;7458](https://redirect.github.com/grpc/grpc-go/issues/7458)) - See [https://github.com/grpc/grpc/issues/34099](https://redirect.github.com/grpc/grpc/issues/34099) for context. - balancer/rls: Add metrics for data cache and picker internals ([#&#8203;7484](https://redirect.github.com/grpc/grpc-go/issues/7484), [#&#8203;7495](https://redirect.github.com/grpc/grpc-go/issues/7495)) - xds: LRS load reports now include the `total_issued_requests` field. ([#&#8203;7544](https://redirect.github.com/grpc/grpc-go/issues/7544)) ### Bug Fixes - grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the [gRPC compression spec](https://redirect.github.com/grpc/grpc/blob/master/doc/compression.md#compression-method-asymmetry-between-peers). ([#&#8203;7461](https://redirect.github.com/grpc/grpc-go/issues/7461)) - Special Thanks: [@&#8203;Gayathri625](https://redirect.github.com/Gayathri625) - transport: Fix a bug which could result in writes busy looping when the underlying `conn.Write` returns errors ([#&#8203;7394](https://redirect.github.com/grpc/grpc-go/issues/7394)) - Special Thanks: [@&#8203;veshij](https://redirect.github.com/veshij) - client: fix race that could lead to orphaned connections and associated resources. ([#&#8203;7390](https://redirect.github.com/grpc/grpc-go/issues/7390)) - xds: use locality from the connected address for load reporting with pick_first ([#&#8203;7378](https://redirect.github.com/grpc/grpc-go/issues/7378)) - without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality - client: prevent hanging during ClientConn.Close() when the network is unreachable ([#&#8203;7540](https://redirect.github.com/grpc/grpc-go/issues/7540)) ### Performance Improvements - transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. ([#&#8203;7424](https://redirect.github.com/grpc/grpc-go/issues/7424)) - codec: Implement a new `Codec` which uses buffer recycling for encoded message ([#&#8203;7356](https://redirect.github.com/grpc/grpc-go/issues/7356)) - introduce a `mem` package to facilitate buffer reuse ([#&#8203;7432](https://redirect.github.com/grpc/grpc-go/issues/7432)) - Special Thanks: [@&#8203;PapaCharlie](https://redirect.github.com/PapaCharlie) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 15542e6 commit 3d37e53

File tree

88 files changed

+237
-237
lines changed

Some content is hidden

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

88 files changed

+237
-237
lines changed

client/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ require (
1818
github.com/modern-go/reflect2 v1.0.2 // indirect
1919
github.com/pmezard/go-difflib v1.0.0 // indirect
2020
go.uber.org/multierr v1.11.0 // indirect
21-
golang.org/x/net v0.25.0 // indirect
22-
golang.org/x/sys v0.20.0 // indirect
23-
golang.org/x/text v0.15.0 // indirect
24-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
25-
google.golang.org/grpc v1.65.0 // indirect
21+
golang.org/x/net v0.26.0 // indirect
22+
golang.org/x/sys v0.21.0 // indirect
23+
golang.org/x/text v0.16.0 // indirect
24+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
25+
google.golang.org/grpc v1.66.0 // indirect
2626
google.golang.org/protobuf v1.34.2 // indirect
2727
gopkg.in/yaml.v3 v3.0.1 // indirect
2828
)

client/go.sum

Lines changed: 10 additions & 10 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
golang.org/x/net v0.28.0 // indirect
5858
golang.org/x/sys v0.24.0 // indirect
5959
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
60-
google.golang.org/grpc v1.65.0 // indirect
60+
google.golang.org/grpc v1.66.0 // indirect
6161
google.golang.org/protobuf v1.34.2 // indirect
6262
gopkg.in/yaml.v3 v3.0.1 // indirect
6363
)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ require (
141141
gonum.org/v1/gonum v0.15.1 // indirect
142142
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
143143
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
144-
google.golang.org/grpc v1.65.0 // indirect
144+
google.golang.org/grpc v1.66.0 // indirect
145145
google.golang.org/protobuf v1.34.2 // indirect
146146
gopkg.in/yaml.v3 v3.0.1 // indirect
147147
)

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/componentprofiles/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ require (
1616
golang.org/x/net v0.27.0 // indirect
1717
golang.org/x/sys v0.24.0 // indirect
1818
golang.org/x/text v0.16.0 // indirect
19-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
20-
google.golang.org/grpc v1.65.0 // indirect
19+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
20+
google.golang.org/grpc v1.66.0 // indirect
2121
google.golang.org/protobuf v1.34.2 // indirect
2222
)
2323

component/componentprofiles/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.

component/componentstatus/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ require (
2121
golang.org/x/net v0.27.0 // indirect
2222
golang.org/x/sys v0.24.0 // indirect
2323
golang.org/x/text v0.16.0 // indirect
24-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
25-
google.golang.org/grpc v1.65.0 // indirect
24+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
25+
google.golang.org/grpc v1.66.0 // indirect
2626
google.golang.org/protobuf v1.34.2 // indirect
2727
gopkg.in/yaml.v3 v3.0.1 // indirect
2828
)

component/componentstatus/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)