From f3e7921595ab72b82081b3591953a01ec2b5b2e1 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 17 Feb 2021 12:04:12 +0100 Subject: [PATCH 1/2] Release 2.25.0 Signed-off-by: Julien Pivotto --- CHANGELOG.md | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6739f7358..fb035a12cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.25.0-rc.0 / 2021-02-12 +## 2.25.0 / 2021-02-17 This release includes a new `--enable-feature=` flag that enables experimental features. Such features might be changed or removed in the future. @@ -20,6 +20,7 @@ Alertmanager API v2 was released in Alertmanager v0.16.0 (released in January * [ENHANCEMENT] TSDB: Reload blocks every minute, to detect new blocks and enforce retention more often. #8343 * [BUGFIX] API: Fix global URL when external address has no port. #8359 * [BUGFIX] Backfill: Fix error message handling. #8432 +* [BUGFIX] Backfill: Fix "add sample: out of bounds" error when series span an entire block. #8476 * [BUGFIX] Deprecate unused flag --alertmanager.timeout. #8407 * [BUGFIX] Mixins: Support remote-write metrics renamed in v2.23 in alerts. #8423 * [BUGFIX] Remote: Fix garbage collection of dropped series in remote write. #8387 diff --git a/VERSION b/VERSION index 0257f1b3f7..5c18f9195b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.25.0-rc.0 +2.25.0 From c2410d4147f003fb1d416c0e39f83fc3d05f6ab8 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Wed, 17 Feb 2021 12:49:09 +0100 Subject: [PATCH 2/2] docs: fix typo in disabled feature link Signed-off-by: Julien Pivotto --- docs/disabled_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/disabled_features.md b/docs/disabled_features.md index 7c1c6e09e8..ec6363451b 100644 --- a/docs/disabled_features.md +++ b/docs/disabled_features.md @@ -16,7 +16,7 @@ They may be enabled by default in future versions. `--enable-feature=promql-at-modifier` The `@` modifier lets you specify the evaluation time for instant vector selectors, -range vector selectors, and subqueries. More details can be found [here](querying/basics.md#-modifier). +range vector selectors, and subqueries. More details can be found [here](querying/basics.md#modifier). ## Remote Write Receiver