Skip to content

Commit

Permalink
chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 in /od…
Browse files Browse the repository at this point in the history
…iglet (#1210)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from
1.63.2 to 1.64.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.64.0</h2>
<h1>API Changes</h1>
<ul>
<li>stats: Deprecate <code>InPayload.Data</code> and
<code>OutPayload.Data</code>; they were experimental and will be deleted
in the next release (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7121">#7121</a>)</li>
</ul>
<h1>Behavior Changes</h1>
<ul>
<li>codec: Remove handling of environment variable
<code>GRPC_GO_ADVERTISE_COMPRESSORS</code> to suppress setting supported
compressors in <code>grpc-accept-encoding</code> header. Compressors
will always be advertised, as they have been by default for some time
(<a
href="https://redirect.github.com/grpc/grpc-go/issues/7203">#7203</a>)</li>
</ul>
<h1>New Features</h1>
<ul>
<li>resolver/dns: Add <code>SetMinResolutionInterval</code> to set the
minimum interval at which DNS re-resolutions may occur (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6962">#6962</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/HomayoonAlimohammadi"><code>@​HomayoonAlimohammadi</code></a></li>
</ul>
</li>
<li>peer/peer: Implement the <code>fmt.Stringer</code> interface for
pretty printing <code>Peer</code>, and</li>
<li>metadata/metadata: Implement the <code>fmt.Stringer</code> interface
for pretty printing <code>MD</code> (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7137">#7137</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a></li>
</ul>
</li>
</ul>
<h1>Performance Improvements</h1>
<ul>
<li>client: Improve RPC performance by reducing work while holding a
lock (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7132">#7132</a>)</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>transport/server: Display the proper timeout value when keepalive
pings are not ack'd in time (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7038">#7038</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/BatmanAoD"><code>@​BatmanAoD</code></a></li>
</ul>
</li>
<li>channelz: Fix bug that was causing the subchannel's target to be
unset (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7189">#7189</a>)</li>
<li>stats: Fix bug where peer was not set in context when calling stats
handler for <code>OutPayload</code>, <code>InPayload</code>, and
<code>End</code> (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7096">#7096</a>)</li>
</ul>
<h1>Dependencies</h1>
<ul>
<li>deps: Remove dependency on deprecated
<code>github.com/golang/protobuf</code> module (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7122">#7122</a>)</li>
</ul>
<h1>Documentation</h1>
<ul>
<li>grpc: Deprecate <code>WithBlock</code>,
<code>WithReturnConnectionError</code>,
<code>FailOnNonTempDialError</code> which are ignored by
<code>NewClient</code> (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7097">#7097</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/pellared"><code>@​pellared</code></a></li>
</ul>
</li>
<li>grpc: Deprecate <code>Dial</code> and <code>DialContext</code>.
These will continue to be supported throughout 1.x, but are deprecated
to direct users to <code>NewClient</code> (See <a
href="https://redirect.github.com/grpc/grpc-go/issues/7090">#7090</a>
for more information)</li>
<li>examples: Add custom lb example (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6691">#6691</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/fa274d77904729c2893111ac292048d56dcf0bb1"><code>fa274d7</code></a>
Change version to 1.64.0 (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7218">#7218</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/6b413c8351abd92f8f9953bb9b41fc9e2262b99c"><code>6b413c8</code></a>
xds: Surround two <code>Infof</code> calls that use
<code>pretty.ToJSON</code> with <code>V(2)</code> checks (...</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/2dbbcefef2db79dcbe0ee25c1bdf040c4613ae9a"><code>2dbbcef</code></a>
resolver/dns: Add docstring to SetMinResolutionInterval (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7217">#7217</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/070d9c793af46df05f24b4de548509627606f5b7"><code>070d9c7</code></a>
codes: replace %q to %d in error string when invalid code is an integer
(<a
href="https://redirect.github.com/grpc/grpc-go/issues/7188">#7188</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/5d24ee2bd170a0c2c636b7d1ebc7ebdd3ecf81ac"><code>5d24ee2</code></a>
xds: store server config for LRS server in xdsresource.ClusterUpdate (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7191">#7191</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/c76f686c517261380b0a9a98d16510f271e4895e"><code>c76f686</code></a>
advancedTLS: Rename get root certs related pieces (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7207">#7207</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/f591e3b82f76ee56ed32d53579332200242a10dc"><code>f591e3b</code></a>
codec: remove option to suppress setting supported compressors in
headers (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7">#7</a>...</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/b4f7947184ed45e72283a37aeaf214e38c35bc63"><code>b4f7947</code></a>
github: remove dependabot (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7208">#7208</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/0561c78c9dcb5876a140ff7be97f0f37abc36ec8"><code>0561c78</code></a>
client: add user-friendly error message of LB policy update timed out
(<a
href="https://redirect.github.com/grpc/grpc-go/issues/7206">#7206</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/9d9c1fbd60cfd34608b731aa12a968d2f61a36d1"><code>9d9c1fb</code></a>
peer: remove change detector test (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7204">#7204</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.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.63.2&new-version=1.64.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] committed May 20, 2024
1 parent 95d23b3 commit 12120c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 3 additions & 3 deletions odiglet/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
go.opentelemetry.io/otel v1.26.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0
go.uber.org/zap v1.27.0
google.golang.org/grpc v1.63.2
google.golang.org/grpc v1.64.0
k8s.io/api v0.30.0
k8s.io/apimachinery v0.30.1
k8s.io/client-go v0.30.0
Expand Down Expand Up @@ -83,7 +83,7 @@ require (
golang.org/x/arch v0.8.0 // indirect
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/oauth2 v0.18.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.19.0 // indirect
Expand All @@ -92,7 +92,7 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand Down
14 changes: 6 additions & 8 deletions odiglet/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAG
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.17.0 h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=
golang.org/x/oauth2 v0.17.0/go.mod h1:OzPDGQiuQMguemayvdylqddI7qcD9lnSDb+1FiwQ5HA=
golang.org/x/oauth2 v0.18.0 h1:09qnuIAgzdx1XplqJvW6CQqMCtGZykZWcXzPMPUusvI=
golang.org/x/oauth2 v0.18.0/go.mod h1:Wf7knwG0MPoWIMMBgFlEaSUDaKskp0dCfrlJRJXbBi8=
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 @@ -542,10 +542,8 @@ google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBr
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc=
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
google.golang.org/genproto v0.0.0-20200916143405-f6a2fa72f0c4/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
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-20240227224415-6ceb2ff114de h1:jFNzHPIeuzhdRwVhbZdiym9q0ory/xY3sA+v2wPg8I0=
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de/go.mod h1:5iCWqnniDlqZHrd3neWVTOwvh/v6s3232omMecelax8=
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 h1:RFiFrvy37/mpSpdySBDrUdipW/dHwsRwh3J3+A9VgT4=
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237/go.mod h1:Z5Iiy3jtmioajWHDGFk7CeugTyHtPvMHA4UTmUkyalE=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda h1:LI5DOvAxUPMv/50agcLLoo+AdWc1irS9Rzz4vPuD1V4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda/go.mod h1:WtryC6hu0hhx87FDGxWCDptyssuo68sk10vYjF+T9fY=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
Expand All @@ -556,8 +554,8 @@ google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQ
google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
google.golang.org/grpc v1.32.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM=
google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA=
google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
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=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down

0 comments on commit 12120c6

Please sign in to comment.