cAdvisor 0.9.0

This commit is contained in:
Victor Marmol 2015-02-06 12:58:35 -08:00
parent 77283196f6
commit ed04bb896e
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.9.0 (2015-02-06)
- Support for more network devices (all non-eth).
- Support for more partition types (btrfs, device-mapper, whole-disk).
- Added reporting of DiskIO stats.
- Adding container creation time to ContainerSpec.
- More robust handling of stats failures.
- Various misc fixes.
## 0.8.0 (2015-01-09)
- Added ethernet device information.
- Added machine-wide networking statistics.

View File

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