From f478db34e36abccf43b385a733c44f3b5ed8818a Mon Sep 17 00:00:00 2001 From: Marco Pracucci Date: Thu, 12 Nov 2020 09:24:56 +0100 Subject: [PATCH] Cut 1.5.0 release Signed-off-by: Marco Pracucci --- CHANGELOG.md | 2 ++ cortex/images.libsonnet | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc64d6c..31cfd1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master / unreleased +## 1.5.0 / 2020-11-12 + * [CHANGE] Add the default preset 'extra_small_user' and reference it in the CLI flags. This will raise the limits of the 'small_user' preset to the defaults for `ingester.max-samples-per-query` and `ingester.max-series-per-query`. #200 * [CHANGE] Removed the config option `$._config.ingester.statefulset_replicas` which was used only when running Cortex chunks storage with WAL enabled. To configure the number of ingester replicas you should now use the following: #210 ``` diff --git a/cortex/images.libsonnet b/cortex/images.libsonnet index c02f51b2..64b2f6e3 100644 --- a/cortex/images.libsonnet +++ b/cortex/images.libsonnet @@ -5,7 +5,7 @@ memcachedExporter: 'prom/memcached-exporter:v0.6.0', // Our services. - cortex: 'cortexproject/cortex:v1.4.0', + cortex: 'cortexproject/cortex:v1.5.0', alertmanager: self.cortex, distributor: self.cortex,