cAdvisor 0.12.0

This commit is contained in:
Victor Marmol 2015-04-15 15:54:17 -07:00
parent 0971262de0
commit 886b54793f
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## 0.11.1 (2015-03-27)
## 0.12.0 (2015-04-15)
- Added support for Docker 1.6.
- Split OOM event into OOM kill and OOM.
- Made EventData a concrete type in returned events.
- Enabled CPU load tracking (experimental).
## 0.11.0 (2015-03-27)
- Export all stats as [Prometheus](http://prometheus.io/) metrics.
- Initial support for [events](docs/api.md): creation, deletion, and OOM.
- Adding machine UUID information.

View File

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