Skip to content

Commit 1d64908

Browse files
Bazel Release Systemhvadehra
Bazel Release System
authored andcommitted
Release 7.0.0-pre.20230123.5 (2023-02-02)
Baseline: 2f9c7d6 Cherry picks: + 9d92e71: Small tweaks to platform documentation. - Point platform rules to the explanatory document which people should have read first. - Update the left nav to include the word "Toolchains" - move https://bazel.build/extending/platforms from Design Docs to Concepts + d5095db: "bazel config" output tests: skip noconfig. + 9234250: Automated rollback of commit 0fe4c36. Incompatible changes: - --experimental_build_transitive_python_runfiles is flipped to false. See #16303 for details Important changes: - Now that the host configuration is finished, `genrule` should prefer the use of `tools` and stop using `exec_tools`. This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Keith Smiley.
1 parent dea42ae commit 1d64908

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## Release 7.0.0-pre.20230123.5 (2023-02-02)
2+
3+
```
4+
Baseline: 2f9c7d60ea676f9f8e929b20a3ff74e786995c91
5+
6+
Cherry picks:
7+
8+
+ 9d92e7189bd7996286cbc0b04ae5c3ef7894f23c:
9+
Small tweaks to platform documentation. - Point platform rules
10+
to the explanatory document which people should have read first.
11+
- Update the left nav to include the word "Toolchains" - move
12+
https://bazel.build/extending/platforms from Design Docs to
13+
Concepts
14+
+ d5095dbfd320654298aaa1b412a7581b53792d3f:
15+
"bazel config" output tests: skip noconfig.
16+
+ 923425002daae6f83cb0c6487cc3453b2dc89a43:
17+
Automated rollback of commit
18+
0fe4c36a7feb24444bc72731bf4839aa1ca926c6.
19+
```
20+
21+
Incompatible changes:
22+
23+
- --experimental_build_transitive_python_runfiles is flipped to
24+
false. See #16303 for details
25+
26+
Important changes:
27+
28+
- Now that the host configuration is finished, `genrule` should
29+
prefer the use of `tools` and stop using `exec_tools`.
30+
31+
This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Keith Smiley.
32+
133
## Release 7.0.0-pre.20230118.2 (2023-01-26)
234

335
```

0 commit comments

Comments
 (0)