Skip to content

Commit 9f8994e

Browse files
Bazel Release Systemfweikert
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 bazelbuild#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 b413489 commit 9f8994e

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

CHANGELOG.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,96 @@
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+
33+
## Release 7.0.0-pre.20230118.2 (2023-01-26)
34+
35+
```
36+
Baseline: b310a8aaf35d73d1310b2a914a459a9f32a04d0d
37+
38+
Cherry picks:
39+
40+
+ ab71a1002c9c53a8061336e40f91204a2a32c38e:
41+
Rollback
42+
https://github.com/bazelbuild/bazel/commit/414824173363e579d34afc
43+
1aa16bc97a220743dc to fix breakage in an internal use case
44+
```
45+
46+
Incompatible changes:
47+
48+
- query --output=proto --order_output=deps now returns targets in
49+
topological order (previously there was no ordering).
50+
51+
This release contains contributions from many people at Google, as well as Anthony Ter-Saakov, Benjamin Lee, Benjamin Peterson, Ben Lee, Brentley Jones, Ed Schouten, Emil Kattainen, Fabian Meumertzheim, Fabian Meumertzheim, Fahrzin Hemmati, Halil Sener, Keith Smiley, Maxwell Elliott, mohamadk, Oliver Lee, Patrick Balestra, Red Daly, Severin Strobl, Simon Mavi Stewart, Stiopa Koltsov, tbaing, Thulio Ferraz Assis, Ulf Adams, Xavier Bonaventura.
52+
53+
## Release 7.0.0-pre.20230104.2 (2023-01-23)
54+
55+
```
56+
Baseline: 89d34ac23a8f46b3b89ac4730d7a20da375f5fae
57+
58+
Cherry picks:
59+
60+
+ cf95a2be1de5e29d38fc1f35e662c678bb70fcdd:
61+
Automated rollback of commit
62+
2f39c04ea4b93788bfef5c475b7dd40a8a289aef.
63+
```
64+
65+
This release contains contributions from many people at Google, as well as .
66+
67+
## Release 7.0.0-pre.20230104.2 (2023-01-23)
68+
69+
```
70+
Baseline: 89d34ac23a8f46b3b89ac4730d7a20da375f5fae
71+
72+
Cherry picks:
73+
74+
+ cf95a2be1de5e29d38fc1f35e662c678bb70fcdd:
75+
Automated rollback of commit
76+
2f39c04ea4b93788bfef5c475b7dd40a8a289aef.
77+
```
78+
79+
Incompatible changes:
80+
81+
- When multiple --deleted_packages options are passed on the
82+
command line, they will be concatenated instead of the latest one
83+
taking effect.
84+
- This has the side effect of changing the message on unsuccessful
85+
builds from
86+
- JSON profile: Use doubles instead of strings for counter series.
87+
88+
Important changes:
89+
90+
- removed outdated ctx.host_configuration
91+
92+
This release contains contributions from many people at Google, as well as Amanda L Martin, Benjamin Lee, Benjamin Peterson, Benjamin Peterson, Fabian Meumertzheim, Fahrzin Hemmati, keertk, Patrick Balestra, Sara Adams, Sascha Moecker, Siddhesh Bhupendra Kuakde, Stiopa Koltsov.
93+
194
## Release 7.0.0-pre.20221212.2 (2022-12-23)
295

396
```

0 commit comments

Comments
 (0)