cAdvisor 0.12.0
This commit is contained in:
parent
0971262de0
commit
886b54793f
@ -1,6 +1,12 @@
|
|||||||
# Changelog
|
# 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.
|
- Export all stats as [Prometheus](http://prometheus.io/) metrics.
|
||||||
- Initial support for [events](docs/api.md): creation, deletion, and OOM.
|
- Initial support for [events](docs/api.md): creation, deletion, and OOM.
|
||||||
- Adding machine UUID information.
|
- Adding machine UUID information.
|
||||||
|
@ -15,4 +15,4 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
// Version of cAdvisor.
|
// Version of cAdvisor.
|
||||||
const VERSION = "0.11.0"
|
const VERSION = "0.12.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user