Skip to content

Commit 89088df

Browse files
committed
Merge pull request #324 from vmarmol/release
cAdvisor 0.6.2
2 parents fe245a7 + d9813b5 commit 89088df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.6.2 (2014-11-20)
4+
- Fixes for Docker API and UI endpoints.
5+
- Misc UI bugfixes.
6+
37
## 0.6.1 (2014-11-18)
48
- Bug fix in InfluxDB storage driver. Container name and hostname will be exported.
59

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.1"
18+
const VERSION = "0.6.2"

0 commit comments

Comments
 (0)