Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit f478db3

Browse files
committed
Cut 1.5.0 release
Signed-off-by: Marco Pracucci <[email protected]>
1 parent abc79da commit f478db3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master / unreleased
44

5+
## 1.5.0 / 2020-11-12
6+
57
* [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
68
* [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
79
```

cortex/images.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
memcachedExporter: 'prom/memcached-exporter:v0.6.0',
66

77
// Our services.
8-
cortex: 'cortexproject/cortex:v1.4.0',
8+
cortex: 'cortexproject/cortex:v1.5.0',
99

1010
alertmanager: self.cortex,
1111
distributor: self.cortex,

0 commit comments

Comments
 (0)