[PR #1803] [MERGED] build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 #1832

Closed
opened 2026-03-03 12:36:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1803
Author: @dependabot[bot]
Created: 11/7/2024
Status: Merged
Merged: 11/10/2024
Merged by: @fsouza

Base: mainHead: dependabot/go_modules/google.golang.org/grpc-1.68.0


📝 Commits (2)

  • c5bbfc3 build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0
  • ced3ac9 go mod tidy

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+2 -2)

📄 Description

Bumps google.golang.org/grpc from 1.67.1 to 1.68.0.

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.68.0

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)
Commits
  • acba4d3 Change version to 1.68.0 (#7743)
  • 5363dca credentials: Apply defaults to TLS configs provided through GetConfigForClien...
  • 056dc64 status: Fix status incompatibility introduced by #6919 and move non-regenerat...
  • b79fb61 mem: use slice capacity instead of length, to determine whether to pool buffe...
  • 54841ef stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environme...
  • ad81c20 pickfirstleaf: minor simplification to reconcileSubConnsLocked method (#7731)
  • b850ea5 transport : wait for goroutines to exit before transport closes (#7666)
  • 00b9e14 pickfirst: New pick first policy for dualstack (#7498)
  • 18a4eac testutils: add couple of log statements to the restartable listener type (#7716)
  • fdc2ec2 xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (#7720)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1803 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/7/2024 **Status:** ✅ Merged **Merged:** 11/10/2024 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `dependabot/go_modules/google.golang.org/grpc-1.68.0` --- ### 📝 Commits (2) - [`c5bbfc3`](https://github.com/fsouza/fake-gcs-server/commit/c5bbfc350b7e0cbd3ca9a589c7db4e90771b211c) build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 - [`ced3ac9`](https://github.com/fsouza/fake-gcs-server/commit/ced3ac9c91ebf03c914e9fe68b0a573959fffb2e) go mod tidy ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.68.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.68.0</h2> <h1>Behavior Changes</h1> <ul> <li>stats/opentelemetry/csm: Get mesh_id local label from &quot;CSM_MESH_ID&quot; environment variable, rather than parsing from bootstrap file (<a href="https://redirect.github.com/grpc/grpc-go/issues/7740">#7740</a>)</li> <li>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. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7663">#7663</a>)</li> <li>client: <code>ClientConn.Close()</code> now closes transports simultaneously and waits for transports to be closed before returning. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7666">#7666</a>)</li> <li>credentials: TLS credentials created via <code>NewTLS</code> that use <code>tls.Config.GetConfigForClient</code> will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the <code>GetConfigForClient</code> option. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7709">#7709</a>)</li> </ul> <h1>Bug Fixes</h1> <ul> <li>transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7662">#7662</a>)</li> <li>mem: reuse buffers more accurately by using slice capacity instead of length (<a href="https://redirect.github.com/grpc/grpc-go/issues/7702">#7702</a>) <ul> <li>Special Thanks: <a href="https://github.com/PapaCharlie"><code>@​PapaCharlie</code></a></li> </ul> </li> <li>status: Fix regression caused by <a href="https://redirect.github.com/grpc/grpc-go/issues/6919">#6919</a> in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go &lt; v1. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7724">#7724</a>)</li> </ul> <h1>Dependencies</h1> <ul> <li>Bump minimum supported Go version to <code>go1.22.7</code>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7624">#7624</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/acba4d3e9d537eb5adc09947ebc7cfb85ec774cc"><code>acba4d3</code></a> Change version to 1.68.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/7743">#7743</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/5363dca57d52c3ed9c5636f60c230633f9b11ec3"><code>5363dca</code></a> credentials: Apply defaults to TLS configs provided through GetConfigForClien...</li> <li><a href="https://github.com/grpc/grpc-go/commit/056dc64310d66e9e8bf5de62f645f62dc681d917"><code>056dc64</code></a> status: Fix status incompatibility introduced by <a href="https://redirect.github.com/grpc/grpc-go/issues/6919">#6919</a> and move non-regenerat...</li> <li><a href="https://github.com/grpc/grpc-go/commit/b79fb619d0ee760167bfabc373c415441183de80"><code>b79fb61</code></a> mem: use slice capacity instead of length, to determine whether to pool buffe...</li> <li><a href="https://github.com/grpc/grpc-go/commit/54841eff8c107067337510cda5b304df1f1bf1bc"><code>54841ef</code></a> stats/opentelemetry/csm: Get mesh_id local label from &quot;CSM_MESH_ID&quot; environme...</li> <li><a href="https://github.com/grpc/grpc-go/commit/ad81c20503be8c36d929741078e1a53a292e4048"><code>ad81c20</code></a> pickfirstleaf: minor simplification to reconcileSubConnsLocked method (<a href="https://redirect.github.com/grpc/grpc-go/issues/7731">#7731</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/b850ea533f746ce3aa7bcc56b041f27e7204de8c"><code>b850ea5</code></a> transport : wait for goroutines to exit before transport closes (<a href="https://redirect.github.com/grpc/grpc-go/issues/7666">#7666</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/00b9e140ce71480ee7ecc6b85317021e0fe11fbb"><code>00b9e14</code></a> pickfirst: New pick first policy for dualstack (<a href="https://redirect.github.com/grpc/grpc-go/issues/7498">#7498</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/18a4eacc06189a8384ffb76b5add28c60ad9f169"><code>18a4eac</code></a> testutils: add couple of log statements to the restartable listener type (<a href="https://redirect.github.com/grpc/grpc-go/issues/7716">#7716</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/fdc2ec2c84c8d21fb23ba82d2aeb95cdef8091e8"><code>fdc2ec2</code></a> xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (<a href="https://redirect.github.com/grpc/grpc-go/issues/7720">#7720</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.67.1...v1.68.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.67.1&new-version=1.68.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:36:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1832
No description provided.