Skip to content

Commit e55b0be

Browse files
author
Julien Pivotto
authored
Release 2.21.0-rc.1 (prometheus#7868)
Add missing items in the changelog Signed-off-by: Julien Pivotto <[email protected]>
1 parent 088fcc9 commit e55b0be

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## 2.21.0-rc.0 / 2020-08-27
1+
## 2.21.0-rc.1 / 2020-09-08
22

33
This release is built with Go 1.15, which deprecates [X.509
44
CommonName](https://golang.org/doc/go1.15#commonname) in TLS certificates
55
validation.
66

7+
In the unlikely case that you use the gRPC API v2 (which is limited to TSDB
8+
admin commands), please note that we will remove this experimental API in the
9+
next minor release 2.22.
10+
711
* [CHANGE] Disable HTTP2 because of concerns with the Go HTTP/2 client. #7588 #7701
812
* [CHANGE] PromQL: `query_log_file` path is now relative to the config file. #7701
913
* [CHANGE] Promtool: Replace the tsdb command line tool by a promtool tsdb subcommand. #6088
@@ -17,8 +21,12 @@ validation.
1721
* [ENHANCEMENT] Docker Swarm SD: Support tasks and service without published ports. #7686
1822
* [ENHANCEMENT] PromQL: Reduce the amount of data queried by remote read when a subquery has an offset. #7667
1923
* [ENHANCEMENT] Promtool: Add `--time` option to query instant command. #7829
20-
* [ENHANCEMENT] UI: Move "remove graph" closer to query area. #5990
24+
* [ENHANCEMENT] UI: Respect the `--web.page-title` parameter in the React UI. #7607
25+
* [ENHANCEMENT] UI: Add duration, labels, annotations to alerts page in the React UI. #7605
26+
* [ENHANCEMENT] UI: Add duration on the React UI rules page, hide annotation and labels if empty. #7606
27+
* [BUGFIX] API: Deduplicate series in /api/v1/series. #7862
2128
* [BUGFIX] PromQL: Drop metric name in bool comparison between two instant vectors. #7819
29+
* [BUGFIX] PromQL: Exit with an error when time parameters can't be parsed. #7505
2230
* [BUGFIX] Rules: Detect extra fields in rule files. #7767
2331
* [BUGFIX] Rules: Disallow overwriting the metric name in the `labels` section of recording rules. #7787
2432
* [BUGFIX] Rules: Keep evaluation timestamp across reloads. #7775

VERSION

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

0 commit comments

Comments
 (0)