From c4bcb378c41278f5e1de79438b50e437eb859ec6 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 15 May 2023 07:02:48 +0200 Subject: [PATCH] Version 1.22.0 --- CHANGELOG.md | 13 +++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d32f2e..a307ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -317,4 +317,17 @@ * Update Prometheus to 2.43.1 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.43.1) +[1.22.0] +* Update Prometheus to 2.44.0 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.44.0) +* [CHANGE] Remote-write: Raise default samples per send to 2,000. #12203 +* [FEATURE] Remote-read: Handle native histograms. #12085, #12192 +* [FEATURE] Promtool: Health and readiness check of prometheus server in CLI. #12096 +* [FEATURE] PromQL: Add query_samples_total metric, the total number of samples loaded by all queries. #12251 +* [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples. #12326 +* [ENHANCEMENT] Scrape: Reduce memory allocations on target labels. #12084 +* [ENHANCEMENT] PromQL: Use faster heap method for topk() / bottomk(). #12190 +* [ENHANCEMENT] Rules API: Allow filtering by rule name. #12270 +* [ENHANCEMENT] Native Histograms: Various fixes and improvements. #11687, #12264, #12272 +* [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive. #12207 diff --git a/CloudronManifest.json b/CloudronManifest.json index 9b6bb11..700e2cd 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "1.21.1", - "upstreamVersion": "2.43.1", + "version": "1.22.0", + "upstreamVersion": "2.44.0", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Prometheus Developers",