Skip to content

Commit

Permalink
Release 6.0.0-pre.20220208.2 (2022-02-17)
Browse files Browse the repository at this point in the history
Baseline: de3c14d

Cherry picks:

   + a6bfab0:
     Automated rollback of commit
     64ac2a8.

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.
  • Loading branch information
Bazel Release System authored and fweikert committed Feb 17, 2022
1 parent 9f549dc commit a6a5176
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

```
Expand Down

0 comments on commit a6a5176

Please sign in to comment.