Version 1.9.6

This commit is contained in:
Girish Ramakrishnan 2021-11-05 16:32:59 -07:00
parent 0b75472e6a
commit 2caf79c441
3 changed files with 8 additions and 2 deletions

View file

@ -139,3 +139,9 @@
* [BUGFIX] Scrape: Restart scrape loops when __scrape_interval__ is changed. #9551 * [BUGFIX] Scrape: Restart scrape loops when __scrape_interval__ is changed. #9551
* [BUGFIX] TSDB: Fix memory leak in samples deletion. #9151 * [BUGFIX] TSDB: Fix memory leak in samples deletion. #9151
* [BUGFIX] UI: Use consistent margin-bottom for all alert kinds. #9318 * [BUGFIX] UI: Use consistent margin-bottom for all alert kinds. #9318
[1.9.6]
* Update Prometheus to 2.31.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.31.1)
* Fix a panic when the experimental discovery manager receive targets during a reload

View file

@ -1,5 +1,5 @@
{ {
"version": "1.9.5", "version": "1.9.6",
"id": "io.prometheus.cloudronapp", "id": "io.prometheus.cloudronapp",
"title": "Prometheus Server", "title": "Prometheus Server",
"author": "Erik Tadevosyan", "author": "Erik Tadevosyan",

View file

@ -1,4 +1,4 @@
This app packages Prometheus <upstream>2.31.0</upstream> This app packages Prometheus <upstream>2.31.1</upstream>
Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. 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 It collects metrics from configured targets at given intervals, evaluates rule expressions, displays