Version 1.10.1
This commit is contained in:
parent
a37d91dad2
commit
bdc99e5e92
3 changed files with 6 additions and 2 deletions
|
@ -152,3 +152,7 @@
|
||||||
[1.10.0]
|
[1.10.0]
|
||||||
* Update Prometheus to 2.32.0
|
* Update Prometheus to 2.32.0
|
||||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.32.0)
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.32.0)
|
||||||
|
|
||||||
|
[1.10.1]
|
||||||
|
* Update Prometheus to 2.32.1
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.32.1)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.10.0",
|
"version": "1.10.1",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Prometheus <upstream>2.32.0</upstream>
|
This app packages Prometheus <upstream>2.32.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
|
||||||
|
|
Loading…
Reference in a new issue