From 65c6e254bd22151ab7fc84ec46e13eee2e354aa0 Mon Sep 17 00:00:00 2001 From: Trevor Whitney Date: Wed, 25 May 2022 17:05:34 -0600 Subject: [PATCH] Add upgrade guide regarding azure container name change (#6118) * Add upgarde guide regarding azure container name change * Add loki header to master upgrade section --- docs/sources/upgrading/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/sources/upgrading/_index.md b/docs/sources/upgrading/_index.md index 4b012c2b7b..f8408c6914 100644 --- a/docs/sources/upgrading/_index.md +++ b/docs/sources/upgrading/_index.md @@ -31,6 +31,13 @@ The output is incredibly verbose as it shows the entire internal config struct u ## Main / Unreleased + +### Loki + +#### Default value for `azure.container-name` changed + +This value now defaults to `loki`, it was previously set to `cortex`. If you are relying on this container name for your chunks or ruler storage, you will have to manually specify `-azure.container-name=cortex` or `-ruler.storage.azure.container-name=cortex` respectively. + ## 2.5.0 ### Loki