Skip to content

Commit

Permalink
Updating the release notes to release cAdvisor 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishh committed Aug 13, 2014
1 parent 64e7ec0 commit a9f54a4
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 a9f54a4

Please sign in to comment.