Skip to content

v0.3.1.01132021

Compare
Choose a tag to compare
@junr03 junr03 released this 13 Jan 23:53
· 991 commits to main since this release
d565be8
Update envoy to e073b32 (#1230)

Description: this PR updates envoy and makes the following changes:
- linux CI jobs now use the envoy-build-ubuntu container published by [envoy-build-tools](https://github.com/envoyproxy/envoy-build-tools)
- updates upload/download-artifact to v2.
- specified using remote jdk toolchain for the coverage build.
- temporarily moves java and kt unit tests to macOS. Subsequent PR will move as many CI jobs as possible to run on linux runners, as this saves time via container execution; and concurrency as the linux limit is higher than the macOS limit.
- updates protobuf dep to 3.14.0
- updates metrics transport to V3 Api
- updates bazel build targets used in several places in the codebase
- Fixes warnings in C++ tests.

Risk Level: low for all jobs ran in CI. High for release and artifact jobs as they won't execute until a release is done, and they are most likely broken. Will fix after running.
Testing: CI

Signed-off-by: Jose Nino <jnino@lyft.com>

Co-authored-by: Jose Nino <jnino@lyft.com>