cAdvisor 0.15.0

This commit is contained in:
Victor Marmol 2015-06-08 17:55:06 -07:00
parent e22a6a573d
commit f09c188792
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 0.15.0 (2015-06-08)
- Expose multiple network intefaces in UI and API.
- Add support for XFS.
- Fixes in inotify watches.
- Fixes on PowerPC machines.
- Fixes for newer systems with systemd.
- Extra debuging informaiton in /validate.
## 0.14.0 (2015-05-21)
- Add process stats to container pages in the UI.
- Serve UI from relative paths (allows reverse proxying).

View File

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