automate
automate copied to clipboard
Bump grpc and google-protobuf in /components/compliance-service/api/tests
Bumps grpc and google-protobuf. These dependencies needed to be updated together.
Updates grpc from 1.28.0 to 1.65.2
Release notes
Sourced from grpc's releases.
Release v1.65.2
This is release gRPC Core 1.65.2 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Release v1.65.1
This is release gRPC Core 1.65.1 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
Release v1.65.0
This is release gRPC Core 1.65.0 (gnarly).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes.
This is release 1.65.0 (gnarly) 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
- [OTPlugin] Per-channel OpenTelemetry plugin. (#36729)
- [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_set_log_function. (#36844)
- [grpc][Gpr_To_Absl_Logging] Supporting verbosity flag. (#36798)
- [build] Support clang-cl for Windows builds (best effort). (#36831)
- [grpc][Gpr_To_Absl_Logging] Disable the ConfigVar because it wont work anymore. (#36761)
- [BoringSSL] Update third_party/boringssl-with-bazel. (#36716)
- [http2] Add experiment to modify behavior of GRPC_ARG_HTTP2_MAX_PINGS_WITHOUT_DATA to throttle pings instead of blocking. (#36374)
- [xDS] fix "tls" channel cred in bootstrap to actually work. (#36726)
- [StatsPlugin] Fix use-after-free issue. (#36664)
- [EventEngine] Enable the EventEngine DNS Resolver on Windows. (#36286)
C++
- [OTel] Generate pkg-config file for grpcpp_otel_plugin. (#36686)
- [OTel] Add find_package call for OTel dependency in installed gRPC configuration. (#36674)
- [OTel C++] Deprecate SetTargetAttributeFilter method on OpenTelemetryPluginBuilder. (#36567)
- [security] Add notices for functions we will be removing. (#36488)
... (truncated)
Changelog
Sourced from grpc's changelog.
gRPC Release Schedule
Below is the release schedule for gRPC Java, Go and Core and its dependent languages C++, C#, Objective-C, PHP, Python and Ruby.
Releases are scheduled every six weeks on Tuesdays on a best effort basis. In some unavoidable situations a release may be delayed or released early or a language may skip a release altogether and do the next release to catch up with other languages. See the past releases in the links above. A six-week cycle gives us a good balance between delivering new features/fixes quickly and keeping the release overhead low.
The gRPC release support policy can be found here.
Releases are cut from release branches. For Core and Java repos, the release branch is cut two weeks before the scheduled release date. For Go, the branch is cut just before the release. An RC (release candidate) is published for Core and its dependent languages just after the branch cut. This RC is later promoted to release version if no further changes are made to the release branch. We do our best to keep head of master branch stable at all times regardless of release schedule. Daily build packages from master branch for C#, PHP, Python, Ruby and Protoc plugins are published on packages.grpc.io. If you depend on gRPC in production we recommend to set up your CI system to test the RCs and, if possible, the daily builds.
Names of gRPC releases are here.
Release Scheduled Branch Cut Scheduled Release Date v1.17.0 Nov 19, 2018 Dec 4, 2018 v1.18.0 Jan 2, 2019 Jan 15, 2019 v1.19.0 Feb 12, 2019 Feb 26, 2019 v1.20.0 Mar 26, 2019 Apr 9, 2019 v1.21.0 May 7, 2019 May 21, 2019 v1.22.0 Jun 18, 2019 Jul 2, 2019 v1.23.0 Jul 30, 2019 Aug 13, 2019 v1.24.0 Sept 10, 2019 Sept 24, 2019 v1.25.0 Oct 22, 2019 Nov 5, 2019 v1.26.0 Dec 3, 2019 Dec 17, 2019 v1.27.0 Jan 14, 2020 Jan 28, 2020
Commits
0bbbfd3[Release] Bump version to 1.65.2 (on v1.65.x branch) (#37319)a699463[Backport] Ensure the Chttp2Connector is deleted under an ExecCtx. (#37315)c8ea3d7[Gpr_To_Absl_Logging][Noise_Reduction] (#37289)8cbf785[ObjC] Back port boringssl 0.36 to 1.65.x for xcode 16 (#37310)f548d3c[Gpr_To_Absl_Logging] Removing gRPC experiments log noise (#37303) (#37308)cf78563[Gpr_To_Absl_Logging] Reducing log spam (#37106) (#37288)63f3cf6[log][Backport] Reducing log spam (#37253) (#37294)55ea1f4[Backport] 1.65.x: Cherry-pick (#37278)4b26e9c[Python Interop] Add signal handler to python interop client and server (v1.6...3a24f7f[Release] Bump version to 1.65.1 (on v1.65.x branch) (#37232)- Additional commits viewable in compare view
Updates google-protobuf from 3.12.2 to 4.27.2
Release notes
Sourced from google-protobuf's releases.
Protocol Buffers v3.20.3
Java
- Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic from parse constructor to builder.
- Move proto wireformat parsing functionality from the private "parsing constructor" to the Builder class.
- Change the Lite runtime to prefer merging from the wireformat into mutable messages rather than building up a new immutable object before merging. This way results in fewer allocations and copy operations.
- Make message-type extensions merge from wire-format instead of building up instances and merging afterwards. This has much better performance.
- Fix TextFormat parser to build up recurring (but supposedly not repeated) sub-messages directly from text rather than building a new sub-message and merging the fully formed message into the existing field.
- This release addresses a Security Advisory for Java users
Protocol Buffers v3.20.2
C++
- Reduce memory consumption of MessageSet parsing
- This release addresses a Security Advisory for C++ and Python users
Protocol Buffers v3.20.1
PHP
- Fix building packaged PHP extension (#9727)
- Fixed composer.json to only advertise compatibility with PHP 7.0+. (#9819)
Ruby
- Disable the aarch64 build on macOS until it can be fixed. (#9816)
Other
- Fix versioning issues in 3.20.0
Protocol Buffers v3.20.1-rc1
PHP
- Fix building packaged PHP extension (#9727)
Other
- Fix versioning issues in 3.20.0
Protocol Buffers v3.20.0
2022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Ruby
- Dropped Ruby 2.3 and 2.4 support for CI and releases. (#9311)
- Added Ruby 3.1 support for CI and releases (#9566).
- Message.decode/encode: Add recursion_limit option (#9218/#9486)
- Allocate with xrealloc()/xfree() so message allocation is visible to the Ruby GC. In certain tests this leads to much lower memory usage due to more frequent GC runs (#9586).
- Fix conversion of singleton classes in Ruby (#9342)
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy Preview for chef-automate processing.
| Name | Link |
|---|---|
| Latest commit | 6ae6c83a4b4852285b1cd2080b10afe836b0150f |
| Latest deploy log | https://app.netlify.com/sites/chef-automate/deploys/66a8c03f9339cd000893a1ab |