From a9f54a4ed764d93b68e3f4d238e53a00f33811db Mon Sep 17 00:00:00 2001 From: Vishnu Kannan Date: Wed, 13 Aug 2014 17:54:15 +0000 Subject: [PATCH] Updating the release notes to release cAdvisor 0.2.2. --- CHANGELOG.md | 10 ++++++++++ info/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6261bed254..1ebb07adb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.2.2 (2014-08-13) +- Improvements to influxDB plugin. + Table name is now 'stats'. + Network stats added. + Detailed cpu and memory stats are no longer exported to reduce the load on the DB. + Docker container alias now exported - It is now possible to aggregate stats across multiple nodes. +- Make the UI independent of the storage backend by caching recent stats in memory. +- Switched to glog. +- Bugfixes and performance improvements. + ## 0.2.1 (2014-07-25) - Handle old Docker versions. - UI fixes and other bugfixes. diff --git a/info/version.go b/info/version.go index c5a91de01a..d05dd78175 100644 --- a/info/version.go +++ b/info/version.go @@ -15,4 +15,4 @@ package info // Version of cAdvisor. -const VERSION = "0.2.1" +const VERSION = "0.2.2"