From 5ef1385ce28f881928f4f1747fe4893a88895d08 Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Mon, 26 Jan 2015 15:35:57 +0100 Subject: [PATCH 1/2] Cut release 0.10.0. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bb81cf2a..a0432ea432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.10.0 / 2015-01-26 +* [CHANGE] More efficient JSON result format in query API. This requires + up-to-date versions of PromDash and prometheus_cli, too. +* [ENHANCEMENT] Excluded non-minified Bootstrap assets and the Bootstrap maps + from embedding into the binary. Those files are only used for debugging, + and then you can use -web.use-local-assets. By including fewer files, the + RAM usage during compilation is much more manageable. +* [ENHANCEMENT] Help link points to http://prometheus.github.io now. +* [FEATURE] Consoles for haproxy and cloudwatch. +* [BUGFIX] Several fixes to graphs in consoles. +* [CLEANUP] Removed a file size check that did not check anything. + ## 0.9.0 / 2015-01-23 * [CHANGE] Reworked command line flags, now more consistent and taking into account needs of the new storage backend (see below). From a804cacc87225824f388ee820c5ca6b04e4c8aef Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Mon, 26 Jan 2015 15:52:34 +0100 Subject: [PATCH 2/2] Also update VERSION file. --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ac39a106c4..78bc1abd14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.10.0