From b08cbbb0642ef253993bb70ddab1c23b14c5162e Mon Sep 17 00:00:00 2001 From: Prem Saraswat Date: Fri, 28 May 2021 19:45:12 +0530 Subject: [PATCH 1/2] Add missing entries to CHANGELOG Signed-off-by: Prem Saraswat --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036e2a74ef..6fca2c5561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ We use _breaking :warning:_ to mark changes that are not backward compatible (re ### Added - [#4117](https://github.com/thanos-io/thanos/pull/4117) Mixin: new alert ThanosReceiveTrafficBelowThreshold to flag if the ingestion average of the last hour dips below 50% of the ingestion average for the last 12 hours. - [#4107](https://github.com/thanos-io/thanos/pull/4107) Store: `LabelNames` and `LabelValues` now support label matchers. +- [#3940](https://github.com/thanos-io/thanos/pull/3940) Sidecar: Added matchers support to `LabelValues` - [#4171](https://github.com/thanos-io/thanos/pull/4171) Docker: Busybox image updated to latest (1.33.1) - [#4175](https://github.com/thanos-io/thanos/pull/4175) Added Tag Configuration Support Lightstep Tracing - [#4176](https://github.com/thanos-io/thanos/pull/4176) Query API: Adds optional `Stats param` to return stats for query APIs @@ -24,7 +25,7 @@ We use _breaking :warning:_ to mark changes that are not backward compatible (re - [#3707](https://github.com/thanos-io/thanos/pull/3707) Tools: Added `--rewrite.to-relabel-config` to bucket rewrite tool to support series relabel from given blocks. ### Fixed -- +- [#4105](https://github.com/thanos-io/thanos/pull/4105) Tools: Add glob support for filepath in tools command ### Changed - [#4223](https://github.com/thanos-io/thanos/pull/4223) Query: federated exemplars API only add replica labels to series labels, not to exemplar labels. From cdf941874ca404973e9ba7e112fc3b539a23495a Mon Sep 17 00:00:00 2001 From: Prem Saraswat Date: Fri, 28 May 2021 19:51:43 +0530 Subject: [PATCH 2/2] Cut CHANGELOG for v0.21.0 Signed-off-by: Prem Saraswat --- CHANGELOG.md | 18 ++++++++++++++++-- VERSION | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fca2c5561..ce256defea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,21 @@ We use _breaking :warning:_ to mark changes that are not backward compatible (re ## Unreleased ### Added + +- + +### Fixed + +- + +### Changed + +- + +## [v0.21.0](https://github.com/thanos-io/thanos/releases/tag/v0.21.0) - 2021.05.28 + +### Added + - [#4117](https://github.com/thanos-io/thanos/pull/4117) Mixin: new alert ThanosReceiveTrafficBelowThreshold to flag if the ingestion average of the last hour dips below 50% of the ingestion average for the last 12 hours. - [#4107](https://github.com/thanos-io/thanos/pull/4107) Store: `LabelNames` and `LabelValues` now support label matchers. - [#3940](https://github.com/thanos-io/thanos/pull/3940) Sidecar: Added matchers support to `LabelValues` @@ -25,13 +40,12 @@ We use _breaking :warning:_ to mark changes that are not backward compatible (re - [#3707](https://github.com/thanos-io/thanos/pull/3707) Tools: Added `--rewrite.to-relabel-config` to bucket rewrite tool to support series relabel from given blocks. ### Fixed + - [#4105](https://github.com/thanos-io/thanos/pull/4105) Tools: Add glob support for filepath in tools command ### Changed - [#4223](https://github.com/thanos-io/thanos/pull/4223) Query: federated exemplars API only add replica labels to series labels, not to exemplar labels. -### Removed -- ## [v0.20.2](https://github.com/thanos-io/thanos/releases/tag/v0.20.2) - 2021.05.20 ### Fixed diff --git a/VERSION b/VERSION index b2b1c9d115..0062f3b93e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.0-dev +0.22.0-dev