Skip to content

Commit

Permalink
MINOR: [C#] Bump Grpc.AspNetCore.Server from 2.64.0 to 2.66.0 in /csh…
Browse files Browse the repository at this point in the history
…arp (#44260)

Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.64.0 to 2.66.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/grpc/grpc-dotnet/releases">Grpc.AspNetCore.Server's releases</a>.</em></p>
<blockquote>
<h2>Release v2.66.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump version on master to 2.66.0-dev by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2491">grpc/grpc-dotnet#2491</a></li>
<li>Fix failure to create GrpcChannel under Wine compatibility layer (including Steam Proton and Apple Game Porting Toolkit) by <a href="https://github.com/mayuki"><code>@​mayuki</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2496">grpc/grpc-dotnet#2496</a></li>
<li>Update .NET 9 SDK and resolve warnings by <a href="https://github.com/sebastienros"><code>@​sebastienros</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2502">grpc/grpc-dotnet#2502</a></li>
<li>Bump braces from 3.0.2 to 3.0.3 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2504">grpc/grpc-dotnet#2504</a></li>
<li>Bump axios from 1.6.2 to 1.7.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2505">grpc/grpc-dotnet#2505</a></li>
<li>Update puppeteer by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2507">grpc/grpc-dotnet#2507</a></li>
<li>Remove internal_ci flag from interop test script by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2509">grpc/grpc-dotnet#2509</a></li>
<li>Fix Google auth interop test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2512">grpc/grpc-dotnet#2512</a></li>
<li>[testing] improve sanity check in jwt_token_creds interop test by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2513">grpc/grpc-dotnet#2513</a></li>
<li>Add HTTP version configuration to GrpcChannelOptions by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2514">grpc/grpc-dotnet#2514</a></li>
<li>Bump grpc.tools version to 2.66 by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2523">grpc/grpc-dotnet#2523</a></li>
<li>Bump webpack from 5.76.0 to 5.94.0 in /examples/Browser/Server/wwwroot by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2522">grpc/grpc-dotnet#2522</a></li>
<li>Bump elliptic from 6.5.4 to 6.5.7 in /examples/Spar/Server/ClientApp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2525">grpc/grpc-dotnet#2525</a></li>
<li>Bump micromatch from 4.0.7 to 4.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2524">grpc/grpc-dotnet#2524</a></li>
<li>Bump v2.66.x branch to 2.66.0.pre1 by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2526">grpc/grpc-dotnet#2526</a></li>
<li>Bump v2.66.x to v2.66.0 by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2539">grpc/grpc-dotnet#2539</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0">https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0</a></p>
<h2>Release v2.66.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump version on master to 2.66.0-dev by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2491">grpc/grpc-dotnet#2491</a></li>
<li>Fix failure to create GrpcChannel under Wine compatibility layer (including Steam Proton and Apple Game Porting Toolkit) by <a href="https://github.com/mayuki"><code>@​mayuki</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2496">grpc/grpc-dotnet#2496</a></li>
<li>Update .NET 9 SDK and resolve warnings by <a href="https://github.com/sebastienros"><code>@​sebastienros</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2502">grpc/grpc-dotnet#2502</a></li>
<li>Bump braces from 3.0.2 to 3.0.3 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2504">grpc/grpc-dotnet#2504</a></li>
<li>Bump axios from 1.6.2 to 1.7.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2505">grpc/grpc-dotnet#2505</a></li>
<li>Update puppeteer by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2507">grpc/grpc-dotnet#2507</a></li>
<li>Remove internal_ci flag from interop test script by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2509">grpc/grpc-dotnet#2509</a></li>
<li>Fix Google auth interop test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2512">grpc/grpc-dotnet#2512</a></li>
<li>[testing] improve sanity check in jwt_token_creds interop test by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2513">grpc/grpc-dotnet#2513</a></li>
<li>Add HTTP version configuration to GrpcChannelOptions by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2514">grpc/grpc-dotnet#2514</a></li>
<li>Bump grpc.tools version to 2.66 by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2523">grpc/grpc-dotnet#2523</a></li>
<li>Bump webpack from 5.76.0 to 5.94.0 in /examples/Browser/Server/wwwroot by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2522">grpc/grpc-dotnet#2522</a></li>
<li>Bump elliptic from 6.5.4 to 6.5.7 in /examples/Spar/Server/ClientApp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2525">grpc/grpc-dotnet#2525</a></li>
<li>Bump micromatch from 4.0.7 to 4.0.8 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2524">grpc/grpc-dotnet#2524</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0-pre1</a></p>
<h2>Release v2.65.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Window Server by <a href="https://github.com/wrall"><code>@​wrall</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2468">grpc/grpc-dotnet#2468</a></li>
<li>Bump master version to 2.65.0-dev by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2472">grpc/grpc-dotnet#2472</a></li>
<li>Reduce usage of RunContinuationsAsynchronously by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2478">grpc/grpc-dotnet#2478</a></li>
<li>Bump Grpc.Tools version to 2.65.0 by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2488">grpc/grpc-dotnet#2488</a></li>
<li>Bump version to 2.65.0-pre1 by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2490">grpc/grpc-dotnet#2490</a></li>
<li>Bump release version to 2.65.0 by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2495">grpc/grpc-dotnet#2495</a></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/64e87a676b6aba16945f70aed3bb1c1dbbbbbad0"><code>64e87a6</code></a> bump version to final release (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2539">#2539</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/42dab3e443a405077ab106b80c985b9b6eecffe8"><code>42dab3e</code></a> bump to pre1 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2526">#2526</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/439a3b80b562d63c84c9bf4474a774a20a408e2a"><code>439a3b8</code></a> Bump micromatch from 4.0.7 to 4.0.8 in /testassets/InteropTestsGrpcWebWebsite...</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b3429b90615f55995b6763f4bf92b5cb9193b067"><code>b3429b9</code></a> Bump elliptic from 6.5.4 to 6.5.7 in /examples/Spar/Server/ClientApp (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2525">#2525</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/30255261ad1c64ba43fb140944e78c049318e8ec"><code>3025526</code></a> Bump webpack from 5.76.0 to 5.94.0 in /examples/Browser/Server/wwwroot (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2522">#2522</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/bf41c89ace4a4ce4d9868c35f06cef4d48031584"><code>bf41c89</code></a> Bump grpc.tools version to 2.66 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2523">#2523</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/e9cc7e15796d39f1d2656178f56a45c09147d0fe"><code>e9cc7e1</code></a> Add HTTP version configuration to GrpcChannelOptions (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2514">#2514</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/26227c3e7a2f5d4469ae06a4999f1a4f2800d351"><code>26227c3</code></a> [testing] improve sanity check in jwt_token_creds interop test (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2513">#2513</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/dd4adce098a94f5e7a7ede19262f85a72c9797ca"><code>dd4adce</code></a> Fix Google auth interop test (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2512">#2512</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/c397bc7804824100c983052f4a6e7e291ddf1c06"><code>c397bc7</code></a> Remove internal_ci flag from interop test script (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2509">#2509</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.64.0...v2.66.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.AspNetCore.Server&package-manager=nuget&previous-version=2.64.0&new-version=2.66.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>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Curt Hagenlocher <curt@hagenlocher.org>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent baf56f1 commit 6ee74c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.64.0" />
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.66.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6ee74c2

Please sign in to comment.