Skip to content

Commit 671e8dd

Browse files
committed
cAdvisor 0.4.1 release.
1 parent 1ed9d12 commit 671e8dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## 0.4.0 (2014-09-19)
49
- Various performance enhancements: brings CPU usage down 85%+
510
- Implemented dynamic sampling through dynamic housekeeping.

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.4.0"
18+
const VERSION = "0.4.1"

0 commit comments

Comments
 (0)