Merge pull request #106 from vmarmol/fix2

cAdvisor version 0.1.4
This commit is contained in:
monnand 2014-07-22 21:18:43 -04:00
commit b7eba731ba
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.1.4 (2014-07-22)
- Add network statistics to REST API.
- Add "raw" driver to handle non-Docker containers.
- Remove lmctfy in favor of the raw driver.
- Bugfixes for Docker containers and logging.
## 0.1.3 (2014-07-14)
- Add support for systemd systems.
- Fixes for UI with InfluxDB storage driver.

View File

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