Skip to content

Commit

Permalink
Merge pull request #434 from vmarmol/release
Browse files Browse the repository at this point in the history
cAdvisor 0.8.0
  • Loading branch information
vishh committed Jan 12, 2015
2 parents 5896bca + ea88060 commit 57c6fb0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.0 (2015-01-09)
- Added ethernet device information.
- Added machine-wide networking statistics.
- Misc UI fixes.
- Fixes for partially-isolated containers.

## 0.7.1 (2014-12-23)
- Avoid repeated logging of container errors.
- Handle non identify mounts for cgroups.
Expand Down
2 changes: 1 addition & 1 deletion info/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package info

// Version of cAdvisor.
const VERSION = "0.7.1"
const VERSION = "0.8.0"

0 comments on commit 57c6fb0

Please sign in to comment.