cAdvisor 0.14.0
This commit is contained in:
parent
a6c31d4074
commit
40b1ad980d
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 0.14.0 (2015-05-21)
|
||||
- Add process stats to container pages in the UI.
|
||||
- Serve UI from relative paths (allows reverse proxying).
|
||||
- Minor fixes to events API.
|
||||
- Add bytes available to FS info.
|
||||
- Adding Docker status and image information to UI.
|
||||
- Basic Redis storage backend.
|
||||
- Misc reliability improvements.
|
||||
|
||||
## 0.13.0 (2015-05-01)
|
||||
- Added `--docker_only` to limit monitoring to only Docker containers.
|
||||
- Added support for Docker labels.
|
||||
|
@ -15,4 +15,4 @@
|
||||
package version
|
||||
|
||||
// Version of cAdvisor.
|
||||
const VERSION = "0.13.0"
|
||||
const VERSION = "0.14.0"
|
||||
|
Loading…
Reference in New Issue
Block a user