Merge pull request #178 from vishh/readme
Updating the release notes to release cAdvisor 0.2.2.
This commit is contained in:
commit
d4a4668799
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# 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)
|
## 0.2.1 (2014-07-25)
|
||||||
- Handle old Docker versions.
|
- Handle old Docker versions.
|
||||||
- UI fixes and other bugfixes.
|
- UI fixes and other bugfixes.
|
||||||
|
@ -15,4 +15,4 @@
|
|||||||
package info
|
package info
|
||||||
|
|
||||||
// Version of cAdvisor.
|
// Version of cAdvisor.
|
||||||
const VERSION = "0.2.1"
|
const VERSION = "0.2.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user