cAdvisor 0.4.0 release.

This commit is contained in:
Victor Marmol 2014-09-19 10:23:37 -07:00
parent 7c59947ee8
commit cc9a8f5dc9
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog # Changelog
## 0.4.0 (2014-09-19)
- Various performance enhancements: brings CPU usage down 85%+
- Implemented dynamic sampling through dynamic housekeeping.
- Memory storage driver is always on, BigQuery and InfluxDB are now optional storage backends.
- Fix for DNS resolution crashes when contacting InfluxDB.
- New containers are now detected using inotify.
- Added pprof HTTP endpoint.
- UI bugfixes.
## 0.3.0 (2014-09-05) ## 0.3.0 (2014-09-05)
- Support for Docker with LXC backend. - Support for Docker with LXC backend.
- Added BigQuery storage driver. - Added BigQuery storage driver.

View File

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