Skip to content

Commit 24f19f0

Browse files
authored
*: cut 2.7.0-rc.0 (prometheus#5114)
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 4068968 commit 24f19f0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.7.0-rc.0 / 2019-01-18
2+
3+
This release adds experimental support for disk size based retention. To accomodate that we are deprecating the flag `storage.tsdb.retention` in favour of `storage.tsdb.retention.time`. We print a warning if the flag is in use, but it will function without breaking until Prometheus 3.0.
4+
5+
* [FEATURE] Add subqueries to PromQL. #4831
6+
* [FEATURE] [EXPERIMENTAL] Add support for disk size based retention. Note that we don't consider the WAL size which could be significant and the time based retention policy also applies. #5109 prometheus/tsdb#343
7+
* [FEATURE] Add CORS origin flag. #5011
8+
* [ENHANCEMENT] Consul SD: Add tagged address to the discovery metadata. #5001
9+
* [ENHANCEMENT] Kubernetes SD: Add service external IP and external name to the discovery metadata. #4940
10+
* [ENHANCEMENT] Azure SD: Add support for Managed Identity authentication. #4590
11+
* [ENHANCEMENT] Azure SD: Add tenant and subscription IDs to the discovery metadata. #4969
12+
* [ENHANCEMENT] OpenStack SD: Add support for application credentials based authentication. #4968
13+
* [ENHANCEMENT] Add metric for number of rule groups loaded. #5090
14+
* [BUGFIX] Avoid duplicate tests for alert unit tests. #4964
15+
* [BUGFIX] Don't depend on given order when comparing samples in alert unit testing. #5049
16+
* [BUGFIX] Make sure the retention period doesn't overflow. #5112
17+
* [BUGFIX] Make sure the blocks don't get very large. #5112
18+
* [BUGFIX] Don't generate blocks with no samples. prometheus/tsdb#374
19+
* [BUGFIX] Reintroduce metric for WAL corruptions. prometheus/tsdb#473
20+
121
## 2.6.1 / 2019-01-15
222

323
* [BUGFIX] Azure SD: Fix discovery getting stuck sometimes. #5088

VERSION

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

0 commit comments

Comments
 (0)