Skip to content

Commit

Permalink
Release 9.0.0-pre.20241119.2 (2024-11-27)
Browse files Browse the repository at this point in the history
Baseline: ebeab8c

Cherry picks:

   + 650142f:
     Automated rollback of commit
     4515bb6.
   + 4754de2:
     [Rolling release] Do not forward legacy `cmd.exe` variables to
     the server (bazelbuild#24500)
   + 94fb35b:
     Fix rolling release (bazelbuild#24513)

Incompatible changes:

  - Changing --test_env no longer invalidates the analysis cache.
    `ctx.configuration.test_env` may be empty for non-test rules and
    should not be used by such rules.

Important changes:

  - Add a set data type to Starlark, guarded by the
    --experimental_enable_starlark_set flag.
  - symbolic macro attribute inheritance is now marked experimental;
    set --experimental_enable_macro_inherit_attrs flag to enable it.
  - Changing any part of `--run_under` that isn't the label (such as
    the shell command) no longer invalidates the analysis cache.
  - The progress of completed configured aspects is now shown in the
    UI, next to the number of completed targets. Example: "(100
    packages loaded, 10000 targets and 500 aspects configured)".

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, kalvdans, Xùdōng Yáng.
  • Loading branch information
Bazel Release System authored and keertk committed Nov 27, 2024
1 parent 58b6b08 commit 9eb994b
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## Release 9.0.0-pre.20241119.2 (2024-11-27)

```
Baseline: ebeab8ce6607f0ea8448178219c61a935535be6a

Cherry picks:

+ 650142fbe290d97e39b702d1dbcdbe126614b927:
Automated rollback of commit
4515bb6c932ce62c7889cf322319a3b49158acad.
+ 4754de207c4dd05c531b57847e3a47bea229954a:
[Rolling release] Do not forward legacy `cmd.exe` variables to
the server (#24500)
+ 94fb35b0af7d30b5479bfdb40cae51960a50f24c:
Fix rolling release (#24513)
```

Incompatible changes:

- Changing --test_env no longer invalidates the analysis cache.
`ctx.configuration.test_env` may be empty for non-test rules and
should not be used by such rules.

Important changes:

- Add a set data type to Starlark, guarded by the
--experimental_enable_starlark_set flag.
- symbolic macro attribute inheritance is now marked experimental;
set --experimental_enable_macro_inherit_attrs flag to enable it.
- Changing any part of `--run_under` that isn't the label (such as
the shell command) no longer invalidates the analysis cache.
- The progress of completed configured aspects is now shown in the
UI, next to the number of completed targets. Example: "(100
packages loaded, 10000 targets and 500 aspects configured)".

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, kalvdans, Xùdōng Yáng.

## Release 9.0.0-pre.20241113.4 (2024-11-20)

```
Expand Down

0 comments on commit 9eb994b

Please sign in to comment.