cAdvisor version 0.2.0.

This commit is contained in:
Victor Marmol 2014-07-24 09:23:22 -07:00
parent 5812f10db0
commit 0ed9eb2197
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 0.2.0 (2014-07-24)
- Added network stats to the UI.
- Added support for CoreOS and RHEL.
- Bugfixes and reliability fixes.
## 0.1.4 (2014-07-22)
- Add network statistics to REST API.
- Add "raw" driver to handle non-Docker containers.

View File

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