Skip to content

Commit ff36d87

Browse files
Bazel Release Systemiancha1992
authored andcommitted
Release 7.0.1 (2024-01-18)
Baseline: d798ebd Release Notes: + Consider MODULE.bazel for workspace detection in bazel.sh (bazelbuild#20594) + Auto-create deploy jars for Bazel `java_test` targets if requested (bazelbuild#20602) + `java_binary` wrapper should forward `restricted_to` (bazelbuild#20611) + Mount user-specified bind mounts before Bazel's own magic. (bazelbuild#20609) + Fix bootstrapped Bazel binary (bazelbuild#20612) + Attempt to make main repo mapping inverse more efficient (bazelbuild#20625) + Cherry-pick all presubmit.yml changes (bazelbuild#20733) + Print interactive sandboxed shell command with `--sandbox_debug` (bazelbuild#20734) + Fix two issues with --incompatible_sandbox_hermetic_tmp that manifested themselves when the output base was under /tmp (bazelbuild#20718) + Let module extensions track calls to `Label()` (bazelbuild#20750) + Add support for bind mounts under `/tmp` with hermetic tmp (bazelbuild#20749) + Fixes for Bazel's own integration tests fail locally on Linux (bazelbuild#20821) + Fix NPE in BzlmodRepoRuleFunction (bazelbuild#20828) + Avoid emitting canonical labels into generated repos (bazelbuild#20840) + Let .bzl files record their usages of repo mapping (bazelbuild#20848) + Force output checking for incremental run commands without the bytes. (bazelbuild#20881) + Retry binding to ipv6 localhost (bazelbuild#20903) + Fix linker feature detection being performed on wrong linker (bazelbuild#20901) + Fix singlejar resource mapping for external repositories (bazelbuild#20904) Acknowledgements: This release contains contributions from many people at Google, as well as bazel.build machine account, David Ostrovsky, Fabian Meumertzheim, hvd, Siddhartha Bagaria, Tianyu Geng, Xdng Yng, Xùdōng Yáng.
1 parent 2634a6e commit ff36d87

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
## Release 7.0.1 (2024-01-18)
2+
3+
```
4+
Baseline: d798ebde6c6394203a87b5f1a6b62ecfc3880991
5+
6+
Release Notes:
7+
8+
+ Consider MODULE.bazel for workspace detection in bazel.sh (#20594)
9+
+ Auto-create deploy jars for Bazel `java_test` targets if requested (#20602)
10+
+ `java_binary` wrapper should forward `restricted_to` (#20611)
11+
+ Mount user-specified bind mounts before Bazel's own magic. (#20609)
12+
+ Fix bootstrapped Bazel binary (#20612)
13+
+ Attempt to make main repo mapping inverse more efficient (#20625)
14+
+ Cherry-pick all presubmit.yml changes (#20733)
15+
+ Print interactive sandboxed shell command with `--sandbox_debug` (#20734)
16+
+ Fix two issues with --incompatible_sandbox_hermetic_tmp that manifested themselves when the output base was under /tmp (#20718)
17+
+ Let module extensions track calls to `Label()` (#20750)
18+
+ Add support for bind mounts under `/tmp` with hermetic tmp (#20749)
19+
+ Fixes for Bazel's own integration tests fail locally on Linux (#20821)
20+
+ Fix NPE in BzlmodRepoRuleFunction (#20828)
21+
+ Avoid emitting canonical labels into generated repos (#20840)
22+
+ Let .bzl files record their usages of repo mapping (#20848)
23+
+ Force output checking for incremental run commands without the bytes. (#20881)
24+
+ Retry binding to ipv6 localhost (#20903)
25+
+ Fix linker feature detection being performed on wrong linker (#20901)
26+
+ Fix singlejar resource mapping for external repositories (#20904)
27+
28+
Acknowledgements:
29+
30+
This release contains contributions from many people at Google, as well as bazel.build machine account, David Ostrovsky, Fabian Meumertzheim, hvd, Siddhartha Bagaria, Tianyu Geng, Xdng Yng, Xùdōng Yáng.
31+
```
32+
33+
## Release 8.0.0-pre.20240101.1 (2024-01-17)
34+
35+
```
36+
Baseline: 40271d7642fb6b76d68289d73b73a1eb4acb80bd
37+
```
38+
39+
Initial release.
40+
141
## Release 7.0.0 (2023-12-11)
242

343
```

0 commit comments

Comments
 (0)