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-tools from 1.56.2 to 1.57.0 in /test/environment/grpc #482

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps grpcio-tools from 1.56.2 to 1.57.0.

Release notes

Sourced from grpcio-tools'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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 11, 2023
@github-actions github-actions bot enabled auto-merge (squash) August 11, 2023 03:03
@dependabot dependabot bot force-pushed the dependabot/pip/test/environment/grpc/grpcio-tools-1.57.0 branch from 4c9401a to 8ed5519 Compare August 11, 2023 03:22
@dependabot dependabot bot force-pushed the dependabot/pip/test/environment/grpc/grpcio-tools-1.57.0 branch from 8ed5519 to ad0d082 Compare August 11, 2023 03:40
@dependabot dependabot bot force-pushed the dependabot/pip/test/environment/grpc/grpcio-tools-1.57.0 branch from ad0d082 to 6e7345c Compare August 11, 2023 03:59
Bumps [grpcio-tools](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-tools
  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/test/environment/grpc/grpcio-tools-1.57.0 branch from 6e7345c to a7e0354 Compare August 11, 2023 04:20
@github-actions github-actions bot merged commit 877544c into master Aug 11, 2023
15 checks passed
@github-actions github-actions bot deleted the dependabot/pip/test/environment/grpc/grpcio-tools-1.57.0 branch August 11, 2023 04:38
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

0 participants