From e155196618a3246c0303fea8c02761ffc5f61f76 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Fri, 2 Aug 2024 14:55:26 +0200 Subject: [PATCH] Merge release 0.36 to main (#7588) * CHANGELOG: Mark 0.36 as in progress Signed-off-by: Michael Hoffmann * Cut release candidate v0.36.0-rc.0 (#7490) Signed-off-by: Michael Hoffmann * Cut release candidate 0.36.0 rc.1 (#7510) * *: fix server grpc histograms (#7493) Signed-off-by: Michael Hoffmann * Close endpoints after the gRPC server has terminated (#7509) Endpoints are currently closed as soon as we receive a SIGTERM or SIGINT. This causes in-flight queries to get cancelled since outgoing connections get closed instantly. This commit moves the endpoints.Close call after the grpc server shutdown to make sure connections are available as long as the server is running. Signed-off-by: Filip Petkovski * Cut release candidate v0.36.0-rc.1 Signed-off-by: Michael Hoffmann --------- Signed-off-by: Michael Hoffmann Signed-off-by: Filip Petkovski Co-authored-by: Filip Petkovski * Cut release v0.36.0 (#7578) Signed-off-by: Michael Hoffmann --------- Signed-off-by: Michael Hoffmann Signed-off-by: Filip Petkovski Co-authored-by: Filip Petkovski --- CHANGELOG.md | 16 +++++++++++++++- docs/release-process.md | 2 ++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f4b16299..adfa54b03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,25 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ### Fixed -- [#7493](https://github.com/thanos-io/thanos/pull/7493) *: fix server grpc histograms * [#7511](https://github.com/thanos-io/thanos/pull/7511) Query Frontend: fix doubled gzip compression for response body. ### Added +### Changed + +### Removed + +## [v0.36.0](https://github.com/thanos-io/thanos/tree/release-0.36) + +### Fixed + +- [#7326](https://github.com/thanos-io/thanos/pull/7326) Query: fixing exemplars proxy when querying stores with multiple tenants. +- [#7403](https://github.com/thanos-io/thanos/pull/7403) Sidecar: fix startup sequence +- [#7484](https://github.com/thanos-io/thanos/pull/7484) Proxy: fix panic in lazy response set +- [#7493](https://github.com/thanos-io/thanos/pull/7493) *: fix server grpc histograms + +### Added + - [#7560](https://github.com/thanos-io/thanos/pull/7560) Query: Added the possibility of filtering rules by rule_name, rule_group or file to HTTP api. ### Changed diff --git a/docs/release-process.md b/docs/release-process.md index 6aff7b50a0..7fba14d509 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -23,6 +23,8 @@ Release shepherd responsibilities: | Release | Time of first RC | Shepherd (GitHub handle) | |---------|------------------|-------------------------------| +| v0.36.0 | 2024.06.26 | `@MichaHoffmann` | +| v0.35.0 | 2024.04.09 | `@saswatamcode` | | v0.34.0 | 2024.01.14 | `@MichaHoffmann` | | v0.33.0 | 2023.10.24 | `@MichaHoffmann` | | v0.32.0 | 2023.08.23 | `@saswatamcode` |