From e4487274853c587717006eeda8804e597d120340 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 19 Jan 2021 22:48:10 +0100 Subject: [PATCH] Cut v2.24.1 Signed-off-by: beorn7 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed9aa19ed..711bd49188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.24.1 / 2021-01-20 + +* [ENHANCEMENT] Cache basic authentication results to significantly improve performance of HTTP endpoints (via an update of prometheus/exporter-toolkit). +* [BUGFIX] Prevent user enumeration by timing requests sent to authenticated HTTP endpoints (via an update of prometheus/exporter-toolkit). + ## 2.24.0 / 2021-01-06 * [FEATURE] Add TLS and basic authentication to HTTP endpoints. #8316 diff --git a/VERSION b/VERSION index ad2261920c..0f5dfbe876 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.24.0 +2.24.1