Skip to content

Commit ba041dd

Browse files
committed
Merge pull request #120 from vmarmol/release
cAdvisor version 0.2.0.
2 parents 5812f10 + 0ed9eb2 commit ba041dd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
## 0.1.4 (2014-07-22)
49
- Add network statistics to REST API.
510
- Add "raw" driver to handle non-Docker containers.

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.1.4"
18+
const VERSION = "0.2.0"

0 commit comments

Comments
 (0)