Skip to content

Commit

Permalink
cAdvisor 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarmol committed May 21, 2015
1 parent a6c31d4 commit 40b1ad9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.14.0 (2015-05-21)
- Add process stats to container pages in the UI.
- Serve UI from relative paths (allows reverse proxying).
- Minor fixes to events API.
- Add bytes available to FS info.
- Adding Docker status and image information to UI.
- Basic Redis storage backend.
- Misc reliability improvements.

## 0.13.0 (2015-05-01)
- Added `--docker_only` to limit monitoring to only Docker containers.
- Added support for Docker labels.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package version

// Version of cAdvisor.
const VERSION = "0.13.0"
const VERSION = "0.14.0"

0 comments on commit 40b1ad9

Please sign in to comment.