From 36023ed2138f2309dc002998bebbf139db5952f8 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Tue, 5 May 2015 20:29:23 +0200 Subject: [PATCH] Cut 0.13.2 --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f5ef4b7..1464fb67c 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/VERSION b/VERSION index c317a9189..9beb74d49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13.1 +0.13.2