Merge pull request #219 from vmarmol/release
Updating CHANGELOG and version for 0.3.0 release.
This commit is contained in:
commit
dc292daaf2
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.3.0 (2014-09-05)
|
||||||
|
- Support for Docker with LXC backend.
|
||||||
|
- Added BigQuery storage driver.
|
||||||
|
- Performance and stability fixes for InfluxDB storage driver.
|
||||||
|
- UI fixes and improvements.
|
||||||
|
- Configurable stats gathering interval (default: 1s).
|
||||||
|
- Improvements to startup and CPU utilization.
|
||||||
|
- Added /healthz endpoint for determining whether cAdvisor is healthy.
|
||||||
|
- Bugfixes and performance improvements.
|
||||||
|
|
||||||
## 0.2.2 (2014-08-13)
|
## 0.2.2 (2014-08-13)
|
||||||
- Improvements to influxDB plugin.
|
- Improvements to influxDB plugin.
|
||||||
Table name is now 'stats'.
|
Table name is now 'stats'.
|
||||||
|
@ -15,4 +15,4 @@
|
|||||||
package info
|
package info
|
||||||
|
|
||||||
// Version of cAdvisor.
|
// Version of cAdvisor.
|
||||||
const VERSION = "0.2.2"
|
const VERSION = "0.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user