bazelbuild / bazel

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

Release 7.4.0 - October 2024 #23271

Open iancha1992 opened 2 months ago

iancha1992 commented 2 months ago

Status of Bazel 7.4.0

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

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

Task list:

keith commented 3 weeks ago

Would it be reasonable to do a RC of this release sooner? There have been a lot of cherry picks that I would like to start testing with

keertk commented 3 weeks ago

@meteorcloudy @Wyverald thoughts on getting RC1 out before 10/7?

keith commented 3 weeks ago

Maybe matters less to me now that https://github.com/bazelbuild/bazel/commit/e43c933a99d204a270e4264e46a7a2d038d3aa7a is in, but I'm sure more people would test a real RC

meteorcloudy commented 2 weeks ago

We still have many release blockers to be resolved, I'm afraid that moving the cut date earlier would put too much pressure on other people.

Maybe matters less to me now that https://github.com/bazelbuild/bazel/commit/e43c933a99d204a270e4264e46a7a2d038d3aa7a is in, but I'm sure more people would test a real RC

Nice, for anyone who wants to test earlier, they can just use the latest commit from the release branch. Other people can wait until all release blockers are resolved for 7.4 before testing.

Wyverald commented 1 week ago

We're pushing back the rc1 date for 7.4.0 by two days (to 2024-10-09). In hindsight, planning 8.0.0rc1 and 7.4.0rc1 on the same date was maybe not the best idea :P

iancha1992 commented 6 days ago

Bazel 7.4.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/7.4.0rc1 If you're using Bazelisk, you can point to this RC by setting USE_BAZEL_VERSION=7.4.0rc1.

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

Thanks!

iancha1992 commented 1 day ago

Bazel 7.4.0rc2 is now available for those that want to try it out.

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

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

Thanks!