Version 1.12.0

This commit is contained in:
Girish Ramakrishnan 2022-03-08 09:37:45 -08:00
parent 992c288b93
commit 4c8e6b318c
3 changed files with 7 additions and 4 deletions

View file

@ -177,3 +177,7 @@
* Update Prometheus to 2.33.4 * Update Prometheus to 2.33.4
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.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)

View file

@ -1,5 +1,6 @@
{ {
"version": "1.11.4", "version": "1.12.0",
"upstreamVersion": "2.33.5",
"id": "io.prometheus.cloudronapp", "id": "io.prometheus.cloudronapp",
"title": "Prometheus Server", "title": "Prometheus Server",
"author": "Erik Tadevosyan", "author": "Erik Tadevosyan",
@ -20,7 +21,7 @@
"tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ], "tags": [ "metrics", "analytics", "graphite", "collect", "graphs" ],
"changelog": "file://CHANGELOG", "changelog": "file://CHANGELOG",
"documentationUrl": "https://docs.cloudron.io/apps/prometheus/", "documentationUrl": "https://docs.cloudron.io/apps/prometheus/",
"minBoxVersion": "6.0.0", "minBoxVersion": "7.1.0",
"forumUrl": "https://forum.cloudron.io/category/112/prometheus", "forumUrl": "https://forum.cloudron.io/category/112/prometheus",
"mediaLinks": [ "mediaLinks": [
"https://screenshots.cloudron.io/io.prometheus.cloudronapp/1.png", "https://screenshots.cloudron.io/io.prometheus.cloudronapp/1.png",

View file

@ -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. 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
the results, and can trigger alerts when specified conditions are observed. the results, and can trigger alerts when specified conditions are observed.