Skip to content

Commit

Permalink
Merge pull request #178 from vishh/readme
Browse files Browse the repository at this point in the history
Updating the release notes to release cAdvisor 0.2.2.
  • Loading branch information
rjnagal committed Aug 13, 2014
2 parents 64e7ec0 + a9f54a4 commit d4a4668
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.2.2 (2014-08-13)
- Improvements to influxDB plugin.
Table name is now 'stats'.
Network stats added.
Detailed cpu and memory stats are no longer exported to reduce the load on the DB.
Docker container alias now exported - It is now possible to aggregate stats across multiple nodes.
- Make the UI independent of the storage backend by caching recent stats in memory.
- Switched to glog.
- Bugfixes and performance improvements.

## 0.2.1 (2014-07-25)
- Handle old Docker versions.
- UI fixes and other bugfixes.
Expand Down
2 changes: 1 addition & 1 deletion info/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package info

// Version of cAdvisor.
const VERSION = "0.2.1"
const VERSION = "0.2.2"

0 comments on commit d4a4668

Please sign in to comment.