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.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 368df74..64485ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
 
 ```