Version 1.5.0
This commit is contained in:
parent
cdeb272470
commit
8f61a932aa
3 changed files with 10 additions and 2 deletions
|
@ -44,3 +44,11 @@
|
|||
* Fix the ingestion of scrapes when the wall clock changes, e.g. on suspend
|
||||
* Enable basicAuth so it can work with apps like grafana
|
||||
|
||||
[1.5.0]
|
||||
* Update Prometheus to 2.26.0
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.26.0)
|
||||
* Remote: Add support for AWS SigV4 auth method for remote_write. #8509
|
||||
* Scaleway Discovery: Add Scaleway Service Discovery. #8555
|
||||
* PromQL: Allow negative offsets. Behind --enable-feature=promql-negative-offset flag. #8487
|
||||
* experimental Exemplars: Add in-memory storage for exemplars. Behind --enable-feature=exemplar-storage flag. #6635
|
||||
* UI: Add advanced auto-completion, syntax highlighting and linting to graph page query input. #8634
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.4.1",
|
||||
"version": "1.5.0",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Erik Tadevosyan",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Prometheus <upstream>2.25.2</upstream>
|
||||
This app packages Prometheus <upstream>2.26.0</upstream>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue