mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-08 16:12:16 -04:00
commit
bd1182d29f
2 changed files with 9 additions and 1 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## 1.5.2 / 2017-02-10
|
||||
|
||||
* [BUGFIX] Fix series corruption in a special case of series maintenance where
|
||||
the minimum series-file-shrink-ratio kicks in.
|
||||
* [BUGFIX] Fix two panic conditions both related to processing a series
|
||||
scheduled to be quarantined.
|
||||
* [ENHANCEMENT] Binaries built with Go1.7.5.
|
||||
|
||||
## 1.5.1 / 2017-02-07
|
||||
|
||||
* [BUGFIX] Don't lose fully persisted memory series during checkpointing.
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.5.1
|
||||
1.5.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue