Version 1.17.1

This commit is contained in:
Girish Ramakrishnan 2022-10-09 08:01:20 +02:00
parent d315eff0c6
commit bb29e0c71e
2 changed files with 8 additions and 2 deletions

View file

@ -258,3 +258,9 @@
* 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
* 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

View file

@ -1,6 +1,6 @@
{
"version": "1.17.0",
"upstreamVersion": "2.39.0",
"version": "1.17.1",
"upstreamVersion": "2.39.1",
"id": "io.prometheus.cloudronapp",
"title": "Prometheus Server",
"author": "Erik Tadevosyan",