Baseline: b704fdb18b8201ddfc017ab91b9d0a63892a4cd2
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.
- The `--enable_bzlmod` and `--enable_workspace` flags are now
no-ops. Bzlmod is now always enabled, and WORKSPACE is always
disabled.
Important changes:
- Add a definition of the pacakge_metadata attribute.
This release contains contributions from many people at Google, as well as Taylor Barrella.