From 4a97941751d0402f9776ced0a896faf84eb7773f Mon Sep 17 00:00:00 2001 From: Bartlomiej Plotka Date: Thu, 23 Jan 2020 17:47:13 +0100 Subject: [PATCH] Cut release 0.10.1 Signed-off-by: Bartlomiej Plotka --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c74dbcc78..f2133ce0fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan We use *breaking* word for marking changes that are not backward compatible (relates only to v0.y.z releases.) +## [v0.10.1](https://github.com/thanos-io/thanos/releases/tag/v0.10.1) - 2020.01.23 + +### Fixed + +- [#2015](https://github.com/thanos-io/thanos/pull/2015) Sidecar: Querier /api/v1/series bug fixed when time range was ignored inside sidecar. +The bug was noticeable for example when using Grafana template variables. + ## [v0.10.0](https://github.com/thanos-io/thanos/releases/tag/v0.10.0) - 2020.01.13 ### Fixed diff --git a/VERSION b/VERSION index 78bc1abd14..71172b43ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +0.10.1 \ No newline at end of file