cAdvisor 0.6.0

This commit is contained in:
Victor Marmol 2014-11-17 09:45:38 -08:00
parent c7886629f8
commit f61d2379ee
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.6.0 (2014-11-17)
- Adding /docker UI endpoint for Docker containers.
- Fixes around handling Docker containers.
- Performance enhancements.
- Embed all external dependencies.
- ContainerStats Go struct has been flattened. The wire format remains unchanged.
- Misc bugfixes and cleanups.
## 0.5.0 (2014-10-28)
- Added disk space stats. On by default for root, available on AUFS Docker containers.
- Introduced v1.2 remote API with new "docker" resource for Docker containers.

View File

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