We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1796da commit 8c4f650Copy full SHA for 8c4f650
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
+
8
## 0.4.1 (2014-09-29)
9
- Support for Docker containers in systemd systems.
10
- Adding DiskIO stats
deploy/build.sh
@@ -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 .
info/version.go
@@ -15,4 +15,4 @@
15
package info
16
17
// Version of cAdvisor.
18
-const VERSION = "0.4.1"
+const VERSION = "0.5.0"
0 commit comments