diff options
author | Kousik Kumar <kousikk@google.com> | 2020-09-14 10:32:16 +0000 |
---|---|---|
committer | Kousik Kumar <kousikk@google.com> | 2020-09-14 11:12:01 +0000 |
commit | 6d3d75bbf63f8fc6a8c9194aee6a16914fbd6127 (patch) | |
tree | 2b5928c230597ff7a18724e513bee209cea7b62b /CHANGELOG.md | |
parent | 98b868f967ee947b212f6a96b4700dd28dc68e71 (diff) | |
download | platform_prebuilts_remoteexecution-client-6d3d75bbf63f8fc6a8c9194aee6a16914fbd6127.tar.gz platform_prebuilts_remoteexecution-client-6d3d75bbf63f8fc6a8c9194aee6a16914fbd6127.tar.bz2 platform_prebuilts_remoteexecution-client-6d3d75bbf63f8fc6a8c9194aee6a16914fbd6127.zip |
Release 0.14.0 version of re-client to live
Note that this change combines both the binaries drop and release to
live in a single CL due to deprecation of wlist to allowlist.
Drop prebuilt files to android source tree.
CHANGELOG.md
dumpstats
bootstrap
reproxy
rewrapper
The binaries in this change are generated with prebuilt drop tool.
Change-Id: I4d06b4fa190d6185b15aa98cb6f1a33f9702981e
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 149 |
1 files changed, 145 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index eac251a..259ae3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,149 @@ -## Release 0.13.6 (2020-08-10) -``` -Changes: - + 4e475e2: +## Release 0.14.0 (2020-09-11) +``` +Changes: + + d91fa91: + roll bazel_gazelle to v0.22.0 + + 2d0e007: + bootstrap: delete isProxyRunning + + f72dc2c: + roll google.golang.org/protobuf to v1.25.0 + + ce3415c: + use named-pipe for rewrapper<->reproxy on windows + + e3c3cfd: + reproxy: fail early by checking capabilities at startup + + 179f7f1: + set cipd tag and ref + + 204335e: + kookro/gcp_windows: factor out setup.bat + + 1eb8585: + Holdoff: don't race until need for execution is confirmed. + + 6500ce5: + Bump remote-apis-sdks to include revert of batch download change + + 6e51ab5: + Simplifying existing racing code a bit + + 1d7399a: + Bump remote-apis-sdks commit + + 17bd91b: + workaround http://b/167946840 gcp_windows/presubmit failing + + d491028: + Move CIPD package to correct location. + + bbb12bc: + Deprecate the env_var_whitelist flag. + + 5858398: + roll rules_go to 0.24.1 + + e7fd4a9: + bootstrap to persist a pid file for identifying reproxy in shutdown. + + 210eeea: + test tests/integ/remoteexec in gcp_windows/continous + + 0a146ec: + Add flag to control local pool parallelism. + + 1bb012a: + Change stdout/stderr to bytes instead of string + + 48dfb08: + Run the cipd binary after a release to create and upload the cipd package for the rbe binaries. + + 40635e5: + chromium windows integration test + + f09e059: + roll rules_go to v0.24.0 + + 33f1571: + Fix various issues with racing. + + 8396941: + Change default bootstrap wait time to 20 seconds. + + 507c0e7: + Add the racing exec strategy. + + 050d94d: + Add the action struct to improve server.go readability. + + 3bc22d0: + Update preprocessor so it removes flags we want removed when the previous flag is -Xclang. + + d0b12c2: + fix precommit for windows + + 3258cff: + Refactor local execution to use the outerr package and add non-blocking execution. + + feb33b8: + Add instructions on how to install the precommit hook. + + 470d4bc: + Add precommit script to run gofmt/golint/gazelle. +``` + +## Release 0.13.7 (2020-08-21) +``` +Changes: + + 0d25d98: + Increase gRPC max message size + + 85c7538: + Do not use toolchain inputs when there's an error + + 97b2e33: + integ test doesn't need to use moreflag + + b04537c: + Remove the metalava version check from the toolchain input processor. + + 9f14c07: + delete gazell:ignore + + e9fe9f2: + roll protobuf to 3.13.0 + + 79d5af9: + roll bazel-gazelle to 0.21.1 + + eb2e12d: + Add writable to the cipd install directory. + + 0df8d29: + use test_env rather than action_env for test + + ac6bc28: + integ: use data deps instead of flag with $(location) + + 7dde86c: + refactor BuildClangCommand + + 165e768: + flagsparser: use clang's Options.td to parse clang flags. + + 11c7804: + move reproxy_dep_test into own dir + + 61500ef: + roll rules_go 0.23.8 + + 7344b85: + reproxy: set default platform OSFamily properties. + + 5e7b160: + make sure remoteexec calls remote-apis, not local fallback + + 8622f88: + roll rules_go 0.23.7 + + b9c7215: Revert "Merge "Fixing remote compare mode to update the action result with the local run results."" + + 41c7c67: + Migrate javac input processor to the new preprocessor. + + 9cdbae9: + Cleanup clang related input processors now that all clang dependent input processors are migrated. + + 87c1361: + Migrate clang links to the new preprocessor. + + 5aee2df: + Migrate clang CL to the new preprocessor. + + 5136612: + Migrate header abi dumper to the new preprocessor. + + 7e40a68: + Migrate clanglint to the new prerprocessor. + + a39a537: + Migrate cpp input processor to the new Preprocessor. + + 2f043c3: + Move the clang flagparser to a new package. + + df3ae15: + Migrate metalava to the new preprocessor. + + 1e4dffc: + Migrate r8 input processor to the new Preprocessor. + + 1441cc4: + Migrate the d8 label to the new Preprocessor. + + 7199f56: + Migrate the tool label to the new Preprocessor. + + b0593d3: + Add Preprocessor and BasePreprocessor + + 0f1d451: + roll rules_go v0.23.6 + + 3bd9fd2: + cleanup patch for llvm. + + 470f86c: + install the new msys2 keyring + + 48d326d: + roll rules_go to 0.23.5 + + db0c65a: + Fix broken gazelle after adding gen_clang_cl_flags + + 204d8a1: + Remove shadow headers. + + f221db8: + Add a coverage report to the linux presubmit. ``` ## Release 0.13.5 (2020-07-23) |