From 40b1ad980dceecf0bebafe851b1e39038c8b09e7 Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Thu, 21 May 2015 07:57:17 -0700 Subject: [PATCH] cAdvisor 0.14.0 --- CHANGELOG.md | 9 +++++++++ version/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b0d766c14..6cdb6b3e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.14.0 (2015-05-21) +- Add process stats to container pages in the UI. +- Serve UI from relative paths (allows reverse proxying). +- Minor fixes to events API. +- Add bytes available to FS info. +- Adding Docker status and image information to UI. +- Basic Redis storage backend. +- Misc reliability improvements. + ## 0.13.0 (2015-05-01) - Added `--docker_only` to limit monitoring to only Docker containers. - Added support for Docker labels. diff --git a/version/version.go b/version/version.go index b3e2ac4c14..58e2e35953 100644 --- a/version/version.go +++ b/version/version.go @@ -15,4 +15,4 @@ package version // Version of cAdvisor. -const VERSION = "0.13.0" +const VERSION = "0.14.0"