cAdvisor 0.6.2

This commit is contained in:
Victor Marmol 2014-11-21 09:44:02 +08:00
parent fe245a74ba
commit d9813b532b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.6.2 (2014-11-20)
- Fixes for Docker API and UI endpoints.
- Misc UI bugfixes.
## 0.6.1 (2014-11-18)
- Bug fix in InfluxDB storage driver. Container name and hostname will be exported.

View File

@ -15,4 +15,4 @@
package info
// Version of cAdvisor.
const VERSION = "0.6.1"
const VERSION = "0.6.2"