From 0986db2c7b0af349442ef7c26703e2093526fa66 Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Thu, 6 Jul 2023 12:54:51 +0200 Subject: [PATCH] Includes known issue in v1.14.0 changelog Fixes https://github.com/cortexproject/cortex/issues/5387 Signed-off-by: Friedrich Gonzalez --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6119b552e6..a7de170172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -193,6 +193,10 @@ * [BUGFIX] QueryFrontend/Querier: fixed regression added by #4863 where we stopped compressing the response between querier and query frontend. #4960 * [BUGFIX] QueryFrontend/Querier: fixed fix response error to be ungzipped when status code is not 2xx. #4975 +### Known issues + +- Configsdb: Ruler configs doesn't work. Remove all configs from postgres database that have format Prometheus 1.x rule format before upgrading to v1.14.0 (see [5387](https://github.com/cortexproject/cortex/issues/5387)) + ## 1.13.0 2022-07-14 * [CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539