Version 1.14.1
This commit is contained in:
parent
c6d53c9f04
commit
7cfe7beba6
2 changed files with 7 additions and 2 deletions
|
@ -216,3 +216,8 @@
|
|||
* [BUGFIX] TSDB: Fix chunk overflow appending samples at a variable rate. #10607
|
||||
* [BUGFIX] Stop rule manager before TSDB is stopped. #10680
|
||||
|
||||
[1.14.1]
|
||||
* Update Prometheus to 2.36.1
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.36.1)
|
||||
* [BUGFIX] promtool: Add --lint-fatal option #10840
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.14.0",
|
||||
"upstreamVersion": "2.36.0",
|
||||
"version": "1.14.1",
|
||||
"upstreamVersion": "2.36.1",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Erik Tadevosyan",
|
||||
|
|
Loading…
Reference in a new issue