cAdvisor 0.7.0.
This commit is contained in:
parent
e72a3bb37a
commit
283c4cb86c
11
CHANGELOG.md
11
CHANGELOG.md
@ -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.
|
||||
|
@ -15,4 +15,4 @@
|
||||
package info
|
||||
|
||||
// Version of cAdvisor.
|
||||
const VERSION = "0.6.2"
|
||||
const VERSION = "0.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user