Skip to content

Commit 323d11b

Browse files
committed
Cut release candidate 0.3.0-rc.0
With CHANGELOG updates. Signed-off-by: Bryan Boreham <[email protected]>
1 parent 857bb84 commit 323d11b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3-
* [CHANGE] In table-manager, default DynamoDB capacity was reduced from 3,000 units to 1,000 units. We recommend you do not run with the defaults: find out what figures are needed for your environment and set that via `-dynamodb.periodic-table.write-throughput` and `-dynamodb.chunk-table.write-throughput`.
3+
## 0.3.0-rc.0 / 2019-10-07
4+
5+
This release adds support for Redis as an alternative to Memcached, and also includes many optimisations which reduce CPU and memory usage.
6+
7+
* [CHANGE] Gauge metrics were renamed to drop the `_total` suffix. #1685
8+
* In Alertmanager, `alertmanager_configs_total` is now `alertmanager_configs`
9+
* In Ruler, `scheduler_configs_total` is now `scheduler_configs`
10+
* `scheduler_groups_total` is now `scheduler_groups`.
411
* [CHANGE] `--alertmanager.configs.auto-slack-root` flag was dropped as auto Slack root is not supported anymore. #1597
12+
* [CHANGE] In table-manager, default DynamoDB capacity was reduced from 3,000 units to 1,000 units. We recommend you do not run with the defaults: find out what figures are needed for your environment and set that via `-dynamodb.periodic-table.write-throughput` and `-dynamodb.chunk-table.write-throughput`.
513
* [FEATURE] Add Redis support for caching #1612
14+
* [FEATURE] Allow spreading chunk writes across multiple S3 buckets #1625
615
* [ENHANCEMENT] Upgraded Prometheus to 2.12.0 and Alertmanager to 0.19.0. #1597
16+
* [ENHANCEMENT] Cortex is now built with Go 1.13 #1675, #1676, #1679
17+
* [ENHANCEMENT] Many optimisations, mostly impacting ingester and querier: #1574, #1624, #1638, #1644, #1649, #1654, #1702
18+
19+
Full list of changes: https://github.com/cortexproject/cortex/compare/v0.2.0...v0.3.0-rc.0
720

821

922
## 0.2.0 / 2019-09-05

VERSION

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

0 commit comments

Comments
 (0)