Skip to content

Commit

Permalink
Merge pull request #243 from vmarmol/release
Browse files Browse the repository at this point in the history
cAdvisor 0.4.0 release.
  • Loading branch information
vishh committed Sep 19, 2014
2 parents ea583d0 + cc9a8f5 commit 5a6d06c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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)
- Support for Docker with LXC backend.
- Added BigQuery storage driver.
Expand Down
2 changes: 1 addition & 1 deletion info/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package info

// Version of cAdvisor.
const VERSION = "0.3.0"
const VERSION = "0.4.0"

0 comments on commit 5a6d06c

Please sign in to comment.