cAdvisor version 0.5.0
This commit is contained in:
parent
b1796da270
commit
8c4f650e62
@ -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
|
||||
|
@ -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 .
|
||||
|
@ -15,4 +15,4 @@
|
||||
package info
|
||||
|
||||
// Version of cAdvisor.
|
||||
const VERSION = "0.4.1"
|
||||
const VERSION = "0.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user