From 594298ab8471ac19768bad841e12a7606605080b Mon Sep 17 00:00:00 2001 From: Kartikay Date: Sat, 20 Jan 2024 03:11:34 +0530 Subject: [PATCH] added changelog Signed-off-by: Kartikay --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76137ab4de..1e888c4904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#6887](https://github.com/thanos-io/thanos/pull/6887) Query Frontend: *breaking :warning:* Add tenant label to relevant exported metrics. Note that this change may cause some pre-existing custom dashboard queries to be incorrect due to the added label. - [#7028](https://github.com/thanos-io/thanos/pull/7028) Query|Query Frontend: Add new `--query-frontend.enable-x-functions` flag to enable experimental extended functions. - [#6884](https://github.com/thanos-io/thanos/pull/6884) Tools: Add upload-block command to upload blocks to object storage. +- [#7080](https://github.com/thanos-io/thanos/pull/7080) Rule: Added a new flag for max-source-resolution. ### Changed