Merge pull request #536 from vmarmol/release

cAdvisor 0.10.0.
This commit is contained in:
Rohit Jnagal 2015-02-25 06:41:49 -08:00
commit e7a3518c96
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.10.0 (2015-02-24)
- Adding Start and End time for ContainerInfoRequest.
- Various misc fixes.
## 0.9.0 (2015-02-06)
- Support for more network devices (all non-eth).
- Support for more partition types (btrfs, device-mapper, whole-disk).

View File

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