From 34820f54053d1e6213ea1ded5f8b307e28638c5a Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Wed, 25 May 2022 11:33:46 +0200 Subject: [PATCH] Update CHANGELOG for v2.36 Signed-off-by: Matthias Loibl --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f061dcbe..24cc5766f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 2.36.0-rc0 / 2022-05-25 + +This Prometheus release uses go 1.18 and needs at least go1.17 going forward. + +* [FEATURE] Add lowercase and uppercase relabel action. #10641 +* [FEATURE] SD: Add IONOS Cloud integration. #10514 +* [FEATURE] SD: Add Vultr integration. #10714 +* [FEATURE] SD: Add Linode SD failure count metric. #10673 +* [FEATURE] Add prometheus_ready metric. #10682 +* [ENHANCEMENT] Add stripDomain to template function. #10475 +* [ENHANCEMENT] UI: Enable active search through dropped targets. #10668 +* [ENHANCEMENT] promtool: support matchers when querying label values. #10727 +* [ENHANCEMENT] Add agent mode identifier. #9638 +* [BUGFIX] Changing TotalQueryableSamples from int to int64. #10549 +* [BUGFIX] tsdb/agent: Ignore duplicate exemplars. #10595 +* [BUGFIX] TSDB: Fix chunk overflow appending samples at a variable rate. #10607 +* [BUGFIX] Stop rule manager before TSDB is stopped. #10680 + ## 2.35.0 / 2022-04-21 This Prometheus release is built with go1.18, which contains two noticeable changes related to TLS: diff --git a/VERSION b/VERSION index aa5388f63..ca754a232 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.35.0 +2.36.0-rc0