Skip to content

Commit

Permalink
Release 8.0.0-pre.20240530.1 (2024-06-05)
Browse files Browse the repository at this point in the history
Baseline: b48a319

Important changes:

  - Changes to environment variables read via `getenv` now correctly
    invalidate module extensions.
  - `--experimental_collect_system_network_usage` is flipped to
    `true`.
  - Progress is no longer written to BEP after the build completing
    event is posted.

This release contains contributions from many people at Google, as well as Alessandro Patti, dependabot[bot], Fabian Meumertzheim, Keith Smiley, Matt Smith, Xdng Yng.
  • Loading branch information
Bazel Release System authored and fweikert committed Jun 5, 2024
1 parent b48a319 commit 3e2aec2
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
## Release 8.0.0-pre.20240530.1 (2024-06-05)

```
Baseline: b48a319187c87e230b59142b4f7366775173faf4
```

Important changes:

- Changes to environment variables read via `getenv` now correctly
invalidate module extensions.
- `--experimental_collect_system_network_usage` is flipped to
`true`.
- Progress is no longer written to BEP after the build completing
event is posted.

This release contains contributions from many people at Google, as well as Alessandro Patti, dependabot[bot], Fabian Meumertzheim, Keith Smiley, Matt Smith, Xdng Yng.

## Release 8.0.0-pre.20240523.3 (2024-05-31)

```
Baseline: 739f7b83e02fb8f17c1a498630c7e02701d83aa1

Cherry picks:

+ cdd104c714dfcdf2661f900ba3c5ebf3616884bb:
Do not record events announced after the build-completing event.
+ b12f536902594e48655c310d62c0bd069484798b:
Integrate the skymeld cases into the rewinding inconsistency
receiver.
```

Incompatible changes:

- The --experimental_aquery_dump_after_build_format and
--experimental_aquery_dump_after_build_output_file command line
options are not available anymore.

Important changes:

- Paths in the Linux sandbox are now again identical to those
outside the sandbox, even with
`--incompatible_sandbox_hermetic_tmp`.
- `cc_toolchain` now passes runfiles for its *_files attrs (e.g.
data files for a tool built for linking).
- `Label` instances passed to `print` or `fail` as positional
arguments are now formatted with apparent repository names
(optimized for human readability).

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, George Gensure, Greg Magolan, hvd, Isaac Torres, Keith Smiley, oquenchil, Tobias Werth, Tomasz Pasternak, UebelAndre, Xdng Yng.

## Release 8.0.0-pre.20240516.1 (2024-05-21)

```
Expand Down

0 comments on commit 3e2aec2

Please sign in to comment.