diff --git a/CHANGELOG b/CHANGELOG index 07c7da6..767b7ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -28,3 +28,13 @@ [1.3.0] * Update Prometheus to 2.24.1 * [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.24.0) + +[1.4.0] +* Update Prometheus to 2.25.0 +* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.25.0) +* Add optional name property to testgroup for better test failure output. #8440 +* Add warnings into React Panel on the Graph page. #8427 +* TSDB: Increase the number of buckets for the compaction duration metric. #8342 +* Remote: Allow passing along custom remote_write HTTP headers. #8416 +* Mixins: Scope grafana configuration. #8332 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2a4e522..3469116 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.4.0", "id": "io.prometheus.cloudronapp", "title": "Prometheus Server", "author": "Erik Tadevosyan", diff --git a/DESCRIPTION.md b/DESCRIPTION.md index d0d38b8..a437891 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Prometheus 2.24.1 +This app packages Prometheus 2.25.0 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