cAdvisor 0.15.0
This commit is contained in:
parent
e22a6a573d
commit
f09c188792
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# 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)
|
## 0.14.0 (2015-05-21)
|
||||||
- Add process stats to container pages in the UI.
|
- Add process stats to container pages in the UI.
|
||||||
- Serve UI from relative paths (allows reverse proxying).
|
- Serve UI from relative paths (allows reverse proxying).
|
||||||
|
@ -15,4 +15,4 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
// Version of cAdvisor.
|
// Version of cAdvisor.
|
||||||
const VERSION = "0.14.0"
|
const VERSION = "0.15.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user