Skip to content

Commit 22c54d7

Browse files
committed
Merge pull request #315 from vishh/fix_influx
Release 0.6.1 to patch influxdb driver issue.
2 parents ec5a39d + da5b235 commit 22c54d7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.6.1 (2014-11-18)
4+
- Bug fix in InfluxDB storage driver. Container name and hostname will be exported.
5+
36
## 0.6.0 (2014-11-17)
47
- Adding /docker UI endpoint for Docker containers.
58
- Fixes around handling Docker containers.

info/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package info
1616

1717
// Version of cAdvisor.
18-
const VERSION = "0.6.0"
18+
const VERSION = "0.6.1"

0 commit comments

Comments
 (0)