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.
1 parent 0e13061 commit da5b235Copy full SHA for da5b235
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.6.1 (2014-11-18)
4
+- Bug fix in InfluxDB storage driver. Container name and hostname will be exported.
5
+
6
## 0.6.0 (2014-11-17)
7
- Adding /docker UI endpoint for Docker containers.
8
- Fixes around handling Docker containers.
info/version.go
@@ -15,4 +15,4 @@
15
package info
16
17
// Version of cAdvisor.
18
-const VERSION = "0.6.0"
+const VERSION = "0.6.1"
0 commit comments