Merge pull request #672 from prometheus/release-0.13.2

Release 0.13.2
This commit is contained in:
Julius Volz 2015-05-06 11:11:07 +02:00
commit f4d90a105e
2 changed files with 11 additions and 1 deletions

View file

@ -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.

View file

@ -1 +1 @@
0.13.1
0.13.2