Skip to content

Commit 373cefb

Browse files
authored
Update the changelog to reflect recent PRs (#1605)
Making my life as a release shepherd easy. Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
1 parent 8533a21 commit 373cefb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
## master / unreleased
22

3-
* [FEATURE] You can now specify `http_config` on alert receivers #929
43
* [CHANGE] Flags changed due to changes upstream in Prometheus Alertmanager #929:
54
* `alertmanager.mesh.listen-address` is now `cluster.listen-address`
65
* `alertmanager.mesh.peer.host` and `alertmanager.mesh.peer.service` can be replaced by `cluster.peer`
76
* `alertmanager.mesh.hardware-address`, `alertmanager.mesh.nickname`, `alertmanager.mesh.password`, and `alertmanager.mesh.peer.refresh-interval` all disappear.
8-
* [CHANGE] Retention period should now be a multiple of periodic table duration #1564
7+
* [CHANGE] Retention period must now be a multiple of periodic table duration #1564
8+
* [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+
* [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
10+
* [FEATURE] Honor HTTPS for custom S3 URLs #1603
11+
* [FEATURE] You can now point the query-frontend at a normal Prometheus for parallelisation and caching #1441
12+
* [FEATURE] You can now specify `http_config` on alert receivers #929
913
* [FEATURE] Add option to use jump hashing to load balance requests to memcached #1554
1014
* [FEATURE] Add status page for HA tracker to distributors #1546
1115

0 commit comments

Comments
 (0)