From 51d8fd6028713c503574bb70febdafd8b5a394fe Mon Sep 17 00:00:00 2001 From: Matej Gera Date: Mon, 13 Jun 2022 11:03:32 +0200 Subject: [PATCH] Update CHANGELOG Signed-off-by: Matej Gera --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b14a61df1f..1922781b40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Changed - [#5410](https://github.com/thanos-io/thanos/pull/5410) Query: Close() after using query. This should reduce bumps in memory allocations. +- [#5417](https://github.com/thanos-io/thanos/pull/5417) Ruler: Change default evaluation interval to 1 minute. ### Removed