From 335562dbfe5d2931e430e6dc5f75a44208cd74d3 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 5 Jul 2022 13:10:55 +0200 Subject: [PATCH] Cut v2.37.0-rc.0 (#10971) * Cut v2.37.0-rc.0 Signed-off-by: Julien Pivotto --- CHANGELOG.md | 22 +++++++++++++++++++++- VERSION | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e6c024cc..3d9dd46e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,32 @@ # Changelog +## 2.37.0-rc.0 / 2022-07-05 + +Following data loss by users due to lack of unified buffer cache in OpenBSD, we +will no longer release Prometheus upstream for OpenBSD until a proper solution is +found. #8799 + +* [FEATURE] Nomad SD: New service discovery for Nomad built-in service discovery. #10915 +* [ENHANCEMENT] Kubernetes SD: Allow attaching node labels for endpoint role. #10759 +* [ENHANCEMENT] PromQL: Optimise creation of signature with/without labels. #10667 +* [ENHANCEMENT] TSDB: Memory optimizations. #10873 #10874 +* [ENHANCEMENT] TSDB: Reduce sleep time when reading WAL. #10859 #10878 +* [BUGFIX] Alerting: Fix Alertmanager targets not being updated when alerts were queued. #10948 +* [BUGFIX] Hetzner SD: Make authentication files relative to Prometheus config file. #10813 +* [BUGFIX] Promtool: Fix `promtool check config` not erroring properly on failures. #10952 +* [BUGFIX] Scrape: Keep relabeled scrape interval and timeout on reloads. #10916 +* [BUGFIX] TSDB: Don't increment `prometheus_tsdb_compactions_failed_total` when context is canceled. #10772 +* [BUGFIX] TSDB: Fix panic if series is not found when deleting series. #10907 +* [BUGFIX] TSDB: Increase `prometheus_tsdb_mmap_chunk_corruptions_total` on out of sequence errors. #10406 +* [BUGFIX] Uyuni SD: Make authentication files relative to Prometheus configuration file and fix default configuration values. #10813 + ## 2.36.2 / 2022-06-20 * [BUGFIX] Fix serving of static assets like fonts and favicon. #10888 ## 2.36.1 / 2022-06-09 -* [BUGFIX] promtool: Add --lint-fatal option #10840 +* [BUGFIX] promtool: Add --lint-fatal option. #10840 ## 2.36.0 / 2022-05-30 diff --git a/VERSION b/VERSION index 38bcf609c..1dadcdca6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.36.2 +2.37.0-rc.0