cAdvisor 0.15.1

This commit is contained in:
Victor Marmol 2015-06-10 09:42:02 -07:00
parent a36554fc80
commit eeffacb464
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 0.15.1 (2015-06-10)
- Fix longstanding memory leak.
- Fix UI on newest Chrome.
## 0.15.0 (2015-06-08)
- Expose multiple network intefaces in UI and API.
- Add support for XFS.

View File

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