Merge pull request #219 from vmarmol/release

Updating CHANGELOG and version for 0.3.0 release.
This commit is contained in:
Victor Marmol 2014-09-05 14:01:45 -07:00
commit dc292daaf2
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# 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)
- Improvements to influxDB plugin.
Table name is now 'stats'.

View File

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