cAdvisor 0.4.1 release.

This commit is contained in:
Victor Marmol 2014-09-29 13:53:07 -07:00
parent 1ed9d122c1
commit 671e8dd22a
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 0.4.1 (2014-09-29)
- Support for Docker containers in systemd systems.
- Adding DiskIO stats
- Misc bugfixes and cleanups
## 0.4.0 (2014-09-19)
- Various performance enhancements: brings CPU usage down 85%+
- Implemented dynamic sampling through dynamic housekeeping.

View File

@ -15,4 +15,4 @@
package info
// Version of cAdvisor.
const VERSION = "0.4.0"
const VERSION = "0.4.1"