From 6fa9b2d313387c72d95cf08b322fcfc75a9983a9 Mon Sep 17 00:00:00 2001 From: Alexander Soelberg Heidarsson <89837986+alex5517@users.noreply.github.com> Date: Mon, 27 May 2024 09:43:24 +0200 Subject: [PATCH] Update operations/helm/charts/mimir-distributed/CHANGELOG.md Co-authored-by: Dimitar Dimitrov --- operations/helm/charts/mimir-distributed/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/helm/charts/mimir-distributed/CHANGELOG.md b/operations/helm/charts/mimir-distributed/CHANGELOG.md index c793bf60427..9a49eefb819 100644 --- a/operations/helm/charts/mimir-distributed/CHANGELOG.md +++ b/operations/helm/charts/mimir-distributed/CHANGELOG.md @@ -29,7 +29,7 @@ Entries should include a reference to the Pull Request that introduced the chang ## main / unreleased -* [FEATURE] Add support for a dedicated query path for the ruler. This allows for the isolation of ruler and user query paths. #7964 +* [FEATURE] Add support for a dedicated query path for the ruler. This allows for the isolation of ruler and user query paths. Enable it via `ruler.remoteEvaluationDedicatedQueryPath: true`. #7964 * [CHANGE] Fine-tuned `terminationGracePeriodSeconds` for the following components: #7361 #7364 * Alertmanager: changed from `60` to `900` * Distributor: changed from `60` to `100`