We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed9d12 commit 671e8ddCopy full SHA for 671e8dd
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.4.1 (2014-09-29)
4
+- Support for Docker containers in systemd systems.
5
+- Adding DiskIO stats
6
+- Misc bugfixes and cleanups
7
+
8
## 0.4.0 (2014-09-19)
9
- Various performance enhancements: brings CPU usage down 85%+
10
- Implemented dynamic sampling through dynamic housekeeping.
info/version.go
@@ -15,4 +15,4 @@
15
package info
16
17
// Version of cAdvisor.
18
-const VERSION = "0.4.0"
+const VERSION = "0.4.1"
0 commit comments