Skip to content

Commit 5a6d06c

Browse files
committed
Merge pull request #243 from vmarmol/release
cAdvisor 0.4.0 release.
2 parents ea583d0 + cc9a8f5 commit 5a6d06c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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

info/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package info
1616

1717
// Version of cAdvisor.
18-
const VERSION = "0.3.0"
18+
const VERSION = "0.4.0"

0 commit comments

Comments
 (0)