Skip to content

Commit ea88060

Browse files
committed
cAdvisor 0.8.0
1 parent 74d7719 commit ea88060

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.0 (2015-01-09)
4+
- Added ethernet device information.
5+
- Added machine-wide networking statistics.
6+
- Misc UI fixes.
7+
- Fixes for partially-isolated containers.
8+
39
## 0.7.1 (2014-12-23)
410
- Avoid repeated logging of container errors.
511
- Handle non identify mounts for cgroups.

info/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package info
1616

1717
// Version of cAdvisor.
18-
const VERSION = "0.7.1"
18+
const VERSION = "0.8.0"

0 commit comments

Comments
 (0)