dependabot[bot] opened a new pull request, #33290: URL: https://github.com/apache/beam/pull/33290
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.68.1. <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.1</h2> <h1>Bug Fixes</h1> <ul> <li>credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7861">#7861</a>)</li> </ul> <h1>Dependencies</h1> <ul> <li>Relax minimum Go version requirement from <code>go1.22.7</code> to <code>go1.22</code>. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7831">#7831</a>)</li> </ul> <h2>Release 1.68.0</h2> <h1>Known Issues</h1> <ul> <li>The recently added <code>grpc.NewClient</code> function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. This bug has been present since the introduction of <code>NewClient</code>. A fix is expected to be a part of grpc-go v1.70. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7556">#7556</a>)</li> </ul> <hr /> <h1>Behavior Changes</h1> <ul> <li>stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" 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 < 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> <h2>Release 1.67.2</h2> <h1>Bug Fixes</h1> <ul> <li>credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (<a href="https://redirect.github.com/grpc/grpc-go/issues/7861">#7861</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/d6a777f952c77822f0190dff71b1fe8fe250538c"><code>d6a777f</code></a> Change version to 1.68.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/7894">#7894</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/9c54bbb043c04328b7596a4da44760d6afb52e6f"><code>9c54bbb</code></a> deps: Remove go patch version from go.mod (<a href="https://redirect.github.com/grpc/grpc-go/issues/7831">#7831</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/7877">#7877</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/dc26fee14d6036c219cb7d23000d15ddedb54712"><code>dc26fee</code></a> credentials/alts: avoid SRV and TXT lookups for handshaker service (<a href="https://redirect.github.com/grpc/grpc-go/issues/7861">#7861</a>) (#...</li> <li><a href="https://github.com/grpc/grpc-go/commit/eff4b167246af899aacd496e0340645159f14e55"><code>eff4b16</code></a> Change version to 1.68.1-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/7745">#7745</a>)</li> <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 "CSM_MESH_ID" 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>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.67.1...v1.68.1">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
