From 0c50f949501f3c8d80507682ee52dc74ff1870f7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 5 Oct 2022 08:36:07 +0200 Subject: [PATCH] Version 1.17.0 --- CHANGELOG | 14 ++++++++++++++ CloudronManifest.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cbdb6b8..70e65ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -244,3 +244,17 @@ * DNS SD: Support MX records for discovering targets. #10099 * Templates: Add toTime() template function that allows converting sample timestamps to Go time.Time values. #10993 * PromQL: When a query panics, also log the query itself alongside the panic message. #10995 + +[1.17.0] +* Update Prometheus to 2.39.0 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.39.0) +* experimental TSDB: Add support for ingesting out-of-order samples. This is configured via out_of_order_time_window field in the config file; check config file docs for more info. #11075 +* API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing GET support. #11160 +* PuppetDB SD: Add __meta_puppetdb_query label. #11238 +* AWS EC2 SD: Add __meta_ec2_region label. #11326 +* AWS Lightsail SD: Add __meta_lightsail_region label. #11326 +* Scrape: Optimise relabeling by re-using memory. #11147 +* TSDB: Improve WAL replay timings. #10973 #11307 #11319 +* TSDB: Optimise memory by not storing unnecessary data in the memory. #11280 #11288 #11296 +* TSDB: Allow overlapping blocks by default. --storage.tsdb.allow-overlapping-blocks now has no effect. #11331 +* UI: Click to copy label-value pair from query result to clipboard. #11229 diff --git a/CloudronManifest.json b/CloudronManifest.json index cdafd8d..a5e2ae2 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "1.16.0", - "upstreamVersion": "2.38.0", + "version": "1.17.0", + "upstreamVersion": "2.39.0", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Erik Tadevosyan",