Skip to content

Commit 428d3f8

Browse files
renovate[bot]opentelemetrybotcodeboten
authored
fix(deps): update module google.golang.org/grpc to v1.65.0 (#10513)
[![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.64.0` -> `v1.65.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.64.0/v1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.64.0/v1.65.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.65.0`](https://togithub.com/grpc/grpc-go/releases/tag/v1.65.0): Release 1.65.0 [Compare Source](https://togithub.com/grpc/grpc-go/compare/v1.64.0...v1.65.0) ### Dependencies - Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See [#&#8203;7249](https://togithub.com/grpc/grpc-go/issues/7249) for more information. ([#&#8203;7250](https://togithub.com/grpc/grpc-go/issues/7250)) - Update x/net/http2 to address [CVE-2023-45288](https://nvd.nist.gov/vuln/detail/CVE-2023-45288) ([#&#8203;7282](https://togithub.com/grpc/grpc-go/issues/7282)) ### Behavior Changes - credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable `GRPC_ENFORCE_ALPN_ENABLED` is set to "true" (case insensitive). ([#&#8203;7184](https://togithub.com/grpc/grpc-go/issues/7184)) - NOTE: this behavior will become the default in a future release. - metadata: remove String method from MD to make printing more consistent ([#&#8203;7373](https://togithub.com/grpc/grpc-go/issues/7373)) ### New Features - grpc: add `WithMaxCallAttempts` to configure gRPC's retry behavior per-channel. ([#&#8203;7229](https://togithub.com/grpc/grpc-go/issues/7229)) - Special Thanks: [@&#8203;imoore76](https://togithub.com/imoore76) ### Bug Fixes - ringhash: properly apply endpoint weights instead of ignoring them ([#&#8203;7156](https://togithub.com/grpc/grpc-go/issues/7156)) - xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors ([#&#8203;7128](https://togithub.com/grpc/grpc-go/issues/7128)) - Special Thanks: [@&#8203;bozaro](https://togithub.com/bozaro) </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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent 46e4380 commit 428d3f8

File tree

68 files changed

+270
-270
lines changed

Some content is hidden

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

68 files changed

+270
-270
lines changed

cmd/mdatagen/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ require (
5353
go.uber.org/multierr v1.11.0 // indirect
5454
golang.org/x/net v0.26.0 // indirect
5555
golang.org/x/sys v0.21.0 // indirect
56-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5 // indirect
57-
google.golang.org/grpc v1.64.0 // indirect
56+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
57+
google.golang.org/grpc v1.65.0 // indirect
5858
google.golang.org/protobuf v1.34.2 // indirect
5959
gopkg.in/yaml.v3 v3.0.1 // indirect
6060
)

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

cmd/otelcorecol/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ require (
123123
golang.org/x/net v0.26.0 // indirect
124124
golang.org/x/text v0.16.0 // indirect
125125
gonum.org/v1/gonum v0.15.0 // indirect
126-
google.golang.org/genproto/googleapis/api v0.0.0-20240520151616-dc85e6b867a5 // indirect
127-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5 // indirect
128-
google.golang.org/grpc v1.64.0 // indirect
126+
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
127+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
128+
google.golang.org/grpc v1.65.0 // indirect
129129
google.golang.org/protobuf v1.34.2 // indirect
130130
gopkg.in/yaml.v3 v3.0.1 // indirect
131131
)

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

component/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ require (
3333
golang.org/x/net v0.26.0 // indirect
3434
golang.org/x/sys v0.21.0 // indirect
3535
golang.org/x/text v0.16.0 // indirect
36-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
37-
google.golang.org/grpc v1.64.0 // indirect
36+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
37+
google.golang.org/grpc v1.65.0 // indirect
3838
google.golang.org/protobuf v1.34.2 // indirect
3939
gopkg.in/yaml.v3 v3.0.1 // indirect
4040
)

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

config/configauth/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ require (
3333
golang.org/x/net v0.26.0 // indirect
3434
golang.org/x/sys v0.21.0 // indirect
3535
golang.org/x/text v0.16.0 // indirect
36-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
37-
google.golang.org/grpc v1.64.0 // indirect
36+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
37+
google.golang.org/grpc v1.65.0 // indirect
3838
google.golang.org/protobuf v1.34.2 // indirect
3939
gopkg.in/yaml.v3 v3.0.1 // indirect
4040
)

config/configauth/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.

config/configgrpc/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
go.opentelemetry.io/otel v1.27.0
2323
go.uber.org/goleak v1.3.0
2424
go.uber.org/zap v1.27.0
25-
google.golang.org/grpc v1.64.0
25+
google.golang.org/grpc v1.65.0
2626
)
2727

2828
require (
@@ -63,7 +63,7 @@ require (
6363
golang.org/x/net v0.26.0 // indirect
6464
golang.org/x/sys v0.21.0 // indirect
6565
golang.org/x/text v0.16.0 // indirect
66-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240520151616-dc85e6b867a5 // indirect
66+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
6767
google.golang.org/protobuf v1.34.2 // indirect
6868
gopkg.in/yaml.v3 v3.0.1 // indirect
6969
)

config/configgrpc/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)