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

Update module google.golang.org/grpc to v1.68.0 #1332

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

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

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)

v1.67.1: Release 1.67.1

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

Copy link
Contributor Author

renovate bot commented Oct 1, 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22 -> 1.23.3

@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 5a9bd42 to ba80666 Compare October 3, 2024 21:04
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch 2 times, most recently from 63a641f to 724c418 Compare October 23, 2024 20:28
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.67.1 Update module google.golang.org/grpc to v1.67.1 - autoclosed Oct 26, 2024
@renovate renovate bot closed this Oct 26, 2024
@renovate renovate bot deleted the renovate/google.golang.org-grpc-1.x branch October 26, 2024 07:48
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.67.1 - autoclosed Update module google.golang.org/grpc to v1.67.1 Oct 26, 2024
@renovate renovate bot reopened this Oct 26, 2024
@renovate renovate bot restored the renovate/google.golang.org-grpc-1.x branch October 26, 2024 10:27
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 724c418 to 28f6712 Compare October 26, 2024 10:27
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 28f6712 to 85fb038 Compare November 6, 2024 16:37
@renovate renovate bot changed the title Update module google.golang.org/grpc to v1.67.1 Update module google.golang.org/grpc to v1.68.0 Nov 7, 2024
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 85fb038 to 1d445ce Compare November 7, 2024 18:19
@renovate renovate bot force-pushed the renovate/google.golang.org-grpc-1.x branch from 1d445ce to 0fda68c Compare November 14, 2024 19:51
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.

0 participants