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.
2 parents 5812f10 + 0ed9eb2 commit ba041ddCopy full SHA for ba041dd
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.2.0 (2014-07-24)
4
+- Added network stats to the UI.
5
+- Added support for CoreOS and RHEL.
6
+- Bugfixes and reliability fixes.
7
+
8
## 0.1.4 (2014-07-22)
9
- Add network statistics to REST API.
10
- Add "raw" driver to handle non-Docker containers.
info/version.go
@@ -15,4 +15,4 @@
15
package info
16
17
// Version of cAdvisor.
18
-const VERSION = "0.1.4"
+const VERSION = "0.2.0"
0 commit comments