We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d7719 commit ea88060Copy full SHA for ea88060
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
+
9
## 0.7.1 (2014-12-23)
10
- Avoid repeated logging of container errors.
11
- Handle non identify mounts for cgroups.
info/version.go
@@ -15,4 +15,4 @@
15
package info
16
17
// Version of cAdvisor.
18
-const VERSION = "0.7.1"
+const VERSION = "0.8.0"
0 commit comments