From 846d637bad0105837bf10bf7b992bde60d75e3b9 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 9 Aug 2024 14:51:35 +0200 Subject: [PATCH] Update CHANGELOG.md after #7614 Signed-off-by: Simon Pasquier --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d170608828..f4533cd220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re * [#7511](https://github.com/thanos-io/thanos/pull/7511) Query Frontend: fix doubled gzip compression for response body. * [#7592](https://github.com/thanos-io/thanos/pull/7592) Ruler: Only increment `thanos_rule_evaluation_with_warnings_total` metric for non PromQL warnings. +* [#7614](https://github.com/thanos-io/thanos/pull/7614) *: fix debug log formatting. ### Added * [7609](https://github.com/thanos-io/thanos/pull/7609) API: Add limit param to metadata APIs (series, label names, label values).