From f61d2379ee0c5a69aa82d9135ffb5b3786a27c9e Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Mon, 17 Nov 2014 09:45:38 -0800 Subject: [PATCH] cAdvisor 0.6.0 --- CHANGELOG.md | 8 ++++++++ info/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8454603..32eaea6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.6.0 (2014-11-17) +- Adding /docker UI endpoint for Docker containers. +- Fixes around handling Docker containers. +- Performance enhancements. +- Embed all external dependencies. +- ContainerStats Go struct has been flattened. The wire format remains unchanged. +- Misc bugfixes and cleanups. + ## 0.5.0 (2014-10-28) - Added disk space stats. On by default for root, available on AUFS Docker containers. - Introduced v1.2 remote API with new "docker" resource for Docker containers. diff --git a/info/version.go b/info/version.go index 8ae9b227..88b50312 100644 --- a/info/version.go +++ b/info/version.go @@ -15,4 +15,4 @@ package info // Version of cAdvisor. -const VERSION = "0.5.0" +const VERSION = "0.6.0"