-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module google.golang.org/grpc to v1.68.0 #36326
base: main
Are you sure you want to change the base?
Conversation
|
810c6f7
to
a7633b6
Compare
@@ -1,6 +1,8 @@ | |||
module github.com/open-telemetry/opentelemetry-collector-contrib/cmd/telemetrygen | |||
|
|||
go 1.22.0 | |||
go 1.22.7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be reverted, see grpc/grpc-go@3db86e2
I think we need to skip this version and wait for grpc-go to release a new version with grpc/grpc-go@3db86e2 |
This PR contains the following updates:
v1.67.1
->v1.68.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grpc/grpc-go (google.golang.org/grpc)
v1.68.0
: Release 1.68.0Compare Source
Behavior Changes
ClientConn.Close()
now closes transports simultaneously and waits for transports to be closed before returning. (#7666)NewTLS
that usetls.Config.GetConfigForClient
will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using theGetConfigForClient
option. (#7709)Bug Fixes
Dependencies
go1.22.7
. (#7624)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.
This PR was generated by Mend Renovate. View the repository job log.