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

Bump google.golang.org/grpc from 1.51.0 to 1.52.0 #4149

Merged
merged 5 commits into from Jan 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps google.golang.org/grpc from 1.51.0 to 1.52.0.

Release notes

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

Release 1.52.0

New Features

  • xdsclient: log node ID with verbosity INFO (#5860)
  • ringhash: impose cap on max_ring_size to reduce possibility of OOMs (#5801)

Behavior Changes

  • client: return an error from Dial if an empty target is passed and no custom dialer is present; the ClientConn would otherwise be unable to connect and perform RPCs (#5732)

Bug Fixes

  • transport (net/http server handler): respond to bad HTTP requests with status 400 (Bad Request) instead of 500 (Internal Server Error). (#5804)
  • transport: Fixed closing a closed channel panic in handlePing (#5854)
  • server: fix ChainUnaryInterceptor and ChainStreamInterceptor to allow retrying handlers (#5666)
  • transport: ensure value of :authority header matches server name used in TLS handshake when the latter is overridden by the name resolver (#5748)

Documentation

  • examples: add an example to illustrate the usage of stats handler (#5657)
  • examples: add new example to show updating metadata in interceptors (#5788)
Commits
  • ce56cef Change version to 1.52.0 (#5870)
  • a0e8eb9 test: rename race.go to race_test.go (#5869)
  • ae86ff4 benchmark: fix typo in ClientReadBufferSize feature name (#5867)
  • e53d28f xdsclient: log node ID with verbosity INFO (#5860)
  • 9373e5c transport: Fix closing a closed channel panic in handlePing (#5854)
  • 2f413c4 transport/http2: use HTTP 400 for bad requests instead of 500 (#5804)
  • 5003029 testutils: do a better job of verifying pick_first in tests (#5850)
  • 3e27f89 binarylog: Account for key in metadata truncation (#5851)
  • f54bba9 test/xds: minor cleanup in xDS e2e test (#5843)
  • a9709c3 Added logs for reasons causing connection and transport close (#5840)
  • 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 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)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.52.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.51.0...v1.52.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 11, 2023 04:02
@dependabot dependabot bot requested a review from joe-elliott January 11, 2023 04:03
Signed-off-by: Yuri Shkuro <github@ysh.us>
yurishkuro
yurishkuro previously approved these changes Jan 11, 2023
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: Yuri Shkuro <github@ysh.us>
@codecov
Copy link

codecov bot commented Jan 11, 2023

Codecov Report

Base: 97.16% // Head: 97.16% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (a6d2a9c) compared to base (5980b33).
Patch coverage: 66.66% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4149   +/-   ##
=======================================
  Coverage   97.16%   97.16%           
=======================================
  Files         295      295           
  Lines       17413    17417    +4     
=======================================
+ Hits        16920    16924    +4     
  Misses        397      397           
  Partials       96       96           
Flag Coverage Δ
unittests 97.16% <66.66%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/agent/app/testutils/mock_grpc_collector.go 0.00% <0.00%> (ø)
cmd/agent/app/processors/thrift_processor.go 100.00% <100.00%> (ø)
cmd/agent/app/reporter/grpc/reporter.go 100.00% <100.00%> (ø)
plugin/storage/integration/integration.go 76.33% <0.00%> (+0.38%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

yurishkuro
yurishkuro previously approved these changes Jan 11, 2023
Signed-off-by: Yuri Shkuro <github@ysh.us>
@yurishkuro yurishkuro merged commit 4594b56 into main Jan 11, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/google.golang.org/grpc-1.52.0 branch January 11, 2023 19:35
shubbham1215 pushed a commit to shubbham1215/jaeger that referenced this pull request Feb 22, 2023
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from
1.51.0 to 1.52.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.52.0</h2>
<h1>New Features</h1>
<ul>
<li>xdsclient: log node ID with verbosity INFO (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5860">#5860</a>)</li>
<li>ringhash: impose cap on <code>max_ring_size</code> to reduce
possibility of OOMs (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5801">#5801</a>)</li>
</ul>
<h1>Behavior Changes</h1>
<ul>
<li>client: return an error from <code>Dial</code> if an empty target is
passed and no custom dialer is present; the ClientConn would otherwise
be unable to connect and perform RPCs (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5732">#5732</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/huangchong94"><code>@​huangchong94</code></a></li>
</ul>
</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>transport (net/http server handler): respond to bad HTTP requests
with status 400 (Bad Request) instead of 500 (Internal Server Error).
(<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5804">#5804</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/sjbarag"><code>@​sjbarag</code></a></li>
</ul>
</li>
<li>transport: Fixed closing a closed channel panic in handlePing (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5854">#5854</a>)</li>
<li>server: fix ChainUnaryInterceptor and ChainStreamInterceptor to
allow retrying handlers (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5666">#5666</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/yiminc"><code>@​yiminc</code></a></li>
</ul>
</li>
<li>transport: ensure value of <code>:authority</code> header matches
server name used in TLS handshake when the latter is overridden by the
name resolver (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5748">#5748</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/holdno"><code>@​holdno</code></a></li>
</ul>
</li>
</ul>
<h1>Documentation</h1>
<ul>
<li>examples: add an example to illustrate the usage of stats handler
(<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5657">#5657</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/Yash-Handa"><code>@​Yash-Handa</code></a></li>
</ul>
</li>
<li>examples: add new example to show updating metadata in interceptors
(<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5788">#5788</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/richzw"><code>@​richzw</code></a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/ce56cefc0cc80503d7f8de1e1ec1af3cb741fbd7"><code>ce56cef</code></a>
Change version to 1.52.0 (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5870">#5870</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/a0e8eb9dc4111cd4d8dc52bc89cd733e5630fc0c"><code>a0e8eb9</code></a>
test: rename race.go to race_test.go (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5869">#5869</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/ae86ff40e723905d1d7f084405a7ed6e9a5265e1"><code>ae86ff4</code></a>
benchmark: fix typo in ClientReadBufferSize feature name (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5867">#5867</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/e53d28f5eb19a6816d4bb5c3db1b793ac2ba3e49"><code>e53d28f</code></a>
xdsclient: log node ID with verbosity INFO (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5860">#5860</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/9373e5cb26f0e34c1b5fa54f1ba712979b54d661"><code>9373e5c</code></a>
transport: Fix closing a closed channel panic in handlePing (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5854">#5854</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/2f413c454850afdb19a685fdee95c5d7701891ab"><code>2f413c4</code></a>
transport/http2: use HTTP 400 for bad requests instead of 500 (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5804">#5804</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/5003029eb684a60a7a84aad3ad498d7bf1e44628"><code>5003029</code></a>
testutils: do a better job of verifying pick_first in tests (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5850">#5850</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/3e27f89917e8092469db2709c5d726acaaa2396e"><code>3e27f89</code></a>
binarylog: Account for key in metadata truncation (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5851">#5851</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/f54bba9af73267dcc87fcc4841dfa1e0de39d332"><code>f54bba9</code></a>
test/xds: minor cleanup in xDS e2e test (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5843">#5843</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/a9709c3f8cfe5f22703b8cfebd83d3996f8fbb33"><code>a9709c3</code></a>
Added logs for reasons causing connection and transport close (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5840">#5840</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-go/compare/v1.51.0...v1.52.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.51.0&new-version=1.52.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 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>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <github@ysh.us>
shubbham1215 pushed a commit to shubbham1215/jaeger that referenced this pull request Mar 5, 2023
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from
1.51.0 to 1.52.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.52.0</h2>
<h1>New Features</h1>
<ul>
<li>xdsclient: log node ID with verbosity INFO (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5860">#5860</a>)</li>
<li>ringhash: impose cap on <code>max_ring_size</code> to reduce
possibility of OOMs (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5801">#5801</a>)</li>
</ul>
<h1>Behavior Changes</h1>
<ul>
<li>client: return an error from <code>Dial</code> if an empty target is
passed and no custom dialer is present; the ClientConn would otherwise
be unable to connect and perform RPCs (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5732">#5732</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/huangchong94"><code>@​huangchong94</code></a></li>
</ul>
</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>transport (net/http server handler): respond to bad HTTP requests
with status 400 (Bad Request) instead of 500 (Internal Server Error).
(<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5804">#5804</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/sjbarag"><code>@​sjbarag</code></a></li>
</ul>
</li>
<li>transport: Fixed closing a closed channel panic in handlePing (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5854">#5854</a>)</li>
<li>server: fix ChainUnaryInterceptor and ChainStreamInterceptor to
allow retrying handlers (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5666">#5666</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/yiminc"><code>@​yiminc</code></a></li>
</ul>
</li>
<li>transport: ensure value of <code>:authority</code> header matches
server name used in TLS handshake when the latter is overridden by the
name resolver (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5748">#5748</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/holdno"><code>@​holdno</code></a></li>
</ul>
</li>
</ul>
<h1>Documentation</h1>
<ul>
<li>examples: add an example to illustrate the usage of stats handler
(<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5657">#5657</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/Yash-Handa"><code>@​Yash-Handa</code></a></li>
</ul>
</li>
<li>examples: add new example to show updating metadata in interceptors
(<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5788">#5788</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/richzw"><code>@​richzw</code></a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/ce56cefc0cc80503d7f8de1e1ec1af3cb741fbd7"><code>ce56cef</code></a>
Change version to 1.52.0 (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5870">#5870</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/a0e8eb9dc4111cd4d8dc52bc89cd733e5630fc0c"><code>a0e8eb9</code></a>
test: rename race.go to race_test.go (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5869">#5869</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/ae86ff40e723905d1d7f084405a7ed6e9a5265e1"><code>ae86ff4</code></a>
benchmark: fix typo in ClientReadBufferSize feature name (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5867">#5867</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/e53d28f5eb19a6816d4bb5c3db1b793ac2ba3e49"><code>e53d28f</code></a>
xdsclient: log node ID with verbosity INFO (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5860">#5860</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/9373e5cb26f0e34c1b5fa54f1ba712979b54d661"><code>9373e5c</code></a>
transport: Fix closing a closed channel panic in handlePing (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5854">#5854</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/2f413c454850afdb19a685fdee95c5d7701891ab"><code>2f413c4</code></a>
transport/http2: use HTTP 400 for bad requests instead of 500 (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5804">#5804</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/5003029eb684a60a7a84aad3ad498d7bf1e44628"><code>5003029</code></a>
testutils: do a better job of verifying pick_first in tests (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5850">#5850</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/3e27f89917e8092469db2709c5d726acaaa2396e"><code>3e27f89</code></a>
binarylog: Account for key in metadata truncation (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5851">#5851</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/f54bba9af73267dcc87fcc4841dfa1e0de39d332"><code>f54bba9</code></a>
test/xds: minor cleanup in xDS e2e test (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5843">#5843</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/a9709c3f8cfe5f22703b8cfebd83d3996f8fbb33"><code>a9709c3</code></a>
Added logs for reasons causing connection and transport close (<a
href="https://github-redirect.dependabot.com/grpc/grpc-go/issues/5840">#5840</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-go/compare/v1.51.0...v1.52.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.51.0&new-version=1.52.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 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>
Signed-off-by: Yuri Shkuro <github@ysh.us>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: shubbham1215 <sawaikershubham@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant