Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Merge pull request #290 from vishh/v0.12.0
Browse files Browse the repository at this point in the history
Releasing v0.12.0.
  • Loading branch information
vmarmol committed May 12, 2015
2 parents 6b083d2 + 8d9af1e commit 2c48ad7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 0.12.0 (5-12-2015)
- Fixes issues related to supporting multiple sinks.
- Resource usage of kubernetes system daemons are exported.
- Support for kubernetes specific auth (secrets).
- Scalability improvements.

## 0.11.0 (4-28-2015)
- Export filesystem usage metrics for the node and containers.
- Support for Kubernetes events
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-config/google/heapster-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"containers": [
{
"name": "heapster",
"image": "kubernetes/heapster:v0.11.0",
"image": "kubernetes/heapster:v0.12.0",
"env": [
{
"name": "FLAGS",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-config/influxdb/heapster-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"spec": {
"containers": [
{
"image": "kubernetes/heapster:v0.11.0",
"image": "kubernetes/heapster:v0.12.0",
"name": "heapster",
"env": [
{
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ package version
// Increment major number for new feature additions and behavioral changes.
// Increment minor number for bug fixes and performance enhancements.
// Increment patch number for critical fixes to existing releases.
const HeapsterVersion = "0.11.0"
const HeapsterVersion = "0.12.0"

0 comments on commit 2c48ad7

Please sign in to comment.