You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/24 05:27:33 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

dependabot[bot] opened a new pull request, #26401:
URL: https://github.com/apache/beam/pull/26401

   Bumps [grpcio-tools](https://github.com/grpc/grpc) from 1.53.0 to 1.54.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc/releases">grpcio-tools's releases</a>.</em></p>
   <blockquote>
   <h2>Release v1.54.0</h2>
   <p>This is release 1.54.0 (<a href="https://github.com/grpc/grpc/blob/master/doc/g_stands_for.md">gracious</a>) of gRPC Core.</p>
   <p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>. For previous releases, see <a href="https://github.com/grpc/grpc/releases">Releases</a>.</p>
   <p>This release contains refinements, improvements, and bug fixes, with highlights listed below.</p>
   <h2>Core</h2>
   <ul>
   <li>Per <a href="https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md">Foundational C++ Support</a>, gRPC dropped Visual Studio 2017 support, the minimum version of Visual Studio that gRPC supports is 2019.</li>
   <li>XDS: enable XDS federation by default. (<a href="https://redirect.github.com/grpc/grpc/pull/32711">#32711</a>)</li>
   <li>[EventEngine] Add EventEngine::*Handle equality operators. (<a href="https://redirect.github.com/grpc/grpc/pull/32695">#32695</a>)</li>
   <li>TlsCreds: Support revocation of intermediate in chain. (<a href="https://redirect.github.com/grpc/grpc/pull/32544">#32544</a>)</li>
   <li>[config] Move global config alongside core configuration. (<a href="https://redirect.github.com/grpc/grpc/pull/30788">#30788</a>)</li>
   <li>feat: Auth lib: Remove 3PI config url validation. (<a href="https://redirect.github.com/grpc/grpc/pull/32450">#32450</a>)</li>
   </ul>
   <h2>C++</h2>
   <ul>
   <li>Upgrade abseil to 20230125.2. (<a href="https://redirect.github.com/grpc/grpc/pull/32733">#32733</a>)</li>
   <li>Update minimum MSVC version to 2019. (<a href="https://redirect.github.com/grpc/grpc/pull/32614">#32614</a>)</li>
   <li>[GcpObservability  C++] Backport: De-experimentalize API (<a href="https://redirect.github.com/grpc/grpc/issues/32715">#32715</a>). (<a href="https://redirect.github.com/grpc/grpc/pull/32813">#32813</a>)
   <ul>
   <li>The GCP Observability API provides users with a simple way to export logging, tracing, and metrics to Google Cloud Operations. For more information, please see <a href="https://cloud.google.com/blog/products/networking/introducing-grpc-observability-for-microservices">this blog post</a>.</li>
   </ul>
   </li>
   <li>OpenCensus: Fix round_trip time. (<a href="https://redirect.github.com/grpc/grpc/pull/32694">#32694</a>)</li>
   <li>Update OpenCensus to HEAD (5501a1a). (<a href="https://redirect.github.com/grpc/grpc/pull/32687">#32687</a>)</li>
   <li>OpenCensus: Add annotations for messages. (<a href="https://redirect.github.com/grpc/grpc/pull/32646">#32646</a>)</li>
   </ul>
   <h2>PHP</h2>
   <ul>
   <li>Use correct namespace for checking if the isDefaultRootsPemSet method exists. (<a href="https://redirect.github.com/grpc/grpc/pull/31580">#31580</a>)</li>
   </ul>
   <h2>Python</h2>
   <ul>
   <li>Fix DeprecationWarning when calling asyncio.get_event_loop(). (<a href="https://redirect.github.com/grpc/grpc/pull/32533">#32533</a>)</li>
   <li>Remove references to deprecated syntax field. (<a href="https://redirect.github.com/grpc/grpc/pull/32497">#32497</a>)</li>
   </ul>
   <h2>Release v1.54.0-pre2</h2>
   <p>This is a prerelease of gRPC Core 1.54.0 (gracious).</p>
   <p>For gRPC documentation, see <a href="https://grpc.io/">grpc.io</a>. For previous releases, see <a href="https://github.com/grpc/grpc/releases">Releases</a>.</p>
   <p>This prerelease contains refinements, improvements, and bug fixes.</p>
   <h2>Release v1.54.0-pre1</h2>
   <p>This is a prerelease of gRPC Core 1.54.0 (gracious).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc/commit/6847e05dbb8088a918f06e2231a405942b5c002d"><code>6847e05</code></a> [Release] Bump version to 1.54.0 (on v1.54.x branch) (<a href="https://redirect.github.com/grpc/grpc/issues/32859">#32859</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/29975a0050b088404eb8f75af505a1e74f7ab520"><code>29975a0</code></a> [Release] Bump version to 1.54.0-pre2 (on v1.54.x branch) (<a href="https://redirect.github.com/grpc/grpc/issues/32819">#32819</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/dcc34eced883734bb84e2215adf94b95112025d9"><code>dcc34ec</code></a> [GCP Observability] Remove sleep from observability test client (<a href="https://redirect.github.com/grpc/grpc/issues/32818">#32818</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/7b177e87d159de6ad5821a7b91a3ffdd4027faea"><code>7b177e8</code></a> [cmake] Backport VS2019 fixes to 1.54.x branch (<a href="https://redirect.github.com/grpc/grpc/issues/32804">#32804</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/40456c7d15221017982dab532006e771ad6e49a7"><code>40456c7</code></a> Revert &quot;XDS: enable XDS federation by default (<a href="https://redirect.github.com/grpc/grpc/issues/32711">#32711</a>)&quot; (<a href="https://redirect.github.com/grpc/grpc/issues/32814">#32814</a>) (<a href="https://redirect.github.com/grpc/grpc/issues/32816">#32816</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/4bf3c5da1bba5f7b25eaa674d0d7c56720007eb8"><code>4bf3c5d</code></a> [GcpObservability  C++] Backport: De-experimentalize API (<a href="https://redirect.github.com/grpc/grpc/issues/32715">#32715</a>) (<a href="https://redirect.github.com/grpc/grpc/issues/32813">#32813</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/15d19432aab2772a8d04e61153b2f4b755361980"><code>15d1943</code></a> Revert &quot;[EventEngine] Revert &quot;Revert &quot;EventEngine::RunAt: C++ Alarm (… (<a href="https://redirect.github.com/grpc/grpc/issues/32785">#32785</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/9bd3e28b520f2beeb3cbc5f88c7884e84af24ff9"><code>9bd3e28</code></a> [Release process] Bump version to 1.54.0-pre1 (on v1.54.x branch) (<a href="https://redirect.github.com/grpc/grpc/issues/32744">#32744</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/c02b3e695cd2fea7b611dad9926845df0b4ee804"><code>c02b3e6</code></a> xDS: Include orca named_metrics in LRS load reports (<a href="https://redirect.github.com/grpc/grpc/issues/32690">#32690</a>)</li>
   <li><a href="https://github.com/grpc/grpc/commit/ed38592d764053dfc05e9b662418d6e5ef3e9fad"><code>ed38592</code></a> [pr] enforce tag prefixes on pull requests (<a href="https://redirect.github.com/grpc/grpc/issues/31861">#31861</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc/compare/v1.53.0...v1.54.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=grpcio-tools&package-manager=pip&previous-version=1.53.0&new-version=1.54.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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1519467231

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @AnandInguva for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] dependabot[bot] closed pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python
URL: https://github.com/apache/beam/pull/26401


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] codecov[bot] commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1519475924

   ## [Codecov](https://codecov.io/gh/apache/beam/pull/26401?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#26401](https://codecov.io/gh/apache/beam/pull/26401?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (97a84fd) into [master](https://codecov.io/gh/apache/beam/commit/f549fd33abdc672143ccbe3f0f66104995d30fe6?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (f549fd3) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #26401      +/-   ##
   ==========================================
   - Coverage   81.09%   81.08%   -0.02%     
   ==========================================
     Files         469      469              
     Lines       67185    67185              
   ==========================================
   - Hits        54487    54475      -12     
   - Misses      12698    12710      +12     
   ```
   
   | Flag | Coverage Δ | |
   |---|---|---|
   | python | `81.08% <ø> (-0.02%)` | :arrow_down: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   [see 11 files with indirect coverage changes](https://codecov.io/gh/apache/beam/pull/26401/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "Abacn (via GitHub)" <gi...@apache.org>.
Abacn commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1521915727

   @dependabot ignore this dependency


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] AnandInguva commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "AnandInguva (via GitHub)" <gi...@apache.org>.
AnandInguva commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1520218128

   @dependabot ignore this dependency


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] dependabot[bot] commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1520216743

   Sorry, only users with push access can use that command.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] AnandInguva commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "AnandInguva (via GitHub)" <gi...@apache.org>.
AnandInguva commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1520216674

   @dependabot close


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] dependabot[bot] commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1521915825

   OK, I won't notify you about grpcio-tools again, unless you re-open this PR. 😢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] dependabot[bot] commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1520218187

   Sorry, only users with push access can use that command.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1520577875

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @jrmccluskey for label python.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] AnandInguva commented on pull request #26401: Bump grpcio-tools from 1.53.0 to 1.54.0 in /sdks/python

Posted by "AnandInguva (via GitHub)" <gi...@apache.org>.
AnandInguva commented on PR #26401:
URL: https://github.com/apache/beam/pull/26401#issuecomment-1520576263

   assign to next reviewer


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org