Merge pull request #178 from vishh/readme

Updating the release notes to release cAdvisor 0.2.2.
This commit is contained in:
Rohit Jnagal 2014-08-13 11:42:05 -07:00
commit d4a4668799
2 changed files with 11 additions and 1 deletions

View File

@ -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.

View File

@ -15,4 +15,4 @@
package info
// Version of cAdvisor.
const VERSION = "0.2.1"
const VERSION = "0.2.2"