cAdvisor 0.7.0.

This commit is contained in:
Victor Marmol 2014-12-17 16:53:48 -08:00
parent e72a3bb37a
commit 283c4cb86c
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# Changelog
## 0.7.0 (2014-12-18)
- Support for HTTP basic auth.
- Added /validate to perform basic checks and determine support for cAdvisor.
- All stats in the UI are now updated.
- Added gauges for filesystem usage.
- Added device information to machine info.
- Fixes to container detection.
- Fixes for systemd detection.
- ContainerSpecs are now cached.
- Performance improvements.
## 0.6.2 (2014-11-20)
- Fixes for Docker API and UI endpoints.
- Misc UI bugfixes.

View File

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