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` |