From 2392fde4bd4f6b75af8a332d8df791c14ee44817 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 5 May 2023 09:24:01 +0200 Subject: [PATCH] Version 1.21.1 --- CHANGELOG.md | 11 ++++++++--- CloudronManifest.json | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aad70b9..8d32f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -250,9 +250,9 @@ * [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 +* 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 @@ -313,3 +313,8 @@ * Update Prometheus to 2.43.0 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.43.0) +[1.21.1] +* Update Prometheus to 2.43.1 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.43.1) + + diff --git a/CloudronManifest.json b/CloudronManifest.json index ee0c4d4..9b6bb11 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,9 +1,9 @@ { - "version": "1.21.0", - "upstreamVersion": "2.43.0", + "version": "1.21.1", + "upstreamVersion": "2.43.1", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", - "author": "Erik Tadevosyan", + "author": "Prometheus Developers", "description": "file://DESCRIPTION.md", "tagline": "From metrics to insight", "healthCheckPath": "/",