cAdvisor 0.11.0.

This commit is contained in:
Victor Marmol 2015-03-27 22:27:37 -07:00
parent 1d58fa9c5d
commit 05beb3cf98
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog # 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) ## 0.10.1 (2015-02-27)
- Disable OOM monitoring which is using too much CPU. - Disable OOM monitoring which is using too much CPU.
- Fix break in summary stats. - Fix break in summary stats.

View File

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