|
1 | 1 | ## master / unreleased
|
2 | 2 |
|
| 3 | +## 0.2.0-rc.0 / 2019-08-29 |
| 4 | + |
| 5 | +This release has several exciting features, the most notable of them being setting `-ingester.spread-flushes` to potentially reduce your storage space by upto 50%. |
| 6 | + |
3 | 7 | * [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929:
|
4 | 8 | * `alertmanager.mesh.listen-address` is now `cluster.listen-address`
|
5 | 9 | * `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer`
|
6 | 10 | * `alertmanager.mesh.hardware-address`, `alertmanager.mesh.nickname`, `alertmanager.mesh.password`, and `alertmanager.mesh.peer.refresh-interval` all disappear.
|
| 11 | +* [CHANGE] --claim-on-rollout flag deprecated; feature is now always on #1566 |
7 | 12 | * [CHANGE] Retention period must now be a multiple of periodic table duration #1564
|
8 | 13 | * [CHANGE] The value for the name label for the chunks memcache in all `cortex_cache_` metrics is now `chunksmemcache` (before it was `memcache`) #1569
|
9 | 14 | * [FEATURE] Makes the ingester flush each timeseries at a specific point in the max-chunk-age cycle with `-ingester.spread-flushes`. This means multiple replicas of a chunk are very likely to contain the same contents which cuts chunk storage space by up to 66%. #1578
|
| 15 | +* [FEATURE] Make minimum number of chunk samples configurable per user #1620 |
10 | 16 | * [FEATURE] Honor HTTPS for custom S3 URLs #1603
|
11 | 17 | * [FEATURE] You can now point the query-frontend at a normal Prometheus for parallelisation and caching #1441
|
12 | 18 | * [FEATURE] You can now specify `http_config` on alert receivers #929
|
13 | 19 | * [FEATURE] Add option to use jump hashing to load balance requests to memcached #1554
|
14 | 20 | * [FEATURE] Add status page for HA tracker to distributors #1546
|
| 21 | +* [FEATURE] The distributor ring page is now easier to read with alternate rows grayed out #1621 |
15 | 22 |
|
16 | 23 | ## 0.1.0 / 2019-08-07
|
17 | 24 |
|
18 |
| -* [CHANGE] --claim-on-rollout flag deprecated; feature is now always on #1566 |
19 | 25 | * [CHANGE] HA Tracker flags were renamed to provide more clarity #1465
|
20 | 26 | * `distributor.accept-ha-labels` is now `distributor.ha-tracker.enable`
|
21 | 27 | * `distributor.accept-ha-samples` is now `distributor.ha-tracker.enable-for-all-users`
|
|
0 commit comments