Merge pull request #8599 from prometheus/release-2.25

Merge back release 2.25
This commit is contained in:
Julien Pivotto 2021-03-15 20:41:51 +01:00 committed by GitHub
commit 2713bddc2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 2.25.1 / 2021-03-14
* [BUGFIX] Fix a crash in `promtool` when a subquery with default resolution is used. #8569
* [BUGFIX] Fix a bug that could return duplicate datapoints in queries. #8591
* [BUGFIX] Fix crashes with arm64 when compiled with go1.16. #8593
## 2.25.0 / 2021-02-17
This release includes a new `--enable-feature=` flag that enables

View file

@ -1 +1 @@
2.25.0
2.25.1