From a8ac2e6c5a52f483eb6faf6cc2cb77c70ff6c21a Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Tue, 17 Mar 2020 10:37:23 +0800 Subject: [PATCH 1/2] Downsample: update changelog Signed-off-by: Xiang Dai <764524258@qq.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fba305299..64e830926d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ We use *breaking* word for marking changes that are not backward compatible (rel - [#2265](https://github.com/thanos-io/thanos/pull/2265) Compactor: Add `--wait-interval` to specify compaction wait interval between consecutive compact runs when `--wait` enabled. +### Changed + +- [#2090](https://github.com/thanos-io/thanos/issues/2090) *breaking* Downsample: `Downsample` has moved as `thanos bucket` sub-command, can not call by `thanos downsample` any more. + ## [v0.11.0](https://github.com/thanos-io/thanos/releases/tag/v0.11.0) - 2020.03.02 ### Fixed From e25df1105b580909994eb5bdd536704fd71701b8 Mon Sep 17 00:00:00 2001 From: Xiang Dai <764524258@qq.com> Date: Tue, 17 Mar 2020 18:23:55 +0800 Subject: [PATCH 2/2] feedback Signed-off-by: Xiang Dai <764524258@qq.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e830926d..884c316a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ We use *breaking* word for marking changes that are not backward compatible (rel ### Changed -- [#2090](https://github.com/thanos-io/thanos/issues/2090) *breaking* Downsample: `Downsample` has moved as `thanos bucket` sub-command, can not call by `thanos downsample` any more. +- [#2090](https://github.com/thanos-io/thanos/issues/2090) *breaking* Downsample command: the `downsample` command has moved as the `thanos bucket` sub-command, and cannot be called via `thanos downsample` any more. ## [v0.11.0](https://github.com/thanos-io/thanos/releases/tag/v0.11.0) - 2020.03.02