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 #292 from vishh/v0.12.1
Browse files Browse the repository at this point in the history
v0.12.1 release
  • Loading branch information
vmarmol committed May 14, 2015
2 parents 5f35ac0 + b39c7cd commit 8655175
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## 0.12.1 (5-13-2015)
- Fixes kube master url handling via --source flag.

## 0.12.0 (5-12-2015)
- Fixes issues related to supporting multiple sinks.
- Resource usage of kubernetes system daemons are exported.
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.12.0",
"image": "kubernetes/heapster:v0.12.1",
"command": [
"/heapster",
"--source=kubernetes:http://kubernetes-ro:80",
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 @@ -21,7 +21,7 @@
"spec": {
"containers": [
{
"image": "kubernetes/heapster:v0.12.0",
"image": "kubernetes/heapster:v0.12.1",
"name": "heapster",
"command": [
"/heapster",
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.12.0"
const HeapsterVersion = "0.12.1"

0 comments on commit 8655175

Please sign in to comment.