Skip to content

Commit 8c4f650

Browse files
committed
cAdvisor version 0.5.0
1 parent b1796da commit 8c4f650

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.0 (2014-10-28)
4+
- Added disk space stats. On by default for root, available on AUFS Docker containers.
5+
- Introduced v1.2 remote API with new "docker" resource for Docker containers.
6+
- Added "ContainerHints" file based interface to inject extra information about containers.
7+
38
## 0.4.1 (2014-09-29)
49
- Support for Docker containers in systemd systems.
510
- Adding DiskIO stats

deploy/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -x
55

66
godep go build -a github.com/google/cadvisor
77

8-
sudo docker build -t google/cadvisor:test .
8+
docker build -t google/cadvisor:canary .

info/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package info
1616

1717
// Version of cAdvisor.
18-
const VERSION = "0.4.1"
18+
const VERSION = "0.5.0"

0 commit comments

Comments
 (0)