From 229cba49ea1331dd0933302edd8fb4a4faa103fd Mon Sep 17 00:00:00 2001 From: Justin Lei Date: Mon, 18 Dec 2023 10:14:37 -0800 Subject: [PATCH] Getting ready to publish 2.11.0-rc.0 (#6797) * Add mark-blocks tool to release notes * Update VERSION to 2.11.0-rc.0 --- VERSION | 2 +- docs/sources/mimir/release-notes/v2.11.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b52282a1b4..ed612dd65c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.10.4 +2.11.0-rc.0 diff --git a/docs/sources/mimir/release-notes/v2.11.md b/docs/sources/mimir/release-notes/v2.11.md index a88e68aaee..49afc7e45f 100644 --- a/docs/sources/mimir/release-notes/v2.11.md +++ b/docs/sources/mimir/release-notes/v2.11.md @@ -19,6 +19,7 @@ The highlights that follow include the top features, enhancements, and bugfixes - **Improved query-scheduler performance under load.** This is particularly apparent for clusters with large numbers of queriers. - **Ingester to querier chunks streaming** reduces the memory utilization of queriers and reduces the likelihood of OOMs. - **Ingester query request minimization** reduces the number of query requests to ingesters, improving performance and resource utilization for both ingesters and queriers. +- **The `markblocks` tool** is released in compiled form together with the rest of Mimir. It is used to mark blocks for deletion or as "non-compactable". ## Experimental features