Version 1.3.0

This commit is contained in:
Girish Ramakrishnan 2021-02-20 18:37:31 -08:00
parent bcf067b152
commit b6526ddc76
3 changed files with 6 additions and 2 deletions

View file

@ -24,3 +24,7 @@
* TSDB: Create a checkpoint only once at the end of all head compactions. #8067 * TSDB: Create a checkpoint only once at the end of all head compactions. #8067
* TSDB: Avoid Series API from hitting the chunks. #8050 * TSDB: Avoid Series API from hitting the chunks. #8050
* TSDB: Cache label name and last value when adding series during compactions making compactions faster. #8192 * TSDB: Cache label name and last value when adding series during compactions making compactions faster. #8192
[1.3.0]
* Update Prometheus to 2.24.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.24.0)

View file

@ -1,5 +1,5 @@
{ {
"version": "1.2.0", "version": "1.3.0",
"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.23.0</upstream> This app packages Prometheus <upstream>2.24.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