Merge pull request #120 from vmarmol/release

cAdvisor version 0.2.0.
This commit is contained in:
monnand 2014-07-24 16:48:24 -04:00
commit ba041ddf65
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog # 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) ## 0.1.4 (2014-07-22)
- Add network statistics to REST API. - Add network statistics to REST API.
- Add "raw" driver to handle non-Docker containers. - Add "raw" driver to handle non-Docker containers.

View File

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