We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 761b984 + f61d237 commit 1e98602Copy full SHA for 1e98602
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.6.0 (2014-11-17)
4
+- Adding /docker UI endpoint for Docker containers.
5
+- Fixes around handling Docker containers.
6
+- Performance enhancements.
7
+- Embed all external dependencies.
8
+- ContainerStats Go struct has been flattened. The wire format remains unchanged.
9
+- Misc bugfixes and cleanups.
10
+
11
## 0.5.0 (2014-10-28)
12
- Added disk space stats. On by default for root, available on AUFS Docker containers.
13
- Introduced v1.2 remote API with new "docker" resource for Docker containers.
info/version.go
@@ -15,4 +15,4 @@
15
package info
16
17
// Version of cAdvisor.
18
-const VERSION = "0.5.0"
+const VERSION = "0.6.0"
0 commit comments