From f09c188792821758bd350f916eb3dc086d5f71b8 Mon Sep 17 00:00:00 2001 From: Victor Marmol Date: Mon, 8 Jun 2015 17:55:06 -0700 Subject: [PATCH] cAdvisor 0.15.0 --- CHANGELOG.md | 8 ++++++++ version/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdb6b3e..56c7caf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.15.0 (2015-06-08) +- Expose multiple network intefaces in UI and API. +- Add support for XFS. +- Fixes in inotify watches. +- Fixes on PowerPC machines. +- Fixes for newer systems with systemd. +- Extra debuging informaiton in /validate. + ## 0.14.0 (2015-05-21) - Add process stats to container pages in the UI. - Serve UI from relative paths (allows reverse proxying). diff --git a/version/version.go b/version/version.go index 58e2e359..3779b38b 100644 --- a/version/version.go +++ b/version/version.go @@ -15,4 +15,4 @@ package version // Version of cAdvisor. -const VERSION = "0.14.0" +const VERSION = "0.15.0"