cAdvisor version 0.5.0

This commit is contained in:
Victor Marmol 2014-10-21 15:15:49 -07:00
parent b1796da270
commit 8c4f650e62
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 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.
- Added "ContainerHints" file based interface to inject extra information about containers.
## 0.4.1 (2014-09-29)
- Support for Docker containers in systemd systems.
- Adding DiskIO stats

View File

@ -5,4 +5,4 @@ set -x
godep go build -a github.com/google/cadvisor
sudo docker build -t google/cadvisor:test .
docker build -t google/cadvisor:canary .

View File

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