From 4b7320c0e45e3f48a437bd19294f569785bafb02 Mon Sep 17 00:00:00 2001 From: Ludwik <33523060+improbable-ludwik@users.noreply.github.com> Date: Mon, 4 Mar 2019 14:48:05 +0000 Subject: [PATCH] release updates (#881) --- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec71a45830..3f8a52ddd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,17 @@ We use *breaking* word for marking changes that are not backward compatible (rel ## Unreleased +## [v0.3.2](https://github.com/improbable-eng/thanos/releases/tag/v0.3.2) - 2019.03.04 + +### Added +- [#851](https://github.com/improbable-eng/thanos/pull/851) New read API endpoint for api/v1/rules and api/v1/alerts. +- [#873](https://github.com/improbable-eng/thanos/pull/873) Store: fix set index cache LRU. + ### Fixed - [#833](https://github.com/improbable-eng/thanos/issues/833) Store Gateway matcher regression for intersecting with empty posting. +- [#867](https://github.com/improbable-eng/thanos/pull/867) Fixed race condition in sidecare between reloader and shipper. -## [v0.3.1](https://github.com/improbable-eng/thanos/releases/tag/v0.3.0) - 2019.02.18 +## [v0.3.1](https://github.com/improbable-eng/thanos/releases/tag/v0.3.1) - 2019.02.18 ### Fixed - [#829](https://github.com/improbable-eng/thanos/issues/829) Store Gateway crashing due to `slice bounds out of range`. diff --git a/VERSION b/VERSION index 0cb66a557e..9fc80f937f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1-master +0.3.2 \ No newline at end of file