Skip to content

Commit 3951361

Browse files
authored
Cut 0.2.0-rc.0 (#1623)
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 68603f1 commit 3951361

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
## master / unreleased
22

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+
37
* [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929:
48
* `alertmanager.mesh.listen-address` is now `cluster.listen-address`
59
* `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer`
610
* `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
712
* [CHANGE] Retention period must now be a multiple of periodic table duration #1564
813
* [CHANGE] The value for the name label for the chunks memcache in all `cortex_cache_` metrics is now `chunksmemcache` (before it was `memcache`) #1569
914
* [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
1016
* [FEATURE] Honor HTTPS for custom S3 URLs #1603
1117
* [FEATURE] You can now point the query-frontend at a normal Prometheus for parallelisation and caching #1441
1218
* [FEATURE] You can now specify `http_config` on alert receivers #929
1319
* [FEATURE] Add option to use jump hashing to load balance requests to memcached #1554
1420
* [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
1522

1623
## 0.1.0 / 2019-08-07
1724

18-
* [CHANGE] --claim-on-rollout flag deprecated; feature is now always on #1566
1925
* [CHANGE] HA Tracker flags were renamed to provide more clarity #1465
2026
* `distributor.accept-ha-labels` is now `distributor.ha-tracker.enable`
2127
* `distributor.accept-ha-samples` is now `distributor.ha-tracker.enable-for-all-users`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.2.0-rc.0

0 commit comments

Comments
 (0)