From a6a5176f44e59f64fc0ec9acb555e3b214ce7633 Mon Sep 17 00:00:00 2001 From: Bazel Release System Date: Thu, 17 Feb 2022 19:54:47 +0100 Subject: [PATCH] Release 6.0.0-pre.20220208.2 (2022-02-17) Baseline: de3c14da9eba34bed39f4cb34446037813420ae3 Cherry picks: + a6bfab095ff11cc9d37e45994c2dd85be626710f: Automated rollback of commit 64ac2a81f73ba7b085d0de65f12230814f4151c8. Important changes: - Tests that fail to create or complete their `TestAttemptContinuation` by throwing an `ExecException` will report an `INCOMPLETE` status. Previously, Bazel would fail to report any status for the test attempt. This release contains contributions from many people at Google, as well as divanorama, Fabian Meumertzheim, Keith Smiley, Marek uppa, Niyas Sait, Thi Doan, Yesudeep Mangalapilly. --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d68becb25635a..c44174f2be303b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +## Release 6.0.0-pre.20220208.2 (2022-02-17) + +``` +Baseline: de3c14da9eba34bed39f4cb34446037813420ae3 + +Cherry picks: + + + a6bfab095ff11cc9d37e45994c2dd85be626710f: + Automated rollback of commit + 64ac2a81f73ba7b085d0de65f12230814f4151c8. +``` + +Important changes: + + - Tests that fail to create or complete their + `TestAttemptContinuation` by + throwing an `ExecException` will report an `INCOMPLETE` status. + Previously, Bazel + would fail to report any status for the test attempt. + +This release contains contributions from many people at Google, as well as divanorama, Fabian Meumertzheim, Keith Smiley, Marek uppa, Niyas Sait, Thi Doan, Yesudeep Mangalapilly. + +## Release 6.0.0-pre.20220201.3 (2022-02-11) + +``` +Baseline: c7652d875869ec063addd146a2746c1378c73236 + +Cherry picks: + + + 1c0cf8ee505edee539ebb1ce84a78da8e6064d0a: + Undelete BigIntegerCodec deleted in + https://github.com/bazelbuild/bazel/commit/16753d6ab16c22ed8cfd42 + 47e05c695223b67616. Belatedly realized needed for Starlark + bigint serialization. + + 382b187d4df664e555608c895716172d96e092c5: + Automated rollback of commit + 9998c6361d3d7c22184ea07e363f38e88a345701. + + 45ce5459f3a8f0a32ec71c13c22500ba87aaa8c2: + Rollback + https://github.com/bazelbuild/bazel/commit/8174262bf946e31df86476 + 014c6f231f46ca0882 +``` + +This release contains contributions from many people at Google, as well as Denys Kurylenko, Keith Smiley. + ## Release 6.0.0-pre.20220127.1 (2022-02-02) ```