Merge pull request #315 from vishh/fix_influx
Release 0.6.1 to patch influxdb driver issue.
This commit is contained in:
commit
22c54d7f22
@ -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.
|
||||
|
@ -15,4 +15,4 @@
|
||||
package info
|
||||
|
||||
// Version of cAdvisor.
|
||||
const VERSION = "0.6.0"
|
||||
const VERSION = "0.6.1"
|
||||
|
Loading…
Reference in New Issue
Block a user