Skip to content

Commit d4a4668

Browse files
committed
Merge pull request #178 from vishh/readme
Updating the release notes to release cAdvisor 0.2.2.
2 parents 64e7ec0 + a9f54a4 commit d4a4668

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 0.2.2 (2014-08-13)
4+
- Improvements to influxDB plugin.
5+
Table name is now 'stats'.
6+
Network stats added.
7+
Detailed cpu and memory stats are no longer exported to reduce the load on the DB.
8+
Docker container alias now exported - It is now possible to aggregate stats across multiple nodes.
9+
- Make the UI independent of the storage backend by caching recent stats in memory.
10+
- Switched to glog.
11+
- Bugfixes and performance improvements.
12+
313
## 0.2.1 (2014-07-25)
414
- Handle old Docker versions.
515
- UI fixes and other bugfixes.

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.2.1"
18+
const VERSION = "0.2.2"

0 commit comments

Comments
 (0)