Skip to content

Commit

Permalink
cAdvisor 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarmol committed Apr 15, 2015
1 parent 0971262 commit 886b547
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package version

// Version of cAdvisor.
const VERSION = "0.11.0"
const VERSION = "0.12.0"

0 comments on commit 886b547

Please sign in to comment.