Skip to content

Commit

Permalink
Merge pull request #219 from vmarmol/release
Browse files Browse the repository at this point in the history
Updating CHANGELOG and version for 0.3.0 release.
  • Loading branch information
vmarmol committed Sep 5, 2014
2 parents f2745aa + 29bbe61 commit dc292da
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.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'.
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.2"
const VERSION = "0.3.0"

0 comments on commit dc292da

Please sign in to comment.