Version 1.12.0
This commit is contained in:
parent
992c288b93
commit
4c8e6b318c
3 changed files with 7 additions and 4 deletions
|
@ -177,3 +177,7 @@
|
|||
* Update Prometheus to 2.33.4
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.4)
|
||||
|
||||
[1.12.0]
|
||||
* Update Prometheus to 2.33.5
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.5)
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"version": "1.11.4",
|
||||
"version": "1.12.0",
|
||||
"upstreamVersion": "2.33.5",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Erik Tadevosyan",
|
||||
|
@ -20,7 +21,7 @@
|
|||
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
|
||||
"changelog": "file://CHANGELOG",
|
||||
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
|
||||
"minBoxVersion": "6.0.0",
|
||||
"minBoxVersion": "7.1.0",
|
||||
"forumUrl": "https://forum.cloudron.io/category/112/prometheus",
|
||||
"mediaLinks": [
|
||||
"https://screenshots.cloudron.io/io.prometheus.cloudronapp/1.png",
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
This app packages Prometheus <upstream>2.33.4</upstream>
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue