cAdvisor 0.8.0

This commit is contained in:
Victor Marmol 2015-01-12 08:41:33 -08:00
parent 74d7719d7e
commit ea8806070d
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.8.0 (2015-01-09)
- Added ethernet device information.
- Added machine-wide networking statistics.
- Misc UI fixes.
- Fixes for partially-isolated containers.
## 0.7.1 (2014-12-23)
- Avoid repeated logging of container errors.
- Handle non identify mounts for cgroups.

View File

@ -15,4 +15,4 @@
package info
// Version of cAdvisor.
const VERSION = "0.7.1"
const VERSION = "0.8.0"