Skip to content

Commit da5b235

Browse files
committed
Release 0.6.1 to patch influxdb driver issue.
1 parent 0e13061 commit da5b235

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)