Skip to content

Commit

Permalink
Release 8.0.0-pre.20240805.3 (2024-08-12)
Browse files Browse the repository at this point in the history
Baseline: 914db36

Cherry picks:

   + 7e689a5:
     Be resilient to outdated exec paths in action cache entries

Important changes:

  - The format of canonical repo names has changed to use plus (`+`)
    instead of tilde (`~`). Effectively, this flips the flag
    `--incompatible_use_plus_in_repo_names` to true, and the flag is
    now a no-op (i.e. cannot be "unflipped").

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Jordan Mele, Laurent Le Brun, Xdng Yng.
  • Loading branch information
Bazel Release System authored and keertk committed Aug 12, 2024
1 parent 26cf11e commit 6306609
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## Release 8.0.0-pre.20240805.3 (2024-08-12)

```
Baseline: 914db36648ef734b9b534d2a37907b9505534399

Cherry picks:

+ 7e689a55ccdcd752c102d25fe9acb257bd7d881c:
Be resilient to outdated exec paths in action cache entries
```

Important changes:

- The format of canonical repo names has changed to use plus (`+`)
instead of tilde (`~`). Effectively, this flips the flag
`--incompatible_use_plus_in_repo_names` to true, and the flag is
now a no-op (i.e. cannot be "unflipped").

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Jordan Mele, Laurent Le Brun, Xdng Yng.

## Release 8.0.0-pre.20240730.1 (2024-08-06)

```
Baseline: c75124148e025945b96b5b7c165c37d2975e865d
```

This release contains contributions from many people at Google, as well as Cornelius Riemenschneider, Fabian Meumertzheim, Laurent Le Brun, Xdng Yng.

## Release 8.0.0-pre.20240729.1 (2024-08-01)

```
Expand Down

0 comments on commit 6306609

Please sign in to comment.