Version 1.4.1

This commit is contained in:
Girish Ramakrishnan 2021-03-17 11:23:44 -07:00
parent f8dd03292c
commit 14a1225312
3 changed files with 8 additions and 2 deletions

View file

@ -38,3 +38,9 @@
* Remote: Allow passing along custom remote_write HTTP headers. #8416 * Remote: Allow passing along custom remote_write HTTP headers. #8416
* Mixins: Scope grafana configuration. #8332 * Mixins: Scope grafana configuration. #8332
[1.4.1]
* Update Prometheus to 2.25.2
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.25.2)
* Fix the ingestion of scrapes when the wall clock changes, e.g. on suspend
* Enable basicAuth so it can work with apps like grafana

View file

@ -1,5 +1,5 @@
{ {
"version": "1.4.0", "version": "1.4.1",
"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.25.0</upstream> This app packages Prometheus <upstream>2.25.2</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