Merge pull request #315 from vishh/fix_influx

Release 0.6.1 to patch influxdb driver issue.
This commit is contained in:
Rohit Jnagal 2014-11-18 16:25:06 -08:00
commit 22c54d7f22
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"