Skip to content

Commit

Permalink
Cut 1.5.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed Nov 12, 2020
1 parent abc79da commit f478db3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion cortex/images.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f478db3

Please sign in to comment.