mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-08 08:02:16 -04:00
*: cut 2.2.1
This commit is contained in:
parent
a947750dd6
commit
f22e5dce1a
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## 2.2.1 / 2018-03-13
|
||||
|
||||
* [BUGFIX] Fix data loss in TSDB on compaction
|
||||
* [BUGFIX] Correctly stop timer in remote-write path
|
||||
* [BUGFIX] Fix deadlock triggerd by loading targets page
|
||||
* [BUGFIX] Fix incorrect buffering of samples on range selection queries
|
||||
* [BUGFIX] Handle large index files on windows properly
|
||||
|
||||
## 2.2.0 / 2018-03-08
|
||||
|
||||
* [CHANGE] Rename file SD mtime metric.
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
2.2.0
|
||||
2.2.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue