mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2025-01-28 00:28:08 +00:00
Version 1.17.1
This commit is contained in:
parent
d315eff0c6
commit
bb29e0c71e
2 changed files with 8 additions and 2 deletions
|
@ -258,3 +258,9 @@
|
||||||
* TSDB: Optimise memory by not storing unnecessary data in the memory. #11280 #11288 #11296
|
* TSDB: Optimise memory by not storing unnecessary data in the memory. #11280 #11288 #11296
|
||||||
* TSDB: Allow overlapping blocks by default. --storage.tsdb.allow-overlapping-blocks now has no effect. #11331
|
* TSDB: Allow overlapping blocks by default. --storage.tsdb.allow-overlapping-blocks now has no effect. #11331
|
||||||
* UI: Click to copy label-value pair from query result to clipboard. #11229
|
* UI: Click to copy label-value pair from query result to clipboard. #11229
|
||||||
|
|
||||||
|
[1.17.1]
|
||||||
|
* Update Prometheus to 2.39.1
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.39.1)
|
||||||
|
* [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts. #11427
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.17.0",
|
"version": "1.17.1",
|
||||||
"upstreamVersion": "2.39.0",
|
"upstreamVersion": "2.39.1",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
|
Loading…
Reference in a new issue