Skip to content

Commit

Permalink
chore(deps): Bump google.golang.org/grpc from 1.67.1 to 1.68.0 (#4029)
Browse files Browse the repository at this point in the history
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 7ba7f3b commit 00088ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ require (
github.com/tendermint/tendermint v0.34.29
github.com/tendermint/tm-db v0.6.7
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.67.1
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.68.0
google.golang.org/protobuf v1.35.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.31.1
Expand Down Expand Up @@ -229,7 +229,7 @@ require (
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1546,8 +1546,8 @@ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg=
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg=
golang.org/x/oauth2 v0.1.0/go.mod h1:G9FE4dLTsbXUu90h/Pf85g4w1D+SSAgR+q46nJZ8M4A=
golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA=
golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down Expand Up @@ -1953,8 +1953,8 @@ google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a/go.mod h1:1vXfmgAz
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s=
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de h1:F6qOa9AZTYJXOUEr4jDysRDLrm4PHePlge4v4TGAlxY=
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:VUhTRKeHn9wwcdrk73nvdC9gF178Tzhmt/qyaFcPLSo=
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 h1:wKguEg1hsxI2/L3hUYrpo1RVi48K+uTyzKqprwLXsb8=
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142/go.mod h1:d6be+8HhtEtucleCbxpPW9PA9XwISACu8nvpPqF0BVo=
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 h1:hjSy6tcFQZ171igDaN5QHOw2n6vx40juYbC/x67CEhc=
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:qpvKtACPCQhAdu3PyQgV4l3LMXZEtft7y8QcarRsp9I=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 h1:pPJltXNxVzT4pK9yD8vR9X75DaWYYmLGMsEvBfFQZzQ=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1/go.mod h1:UqMtugtsSgubUsoxbuAoiCXvqvErP7Gf0so0mK9tHxU=
google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs=
Expand Down Expand Up @@ -1999,8 +1999,8 @@ google.golang.org/grpc v1.48.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACu
google.golang.org/grpc v1.49.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
google.golang.org/grpc v1.50.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
google.golang.org/grpc v1.67.1 h1:zWnc1Vrcno+lHZCOofnIMvycFcc0QRGIzm9dhnDX68E=
google.golang.org/grpc v1.67.1/go.mod h1:1gLDyUQU7CTLJI90u3nXZ9ekeghjeM7pTDZlqFNg2AA=
google.golang.org/grpc v1.68.0 h1:aHQeeJbo8zAkAa3pRzrVjZlbz6uSfeOXlJNQM0RAbz0=
google.golang.org/grpc v1.68.0/go.mod h1:fmSPC5AsjSBCK54MyHRx48kpOti1/jRfOlwEWywNjWA=
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
Expand Down

0 comments on commit 00088ee

Please sign in to comment.