From 419c3fbc7af3213c64e12caf13214d2598c75e4e Mon Sep 17 00:00:00 2001 From: John Cater Date: Mon, 30 Aug 2021 11:52:45 -0400 Subject: [PATCH] Update documentation for Bazel 4.2.1 (#13558). --- scripts/docs/doc_versions.bzl | 4 ++++ site/_config.yml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/docs/doc_versions.bzl b/scripts/docs/doc_versions.bzl index 6407b9900b322a..58351ef2c9391e 100644 --- a/scripts/docs/doc_versions.bzl +++ b/scripts/docs/doc_versions.bzl @@ -22,6 +22,10 @@ """This module contains the versions and hashes of Bazel's documentation tarballs.""" DOC_VERSIONS = [ + { + "version": "4.2.1", + "sha256": "b767b7aa949f96b602257587add3be38acbead03bf919fe871397bc80d97f8b2", + }, { "version": "4.2.0", "sha256": "1188fc6c3354f85741bacbb2bc7dab6bbfd1d2f44475846293ff232fb01709b8", diff --git a/site/_config.yml b/site/_config.yml index 050a3b472a2591..0b258beb102ad0 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -16,11 +16,12 @@ gems: url: "https://docs.bazel.build" # used by jekyll-sitemap # Update this to the newest release for the default docs.bazel.build version. -version: "4.2.0" +version: "4.2.1" # This must be kept in sync with //scripts/docs:doc_versions.bzl doc_versions: - main + - 4.2.1 - 4.2.0 - 4.1.0 - 4.0.0