From 4c90118361d562f0272a29581ae37fa652d62975 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Sun, 22 Sep 2024 17:53:41 +0100 Subject: [PATCH] Remove CHANGELOG duplicate line Signed-off-by: Bryan Boreham #14402 is the issue and #14403 is the fix. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53406c328..7fbdadfa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,6 @@ As is traditional with a beta release, we do **not** recommend users install 3.0 * [CHANGE] Agent mode has been promoted to stable. The feature flag `agent` has been removed. To run Prometheus in Agent mode, use the new `--agent` cmdline arg instead. #14747 * [CHANGE] Remove deprecated `remote-write-receiver`,`promql-at-modifier`, and `promql-negative-offset` feature flags. #13456, #14526 * [CHANGE] Remove deprecated `storage.tsdb.allow-overlapping-blocks`, `alertmanager.timeout`, and `storage.tsdb.retention` flags. #14640, #14643 -* [FEATURE] Promtool: Allow additional labels to be added to blocks created from openmetrics. #14402 * [ENHANCEMENT] Move AM discovery page from "Monitoring status" to "Server status". #14875 * [BUGFIX] Scrape: Do not override target parameter labels with config params. #11029