mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 22:07:27 -08:00
Cut 0.13.2
This commit is contained in:
parent
874ff194c4
commit
36023ed213
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
## 0.13.2 / 2015-05-05
|
||||
* [MAINTENANCE] Updated vendored dependcies to their newest versions.
|
||||
* [MAINTENANCE] Include rule_checker and console templates in release tarball.
|
||||
* [BUGFIX] Sort NaN as the lowest value.
|
||||
* [ENHANCEMENT] Add square root, stddev and stdvar functions.
|
||||
* [BUGFIX] Use scrape_timeout for scrape timeout, not scrape_interval.
|
||||
* [ENHANCEMENT] Improve chunk and chunkDesc loading, increase performance when
|
||||
reading from disk.
|
||||
* [BUGFIX] Show correct error on wrong DNS response.
|
||||
|
||||
## 0.13.1 / 2015-04-09
|
||||
* [BUGFIX] Treat memory series with zero chunks correctly in series maintenance.
|
||||
* [ENHANCEMENT] Improve readability of usage text even more.
|
||||
|
|
Loading…
Reference in a new issue