bazelbuild / bazel

a fast, scalable, multi-language and extensible build system
https://bazel.build
Apache License 2.0
23.17k stars 4.05k forks source link

Release 8.0.0 - November 2024 #23315

Open keertk opened 2 months ago

keertk commented 2 months ago

Status of Bazel 8.0.0

To report a release-blocking bug, please add a comment with the text @bazel-io flag 8.0.0 to the issue. A release manager will triage it and add it to the milestone.

To cherry-pick a mainline commit into 8.0.0, simply send a PR against the release-8.0.0 branch.

Task list:

iancha1992 commented 2 weeks ago

Bazel 8.0.0rc1 is now available for those that want to try it out.

You can download it from here: https://github.com/bazelbuild/bazel/releases/tag/8.0.0rc1 If you're using Bazelisk, you can point to this RC by setting USE_BAZEL_VERSION=8.0.0rc1.

Please test it out and report any issues here as soon as possible. An early draft of the release notes can be found here.

Thanks!

criemen commented 2 weeks ago

FWIW the --incompatible_disallow_empty_glob flag flip in 8.0 break rules_dotnet, reported here: https://github.com/bazel-contrib/rules_dotnet/issues/458 I suspect the downstream test suite doesn't contain a real-world project that uses rules_dotnet.

brandjon commented 1 week ago

I created three blocking issues, #23855, #23856, and #23857, but only the last one was automatically added to the release blocking hotlist. I'm guessing this might be because the first two contained the @bazel-io flag 8.0.0 as part of the initial comment and not as a separate post, or because there wasn't enough newline separation from other content in the comment.

Can we get those two issues added to the blocker list, and possibly update the template for the next release-tracking issue to clarify the syntax?

Edit: Tried adding the magic fork tag myself to see if that adds them.

iancha1992 commented 1 week ago

@brandjon You've added them :)