Skip to content

Commit

Permalink
Merge pull request #625 from vmarmol/two
Browse files Browse the repository at this point in the history
cAdvisor 0.11.0.
  • Loading branch information
rjnagal committed Apr 1, 2015
2 parents d476eef + 05beb3c commit 318252a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.11.1 (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.
- Beta release of the cAdvisor [2.0 API](docs/api_v2.md).
- Improve handling of error conditions.
- Misc fixes and improvements.

## 0.10.1 (2015-02-27)
- Disable OOM monitoring which is using too much CPU.
- Fix break in summary stats.
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.10.1"
const VERSION = "0.11.0"

0 comments on commit 318252a

Please sign in to comment.