Version 1.7.1

This commit is contained in:
Girish Ramakrishnan 2021-07-03 09:41:28 -07:00
parent 302d0bf88a
commit cb3ba472cf
3 changed files with 11 additions and 2 deletions

View file

@ -75,3 +75,12 @@
* [ENHANCEMENT] Consul SD: Support reading tokens from file. #8926 * [ENHANCEMENT] Consul SD: Support reading tokens from file. #8926
* [ENHANCEMENT] Rules: Add a new .ExternalURL alert field templating variable, containing the external URL of the Prometheus server. #8878 * [ENHANCEMENT] Rules: Add a new .ExternalURL alert field templating variable, containing the external URL of the Prometheus server. #8878
* [ENHANCEMENT] Scrape: Add experimental body_size_limit scrape configuration setting to limit the allowed response body size for target scrapes. #8833 #8886 * [ENHANCEMENT] Scrape: Add experimental body_size_limit scrape configuration setting to limit the allowed response body size for target scrapes. #8833 #8886
[1.7.1]
* Update Prometheus to 2.28.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.28.1)
* [BUGFIX]: HTTP SD: Allow charset specification in Content-Type header. #8981
* [BUGFIX]: HTTP SD: Fix handling of disappeared target groups. #9019
* [BUGFIX]: Fix incorrect log-level handling after moving to go-kit/log. #9021

View file

@ -1,5 +1,5 @@
{ {
"version": "1.7.0", "version": "1.7.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.28.0</upstream> This app packages Prometheus <upstream>2.28.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