Skip to content
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 #4919

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/grpc v1.67.1 -> v1.68.0 age adoption passing confidence

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.0

Compare Source

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#​7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#​7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#​7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#​7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#​7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#​7702)
  • status: Fix regression caused by #​6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1.

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#​7624)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) November 7, 2024 17:02
Copy link
Contributor Author

renovate bot commented Nov 7, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.3
golang.org/x/net v0.28.0 -> v0.29.0
golang.org/x/sys v0.24.0 -> v0.25.0

@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 7 times, most recently from 27c19b9 to fcdb4f3 Compare November 9, 2024 01:24
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from fcdb4f3 to 03050ac Compare November 9, 2024 03:17
Copy link
Contributor Author

renovate bot commented Nov 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@johanbrandhorst johanbrandhorst force-pushed the renovate/google.golang.org-grpc-1.x branch 3 times, most recently from 1a94542 to 9da1885 Compare November 9, 2024 06:04
@johanbrandhorst johanbrandhorst enabled auto-merge (squash) November 9, 2024 06:04
@johanbrandhorst johanbrandhorst force-pushed the renovate/google.golang.org-grpc-1.x branch from 9da1885 to 31f3344 Compare November 11, 2024 06:43
auto-merge was automatically disabled November 11, 2024 21:00

Pull request was closed

@johanbrandhorst johanbrandhorst force-pushed the renovate/google.golang.org-grpc-1.x branch from 31f3344 to f2bb245 Compare November 11, 2024 21:09
@johanbrandhorst johanbrandhorst merged commit 209925f into main Nov 11, 2024
16 checks passed
@johanbrandhorst johanbrandhorst deleted the renovate/google.golang.org-grpc-1.x branch November 11, 2024 23:11
go 1.21
go 1.22.7

toolchain go1.23.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this library need to specify the toolchain and the go version so specifically?

Related: open-telemetry/opentelemetry-go#5784

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was changed on main again already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants