From 6beca36397fca3d2bab84df46dc14ee90860994a Mon Sep 17 00:00:00 2001 From: Christian Haudum Date: Thu, 16 Jan 2025 08:45:44 +0100 Subject: [PATCH] Add upgrade notes Signed-off-by: Christian Haudum --- docs/sources/setup/upgrade/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/setup/upgrade/_index.md b/docs/sources/setup/upgrade/_index.md index 3ecf9107f91ac..f86e21dba042d 100644 --- a/docs/sources/setup/upgrade/_index.md +++ b/docs/sources/setup/upgrade/_index.md @@ -45,6 +45,10 @@ parameter contains a log selector query instead of returning inconsistent result Loki changes the default value of `-ruler.alertmanager-use-v2` from `false` to `true`. Alertmanager APIv1 was deprecated in Alertmanager 0.16.0 and is removed as of 0.27.0. +#### `operational_config` + +The settings from the `operational_config` configuration block moved into the `limits_config`. The per-tenant configuration of these settings also moved into the `overrides` section in the runtime configuration file. + ### Experimental Bloom Filters {{< admonition type="note" >}}