From 8c49344fea90b7838dde3b99078bc396bfae8901 Mon Sep 17 00:00:00 2001 From: Saswata Mukherjee Date: Mon, 18 Nov 2024 09:42:38 +0000 Subject: [PATCH] Changelog: Mark v0.37 release in progress (#7920) Signed-off-by: Saswata Mukherjee --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c06fd391ce..f89c47c855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Fixed +### Added + +### Changed + +### Removed + +## [v0.37.0 - ](https://github.com/thanos-io/thanos/tree/release-0.37) + +### Fixed + - [#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. diff --git a/VERSION b/VERSION index 8aa7336bf0..c05b0f0786 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.37.0-dev +0.38.0-dev