cAdvisor 0.13.0

This commit is contained in:
Victor Marmol 2015-05-01 13:59:39 -07:00
parent 58c49b562e
commit 3e79b2ba51
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.13.0 (2015-05-01)
- Added `--docker_only` to limit monitoring to only Docker containers.
- Added support for Docker labels.
- Added limit for events storage.
- Fixes for OOM event monitoring.
- Changed event type to a string in the API.
- Misc fixes.
## 0.12.0 (2015-04-15)
- Added support for Docker 1.6.
- Split OOM event into OOM kill and OOM.

View File

@ -15,4 +15,4 @@
package version
// Version of cAdvisor.
const VERSION = "0.12.0"
const VERSION = "0.13.0"