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 grpcio from 1.56.2 to 1.57.0 in /tests #4221

Merged
merged 1 commit into from Aug 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps grpcio from 1.56.2 to 1.57.0.

Release notes

Sourced from grpcio's releases.

Release v1.57.0

This is release 1.57.0 (grounded) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [EventEngine] Change GetDNSResolver to return absl::StatusOr<std::unique_ptr<DNSResolver>>. (#33744)
  • [deps] Remove libuv dependency. (#33748)
  • [ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. (#33638)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#33690)
  • [iomgr][EventEngine] Improve server handling of file descriptor exhaustion. (#33656)
  • [ruby] experimental client side fork support. (#33430)
  • [core] Add a channel argument to set DSCP on streams. (#28322)
  • [xDS LB] xDS pick first support. (#33540)
  • [tls] Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. (#33558)
  • [EventEngine] Simplify EventEngine::DNSResolver API. (#33459)
  • [iomgr][Windows] Return proper error code to client when connection is reset. (#33502)
  • [fork] simplify Fork::SetResetChildPollingEngineFunc to fix nested forking. (#33495)
  • [lb pick_first] Enable random shuffling of address list. (#33254)
  • [HTTP2] Fix inconsistencies in keepalive configuration. (#33428)
  • [c-ares] Upgrade c-ares dependency to 1.19.1. (#33392)
  • [Rls] de-experimentalize RLS in XDS. (#33290)

C++

  • [otel] Add bazel dependency. (#33548)

C#

  • [csharp] Include correct build of Grpc.Tools in nightly packages. (#33595)
  • [csharp] reintroduce base_namespace experimental option to C# (with a patch). (#33535)

Objective-C

  • [Protobuf] Upgrade third_party/protobuf to 23.4. (#33695)

Python

  • [posix] Enable systemd sockets for libsystemd>=233. (#32671)
  • [python O11Y] Initial Implementation. (#32974)

... (truncated)

Commits
  • a616401 [Release] Bump version to 1.57.0 (on v1.57.x branch) (#34008)
  • 5305347 [v1.57.x][Interop] Backport Python image update (#33868)
  • dfae18f [ruby] backport "[ruby] remove unnecessary background thread startup wait log...
  • c1285fe [backport][test] Run PHP distribtests with make -j8 (#33831) (#33834)
  • 74d8f5c [Release] Bump version to 1.57.0-pre1 (on v1.57.x branch) (#33826)
  • 1e904e8 [PSM Interop] Legacy tests: fix xDS test client build (v1.57.x backport) (#33...
  • 19ca737 [Release] Bump core version to 34.0.0 for upcoming release (#33800)
  • abdeffc [test] Run PHP distribtests with -j 2 instead of 4 (#33795)
  • ef770e5 [promises] Promise based filter needs to set context before finalization (#33...
  • 3d9f2d8 [ruby] improve possible error message in postfork parent (#33791)
  • 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 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)

@dependabot dependabot bot requested a review from a team as a code owner August 14, 2023 17:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 14, 2023
@github-actions
Copy link

github-actions bot commented Aug 14, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

tests/requirements.txt
  • grpcio@1.57.0
  • grpcio@1.56.2

@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Merging #4221 (4e5448d) into main (581d6bd) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4221      +/-   ##
==========================================
- Coverage   51.96%   51.94%   -0.03%     
==========================================
  Files          59       59              
  Lines       16759    16759              
==========================================
- Hits         8709     8705       -4     
- Misses       7753     7755       +2     
- Partials      297      299       +2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/pip/tests/grpcio-1.57.0 branch from 04fb828 to de2226f Compare August 14, 2023 18:30
Bumps [grpcio](https://github.com/grpc/grpc) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.56.2...v1.57.0)

---
updated-dependencies:
- dependency-name: grpcio
  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/pip/tests/grpcio-1.57.0 branch from de2226f to 4e5448d Compare August 14, 2023 20:21
@lucacome lucacome merged commit a1b73d5 into main Aug 15, 2023
62 checks passed
@lucacome lucacome deleted the dependabot/pip/tests/grpcio-1.57.0 branch August 15, 2023 00:25
jjngx pushed a commit that referenced this pull request Aug 15, 2023
Bumps [grpcio](https://github.com/grpc/grpc) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.56.2...v1.57.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant