Skip to content

Commit 87b9fba

Browse files
Bazel Release Systemtraversaro
Bazel Release System
authored andcommitted
Release 7.0.0-pre.20230530.3 (2023-06-09)
Baseline: 67446d6 Cherry picks: + 4344a03: Automated rollback of commit 00a4fef. Incompatible changes: - `--incompatible_check_sharding_support` is enabled by default. Sharded tests with test runners that do not properly advertise support for test sharding will fail. Refer to bazelbuild#18339 for migration advice. Important changes: - Options specified on the pseudo-command `common` in `.rc` files are now ignored by commands that do not support them as long as they are valid options for *any* Bazel command. Previously, commands that did not support all options given for `common` would fail to run. These previous semantics of `common` are now available via the new `always` pseudo-command. - the 'default' param of json.decode can now be used as a keyword parameter. - As a transitional step in a larger refactoring, rule transitions are applied twice. Once during dependency resolution and once right before analysis of those rules. After the refactoring is complete, rule transitions will be applied only once. This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Jimm chja20, Keith Smiley.
1 parent 45f6d68 commit 87b9fba

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## Release 7.0.0-pre.20230530.3 (2023-06-09)
2+
3+
```
4+
Baseline: 67446d625e4daafadcb5918a88ed52f517a8871f
5+
6+
Cherry picks:
7+
8+
+ 4344a0358f44c0290f85f8d90dede5824593ce77:
9+
Automated rollback of commit
10+
00a4fefe594069d47d1bde99b28c6b8dcca0a7c1.
11+
```
12+
13+
Incompatible changes:
14+
15+
- `--incompatible_check_sharding_support` is enabled by default.
16+
Sharded tests with test runners that do not properly advertise
17+
support for test sharding will fail. Refer to
18+
https://github.com/bazelbuild/bazel/issues/18339 for migration
19+
advice.
20+
21+
Important changes:
22+
23+
- Options specified on the pseudo-command `common` in `.rc` files
24+
are now ignored by commands that do not support them as long as
25+
they are valid options for *any* Bazel command. Previously,
26+
commands that did not support all options given for `common`
27+
would fail to run. These previous semantics of `common` are now
28+
available via the new `always` pseudo-command.
29+
- the 'default' param of json.decode can now be used as a keyword
30+
parameter.
31+
- As a transitional step in a larger refactoring, rule transitions
32+
are applied twice. Once during dependency resolution and once
33+
right before
34+
analysis of those rules. After the refactoring is complete, rule
35+
transitions
36+
will be applied only once.
37+
38+
This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Jimm chja20, Keith Smiley.
39+
140
## Release 7.0.0-pre.20230524.3 (2023-06-05)
241

342
```

0 commit comments

Comments
 (0)