New version 0.17.0

This commit is contained in:
Rohit Jnagal 2015-09-23 18:21:19 +00:00
parent 7a2f508b50
commit 9e667bc6dc
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
### 0.17.0 (2015-09-23)
- Large bunch of bug-fixes
- Fixed networking stats for newer docker versions using libnetwork.
- Added application-specific metrics
## 0.16.0 (2015-06-26)
- Misc fixes.

View File

@ -15,4 +15,4 @@
package version
// Version of cAdvisor.
const VERSION = "0.16.0"
const VERSION = "0.17.0"