From 7e85831f5556832288cd12f941b0c392736e919e Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Sat, 4 May 2024 17:41:35 +0200 Subject: [PATCH 1/2] chore!: drop Bazel 6 support BREAKING CHANGE: Bazel versions <7 are no longer supported --- MODULE.bazel | 4 ++-- WORKSPACE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index b973f710..714ccdba 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -47,13 +47,13 @@ bazel_binaries = use_extension( # NOTE: Keep in sync with WORKSPACE. bazel_binaries.download(version_file = "//:.bazelversion") -bazel_binaries.download(version = "6.3.0") +bazel_binaries.download(version = "7.0.0") use_repo( bazel_binaries, "bazel_binaries", "bazel_binaries_bazelisk", "build_bazel_bazel_.bazelversion", - "build_bazel_bazel_6_3_0", + "build_bazel_bazel_7_0_0", ) # TODO[AH] Should be an implicit transitive dependency through rules_bazel_integration_test. diff --git a/WORKSPACE b/WORKSPACE index 93555a39..b68e5923 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -55,7 +55,7 @@ load("@rules_bazel_integration_test//bazel_integration_test:defs.bzl", "bazel_bi # NOTE: Keep in sync with MODULE.bazel. bazel_binaries(versions = [ "//:.bazelversion", - "6.3.0", + "7.0.0", ]) # Stardoc dependencies From 2e7e034d559a67fcfe4e78bb2f3ed27f212ba91a Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Sat, 4 May 2024 17:43:20 +0200 Subject: [PATCH 2/2] docs: Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dd5a5bb..aeb2761a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Consider the [_Additional Setup_](#additional-setup) section as well. [bazel-intro]: https://bazel.build/about/intro -### Using Bzlmod with Bazel >=6 +### Using Bzlmod with Bazel >=7 Bzlmod is Bazel's new dependency manager. You can read more about it in the [Bazel documentation][bzlmod-doc]. If you use bzlmod, then you can skip the