Skip to content

Commit

Permalink
Merge pull request #673 from vmarmol/release
Browse files Browse the repository at this point in the history
cAdvisor 0.13.0
  • Loading branch information
rjnagal committed May 1, 2015
2 parents 58c49b5 + 3e79b2b commit 35e8762
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.13.0 (2015-05-01)
- Added `--docker_only` to limit monitoring to only Docker containers.
- Added support for Docker labels.
- Added limit for events storage.
- Fixes for OOM event monitoring.
- Changed event type to a string in the API.
- Misc fixes.

## 0.12.0 (2015-04-15)
- Added support for Docker 1.6.
- Split OOM event into OOM kill and OOM.
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.12.0"
const VERSION = "0.13.0"

0 comments on commit 35e8762

Please sign in to comment.