Release 0.6.1 to patch influxdb driver issue.

This commit is contained in:
Vishnu Kannan 2014-11-18 22:42:10 +00:00
parent 0e13061cfa
commit da5b235dd7
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 0.6.1 (2014-11-18)
- Bug fix in InfluxDB storage driver. Container name and hostname will be exported.
## 0.6.0 (2014-11-17)
- Adding /docker UI endpoint for Docker containers.
- Fixes around handling Docker containers.

View File

@ -15,4 +15,4 @@
package info
// Version of cAdvisor.
const VERSION = "0.6.0"
const VERSION = "0.6.1"