From 910d43865ee4ea44a4346284048c21d0d32230f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20P=C5=82otka?= Date: Tue, 12 Mar 2019 16:58:14 +0000 Subject: [PATCH] Updated changelog to make sure the important change with index-cache-size is known. (#913) Signed-off-by: Bartek Plotka --- .circleci/config.yml | 4 ++-- CHANGELOG.md | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3fc9bfc2bf..9fd45ea5d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ jobs: publish_master: docker: # Available from https://hub.docker.com/r/circleci/golang/ - - image: circleci/golang:1.10 + - image: circleci/golang:1.12 working_directory: /go/src/github.com/improbable-eng/thanos steps: - checkout @@ -76,7 +76,7 @@ jobs: publish_release: docker: # Available from https://hub.docker.com/r/circleci/golang/ - - image: circleci/golang:1.10 + - image: circleci/golang:1.12 working_directory: /go/src/github.com/improbable-eng/thanos steps: - checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8a52ddd4..0a3f3b5c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,18 @@ We use *breaking* word for marking changes that are not backward compatible (rel ## Unreleased +### Added +- [#811](https://github.com/improbable-eng/thanos/pull/811) Remote write receiver + ## [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. +- [#873](https://github.com/improbable-eng/thanos/pull/873) Store: fix set index cache LRU + +:warning: **WARING** :warning: #873 fix fixes actual handling of `index-cache-size`. Handling of limit for this cache was +broken so it was unbounded all the time. From this release actual value matters and is extremely low by default. To "revert" +the old behaviour (no boundary), use a large enough value. ### Fixed - [#833](https://github.com/improbable-eng/thanos/issues/833) Store Gateway matcher regression for intersecting with empty posting.