Skip to content

Commit 25d3bab

Browse files
Update module google.golang.org/grpc to v1.63.2 (#9928)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | `v1.62.1` -> `v1.63.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.63.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.63.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.62.1/v1.63.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.62.1/v1.63.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [google.golang.org/grpc](https://togithub.com/grpc/grpc-go) | `v1.63.0` -> `v1.63.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.63.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.63.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.63.0/v1.63.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.63.0/v1.63.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.63.2`](https://togithub.com/grpc/grpc-go/releases/tag/v1.63.2): Release 1.63.2 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.63.1...v1.63.2) ### Bugs - Fix the user agent string ### [`v1.63.1`](https://togithub.com/grpc/grpc-go/releases/tag/v1.63.1): Release 1.63.1 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.63.0...v1.63.1) - grpc: un-deprecate Dial and DialContext and cherry-pick ### [`v1.63.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.63.0): Release 1.63.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.62.2...v1.63.0) ### Behavior Changes - grpc: Return canonical target string from `resolver.Address.String()` (experimental) ([#&#8203;6923](https://togithub.com/grpc/grpc-go/issues/6923)) - client & server: when using write buffer pooling, use input value for buffer size instead of size\*2 ([#&#8203;6983](https://togithub.com/grpc/grpc-go/issues/6983)) - Special Thanks: [@&#8203;raghav-stripe](https://togithub.com/raghav-stripe) ### New Features - grpc: add `ClientConn.CanonicalTarget()` to return the canonical target string. ([#&#8203;7006](https://togithub.com/grpc/grpc-go/issues/7006)) - xds: implement LRS named metrics support ([gRFC A64](https://togithub.com/grpc/proposal/blob/master/A64-lrs-custom-metrics.md)) ([#&#8203;7027](https://togithub.com/grpc/grpc-go/issues/7027)) - Special Thanks: [@&#8203;danielzhaotongliu](https://togithub.com/danielzhaotongliu) - grpc: introduce `grpc.NewClient` to allow users to create new clients in idle mode and with "dns" as the default resolver ([#&#8203;7010](https://togithub.com/grpc/grpc-go/issues/7010)) - Special Thanks: [@&#8203;bruuuuuuuce](https://togithub.com/bruuuuuuuce) ### API Changes - grpc: stabilize experimental method `ClientConn.Target()` ([#&#8203;7006](https://togithub.com/grpc/grpc-go/issues/7006)) ### Bug Fixes - xds: fix an issue that would cause the client to send an empty list of resources for LDS/CDS upon reconnecting with the management server ([#&#8203;7026](https://togithub.com/grpc/grpc-go/issues/7026)) - server: Fix some errors returned by a server when using a `grpc.Server` as an `http.Handler` with the Go stdlib HTTP server ([#&#8203;6989](https://togithub.com/grpc/grpc-go/issues/6989)) - resolver/dns: add `SetResolvingTimeout` to allow configuring the DNS resolver's global timeout ([#&#8203;6917](https://togithub.com/grpc/grpc-go/issues/6917)) - Special Thanks: [@&#8203;and1truong](https://togithub.com/and1truong) - Set the security level of Windows named pipes to NoSecurity ([#&#8203;6956](https://togithub.com/grpc/grpc-go/issues/6956)) - Special Thanks: [@&#8203;irsl](https://togithub.com/irsl) ### [`v1.62.2`](https://togithub.com/grpc/grpc-go/releases/tag/v1.62.2): Release 1.62.2 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.62.1...v1.62.2) ### Dependencies - Update http2 library to address vulnerability [CVE-2023-45288](https://www.kb.cert.org/vuls/id/421644) </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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent e355f98 commit 25d3bab

File tree

64 files changed

+213
-416
lines changed

Some content is hidden

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

64 files changed

+213
-416
lines changed

cmd/mdatagen/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ require (
2828
github.com/go-logr/stdr v1.2.2 // indirect
2929
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
3030
github.com/gogo/protobuf v1.3.2 // indirect
31-
github.com/golang/protobuf v1.5.3 // indirect
3231
github.com/google/uuid v1.6.0 // indirect
3332
github.com/json-iterator/go v1.1.12 // indirect
3433
github.com/knadh/koanf/maps v0.1.1 // indirect
@@ -50,8 +49,8 @@ require (
5049
go.opentelemetry.io/otel/sdk/metric v1.25.0 // indirect
5150
golang.org/x/net v0.23.0 // indirect
5251
golang.org/x/sys v0.18.0 // indirect
53-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
54-
google.golang.org/grpc v1.62.1 // indirect
52+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
53+
google.golang.org/grpc v1.63.2 // indirect
5554
google.golang.org/protobuf v1.33.0 // indirect
5655
gopkg.in/yaml.v3 v3.0.1 // indirect
5756
)

cmd/mdatagen/go.sum

Lines changed: 4 additions & 10 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
@@ -126,7 +126,7 @@ require (
126126
gonum.org/v1/gonum v0.15.0 // indirect
127127
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
128128
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
129-
google.golang.org/grpc v1.63.0 // indirect
129+
google.golang.org/grpc v1.63.2 // indirect
130130
google.golang.org/protobuf v1.33.0 // indirect
131131
gopkg.in/yaml.v3 v3.0.1 // indirect
132132
)

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ require (
2929
github.com/go-logr/stdr v1.2.2 // indirect
3030
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
3131
github.com/gogo/protobuf v1.3.2 // indirect
32-
github.com/golang/protobuf v1.5.3 // indirect
3332
github.com/knadh/koanf/maps v0.1.1 // indirect
3433
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
3534
github.com/knadh/koanf/v2 v2.1.1 // indirect
@@ -40,8 +39,8 @@ require (
4039
golang.org/x/net v0.23.0 // indirect
4140
golang.org/x/sys v0.18.0 // indirect
4241
golang.org/x/text v0.14.0 // indirect
43-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
44-
google.golang.org/grpc v1.62.1 // indirect
42+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
43+
google.golang.org/grpc v1.63.2 // indirect
4544
google.golang.org/protobuf v1.33.0 // indirect
4645
gopkg.in/yaml.v3 v3.0.1 // indirect
4746
)

component/go.sum

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

config/configauth/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require (
1414
github.com/davecgh/go-spew v1.1.1 // indirect
1515
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
1616
github.com/gogo/protobuf v1.3.2 // indirect
17-
github.com/golang/protobuf v1.5.3 // indirect
1817
github.com/knadh/koanf/maps v0.1.1 // indirect
1918
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
2019
github.com/knadh/koanf/v2 v2.1.1 // indirect
@@ -32,8 +31,8 @@ require (
3231
golang.org/x/net v0.23.0 // indirect
3332
golang.org/x/sys v0.18.0 // indirect
3433
golang.org/x/text v0.14.0 // indirect
35-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
36-
google.golang.org/grpc v1.62.1 // indirect
34+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
35+
google.golang.org/grpc v1.63.2 // indirect
3736
google.golang.org/protobuf v1.33.0 // indirect
3837
gopkg.in/yaml.v3 v3.0.1 // indirect
3938
)

config/configauth/go.sum

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

config/configgrpc/go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
go.opentelemetry.io/otel v1.25.0
2121
go.uber.org/goleak v1.3.0
2222
go.uber.org/zap v1.27.0
23-
google.golang.org/grpc v1.62.1
23+
google.golang.org/grpc v1.63.2
2424
)
2525

2626
require (
@@ -32,7 +32,6 @@ require (
3232
github.com/go-logr/stdr v1.2.2 // indirect
3333
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
3434
github.com/gogo/protobuf v1.3.2 // indirect
35-
github.com/golang/protobuf v1.5.3 // indirect
3635
github.com/golang/snappy v0.0.4 // indirect
3736
github.com/hashicorp/go-version v1.6.0 // indirect
3837
github.com/json-iterator/go v1.1.12 // indirect
@@ -62,7 +61,7 @@ require (
6261
golang.org/x/net v0.23.0 // indirect
6362
golang.org/x/sys v0.18.0 // indirect
6463
golang.org/x/text v0.14.0 // indirect
65-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
64+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
6665
google.golang.org/protobuf v1.33.0 // indirect
6766
gopkg.in/yaml.v3 v3.0.1 // indirect
6867
)

config/configgrpc/go.sum

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

0 commit comments

Comments
 (0)