We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea583d0 + cc9a8f5 commit 5a6d06cCopy full SHA for 5a6d06c
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
+
12
## 0.3.0 (2014-09-05)
13
- Support for Docker with LXC backend.
14
- Added BigQuery storage driver.
info/version.go
@@ -15,4 +15,4 @@
15
package info
16
17
// Version of cAdvisor.
18
-const VERSION = "0.3.0"
+const VERSION = "0.4.0"
0 commit comments