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 #430

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Nov 9, 2024

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc require minor v1.67.1 -> v1.68.0

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. (#​7724)

Dependencies

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

Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (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.


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

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Nov 9, 2024
@cq-bot
Copy link
Contributor Author

cq-bot commented Nov 9, 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.1 -> 1.23.3
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 -> v0.0.0-20240903143218-8af14fe29dc1

@github-actions github-actions bot added the fix label Nov 9, 2024
@kodiakhq kodiakhq bot merged commit 95df7a6 into main Nov 9, 2024
8 checks passed
@kodiakhq kodiakhq bot deleted the renovate/google-golang-modules branch November 9, 2024 00:51
kodiakhq bot pushed a commit that referenced this pull request Dec 2, 2024
🤖 I have created a release *beep* *boop*
---


## [1.25.3](v1.25.2...v1.25.3) (2024-12-02)


### Bug Fixes

* **deps:** Update golang.org/x/exp digest to 2d47ceb ([#434](#434)) ([d72162f](d72162f))
* **deps:** Update module github.com/stretchr/testify to v1.10.0 ([#437](#437)) ([fdd949b](fdd949b))
* **deps:** Update module google.golang.org/grpc to v1.68.0 ([#430](#430)) ([95df7a6](95df7a6))
* **deps:** Update module google.golang.org/protobuf to v1.35.2 ([#433](#433)) ([b99b888](b99b888))
* Generate Go Code from `plugin-pb` ([#432](#432)) ([d9f6f21](d9f6f21))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant