cAdvisor 0.10.1

This commit is contained in:
Victor Marmol 2015-02-27 09:47:02 -08:00
parent a40168abe5
commit ef7dddf438
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.10.1 (2015-02-27)
- Disable OOM monitoring which is using too much CPU.
- Fix break in summary stats.
## 0.10.0 (2015-02-24)
- Adding Start and End time for ContainerInfoRequest.
- Various misc fixes.

View File

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