|
| 1 | +## Release 7.0.0-pre.20230316.2 (2023-03-27) |
| 2 | + |
| 3 | +``` |
| 4 | +Baseline: 8b68efeea23fdcd734bcb1f4bbd6754f11108405 |
| 5 | + |
| 6 | +Cherry picks: |
| 7 | + |
| 8 | + + 8a23169311142f49ceef076eb02e06f030e275ed: |
| 9 | + Automated rollback of commit |
| 10 | + 08d31877bd5c1500e3ca67f47bcd3b79b4af226d. |
| 11 | +``` |
| 12 | + |
| 13 | +Incompatible changes: |
| 14 | + |
| 15 | + - Bazel's local CPU resource on Linux is now container aware. Use |
| 16 | + `--local_cpu_resources`, `--loading_phase_threads` or `--jobs` to |
| 17 | + override. |
| 18 | + - `copy_from_rule` is exec_groups is deprecated |
| 19 | + (https://github.com/bazelbuild/bazel/issues/17668). |
| 20 | + - --legacy_bazel_java_test is now a no-op |
| 21 | + - --legacy_bazel_java_test is now a no-op |
| 22 | + |
| 23 | +Important changes: |
| 24 | + |
| 25 | + - making --incompatible_use_platforms_repo_for_constraints do |
| 26 | + nothing. Using constraints from @bazel_tools//platforms with or |
| 27 | + without the flag will throw error with message "Constraints from |
| 28 | + @bazel_tools//platforms have been removed. Please use constraints |
| 29 | + from @platforms repository embedded in Bazel, or preferably |
| 30 | + declare dependency on https://github.com/bazelbuild/platforms" |
| 31 | + - Fixed an issue where WORKSPACE and WORKSPACE-loaded .bzl files |
| 32 | + couldn't see the Bzlmod root module's mappings when Bzlmod is |
| 33 | + enabled. |
| 34 | + - Subsequent settings of --extra_execution_platforms now override |
| 35 | + previous settings, instead of adding them to a list. If you |
| 36 | + currently set --extra_execution_platforms more than once, please |
| 37 | + migrate by passing a list of values to |
| 38 | + --extra_execution_platforms instead so that earlier values aren't |
| 39 | + overwritten. |
| 40 | + - @bazel_tools//config:common_settings.bzl has been removed. |
| 41 | + Use @bazel_skylib//rules:common_settings.bzl instead. |
| 42 | + - cc_shared_library is no longer experimental, see |
| 43 | + https://github.com/bazelbuild/bazel/issues/16709 for details |
| 44 | + |
| 45 | +This release contains contributions from many people at Google, as well as Adam Lavin, Andy Hamon, Benjamin Peterson, Ezekiel Warren, Fabian Meumertzheim, Julio Merino, Keith Smiley, redwrasse, Sagar Pathare, something_vague, Yannic Bonenberger. |
| 46 | + |
1 | 47 | ## Release 7.0.0-pre.20230306.4 (2023-03-17)
|
2 | 48 |
|
3 | 49 | ```
|
|
0 commit comments