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

bot: Bump google.golang.org/grpc from 1.56.2 to 1.57.0 #1725

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2023

Bumps google.golang.org/grpc from 1.56.2 to 1.57.0.

Release notes

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

Release 1.57.0

API Changes

  • resolver: remove deprecated Target.Scheme and Target.Authority. Use URL.Scheme and URL.Host instead, respectively (#6363)

Behavior Changes

  • client: percent-encode the default authority for the channel (#6428)
  • xds: require EDS service name to be set in a CDS cluster with an 'xdstp' resource name (gRFC A47) (#6438)

New Features

  • reflection: support the v1 reflection service and update Register to register both v1alpha and v1 (#6329)
  • xds: add support for string matcher in RBAC header matching (#6419)
  • alts: add support for GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES env var (#6267)
  • balancer/weightedroundrobin: de-experimentalize name of LB policy (#6477)

Bug Fixes

  • status: status.FromError now returns an error with codes.Unknown when the error implements the GRPCStatus() method, and calling GRPCStatus() returns nil (#6374)
  • server: fix bug preventing TCP user timeout from being set on the connection when TLS is used (#6321)
  • client: eliminate connection churn during an address update that differs only in balancer attributes (#6439)
  • clusterresolver: handle EDS nacks, resource-not-found errors, and DNS Resolver errors correctly (#6436, #6461)
  • xds/ringhash: cache connectivity state of subchannels inside picker to avoid rare races (#6351)
Commits
  • 87bf02a Change version to 1.57.0 (#6448)
  • 6b64be9 resolver/weighted_round_robin: remove experimental suffix from name
  • 9489082 github: replace deprecated command with environment file (#6417)
  • d1868a5 clusterresolver: add logs for dns discovery mechanism error cases (#6444)
  • 8e9c8f8 grpc: do not use balancer attributes during address comparison (#6439)
  • db32c5b Fix preloader mode in benchmarks (#6359)
  • f0280f9 xds: require EDS service name in new-style CDS clusters (gRFC A47) (#6438)
  • bf5b7ae clusterresolver: handle EDS nacks and resource-not-found errors correctly (#6...
  • fc0aa46 client: encode the authority by default (#6428)
  • 11feb0a resolver: delete Target.Scheme and Target.Authority (#6363)
  • 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)

@dependabot dependabot bot added the dependencies Related to dependencies label Jul 29, 2023
@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04% ⚠️

Comparison is base (4928d13) 75.39% compared to head (216dd09) 75.35%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1725      +/-   ##
===========================================
- Coverage    75.39%   75.35%   -0.04%     
===========================================
  Files          208      208              
  Lines        21745    21745              
===========================================
- Hits         16394    16385       -9     
- Misses        4209     4215       +6     
- Partials      1142     1145       +3     
Flag Coverage Δ
all-tests 75.35% <ø> (-0.04%) ⬇️

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

see 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4928d13...216dd09. Read the comment docs.

@shahzadlone
Copy link
Member

@dependabot rebase

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.56.2...v1.57.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 force-pushed the dependabot/go_modules/google.golang.org/grpc-1.57.0 branch from e54c37b to 216dd09 Compare July 31, 2023 10:38
Copy link
Member

@shahzadlone shahzadlone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shahzadlone shahzadlone merged commit 385e761 into develop Jul 31, 2023
14 checks passed
@shahzadlone shahzadlone deleted the dependabot/go_modules/google.golang.org/grpc-1.57.0 branch July 31, 2023 11:05
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
…#1725)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from
1.56.2 to 1.57.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.57.0</h2>
<h1>API Changes</h1>
<ul>
<li>resolver: remove deprecated <code>Target.Scheme</code> and
<code>Target.Authority</code>. Use <code>URL.Scheme</code> and
<code>URL.Host</code> instead, respectively (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6363">#6363</a>)</li>
</ul>
<h1>Behavior Changes</h1>
<ul>
<li>client: percent-encode the default authority for the channel (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6428">#6428</a>)</li>
<li>xds: require EDS service name to be set in a CDS cluster with an
'xdstp' resource name (gRFC A47) (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6438">#6438</a>)</li>
</ul>
<h1>New Features</h1>
<ul>
<li>reflection: support the v1 reflection service and update
<code>Register</code> to register both v1alpha and v1 (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6329">#6329</a>)</li>
<li>xds: add support for string matcher in RBAC header matching (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6419">#6419</a>)</li>
<li>alts: add support for
<code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> env var (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6267">#6267</a>)</li>
<li>balancer/weightedroundrobin: de-experimentalize name of LB policy
(<a
href="https://redirect.github.com/grpc/grpc-go/issues/6477">#6477</a>)</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>status: <code>status.FromError</code> now returns an error with
<code>codes.Unknown</code> when the error implements the
<code>GRPCStatus()</code> method, and calling <code>GRPCStatus()</code>
returns <code>nil</code> (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6374">#6374</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/atollena"><code>@​atollena</code></a></li>
</ul>
</li>
<li>server: fix bug preventing TCP user timeout from being set on the
connection when TLS is used (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6321">#6321</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/tobotg"><code>@​tobotg</code></a></li>
</ul>
</li>
<li>client: eliminate connection churn during an address update that
differs only in balancer attributes (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6439">#6439</a>)</li>
<li>clusterresolver: handle EDS nacks, resource-not-found errors, and
DNS Resolver errors correctly (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6436">#6436</a>,
<a
href="https://redirect.github.com/grpc/grpc-go/issues/6461">#6461</a>)</li>
<li>xds/ringhash: cache connectivity state of subchannels inside picker
to avoid rare races (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6351">#6351</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/87bf02ad24f6cc071d2553eb5d62332194bba1fe"><code>87bf02a</code></a>
Change version to 1.57.0 (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6448">#6448</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/6b64be9784958b37d2b1d7618b37a7f8a824654b"><code>6b64be9</code></a>
resolver/weighted_round_robin: remove experimental suffix from name</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/9489082068eb8cade6ea4f943ac83a205e0e382b"><code>9489082</code></a>
github: replace deprecated command with environment file (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6417">#6417</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/d1868a539b5acb10daceeeb4fcbc6a8dedc7a532"><code>d1868a5</code></a>
clusterresolver: add logs for dns discovery mechanism error cases (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6444">#6444</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/8e9c8f8e7133eb7ed64438837636dae2c5d92ce6"><code>8e9c8f8</code></a>
grpc: do not use balancer attributes during address comparison (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6439">#6439</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/db32c5bfeb563e7ce6661b37d6a55688cbeb4a20"><code>db32c5b</code></a>
Fix preloader mode in benchmarks (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6359">#6359</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/f0280f9d3d2f3fbe45de1ab5873a19ec678c74c8"><code>f0280f9</code></a>
xds: require EDS service name in new-style CDS clusters (gRFC A47) (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6438">#6438</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/bf5b7aecd53ba679d72d43bbf61dee40633f6344"><code>bf5b7ae</code></a>
clusterresolver: handle EDS nacks and resource-not-found errors
correctly (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6">#6</a>...</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/fc0aa4689cd434c21cd4cbbbe9ef5af842ccb326"><code>fc0aa46</code></a>
client: encode the authority by default (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6428">#6428</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/11feb0a9afd844fd2ab1f18dca02ad6a344b21bf"><code>11feb0a</code></a>
resolver: delete Target.Scheme and Target.Authority (<a
href="https://redirect.github.com/grpc/grpc-go/issues/6363">#6363</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-go/compare/v1.56.2...v1.57.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.56.2&new-version=1.57.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant