From 28481cec26ce486db207ca62165bb7cafa79df9d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 15 Mar 2022 09:15:15 -0700 Subject: [PATCH] Version 1.13.0 --- CHANGELOG | 13 +++++++++++++ CloudronManifest.json | 4 ++-- DESCRIPTION.md | 2 ++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fdd3010..8255c56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -181,3 +181,16 @@ * Update Prometheus to 2.33.5 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.5) +[1.13.0] +* Update Prometheus to 2.34.0 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.34.0) +* TSDB: Disable the chunk write queue by default and allow configuration with the experimental flag --storage.tsdb.head-chunks-write-queue-size. #10425 +* HTTP SD: Add a failure counter. #10372 +* Azure SD: Set Prometheus User-Agent on requests. #10209 +* Uyuni SD: Reduce the number of logins to Uyuni. #10072 +* Scrape: Log when an invalid media type is encountered during a scrape. #10186 +* Scrape: Accept application/openmetrics-text;version=1.0.0 in addition to version=0.0.1. #9431 +* Remote-read: Add an option to not use external labels as selectors for remote read. #10254 +* UI: Optimize the alerts page and add a search bar. #10142 +* UI: Improve graph colors that were hard to see. #10179 +* Config: Allow escaping of $ with $$ when using environment variables with external labels. #10129 diff --git a/CloudronManifest.json b/CloudronManifest.json index 19fe470..e89047f 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,6 +1,6 @@ { - "version": "1.12.0", - "upstreamVersion": "2.33.5", + "version": "1.13.0", + "upstreamVersion": "2.34.0", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Erik Tadevosyan", diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 373b22a..8dceef1 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,3 +1,5 @@ +## About + Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts when specified conditions are observed.