Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#391 from rjnagal/docs
Browse files Browse the repository at this point in the history
Updating heapster release to v0.16.0
  • Loading branch information
vmarmol committed Jul 7, 2015
2 parents 088655f + 06ef17b commit fc13ee3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 0.16.0 (7-7-2015)
- Add new sink for GCM autoscaling.
- Force heapster to use kubernetes v1.0 API.
- Bug fixes.

## 0.15.0 (6-26-2015)
- Use service accounts while running in kubernetes clusters
- Expose kubernetes system containers with standard names
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 @@ -22,7 +22,7 @@
"containers": [
{
"name": "heapster",
"image": "kubernetes/heapster:v0.15.0",
"image": "kubernetes/heapster:v0.16.0",
"command": [
"/heapster",
"--source=kubernetes:''",
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.15.0",
"image": "kubernetes/heapster:v0.16.0",
"name": "heapster",
"command": [
"/heapster",
Expand Down
2 changes: 1 addition & 1 deletion deploy/kube-config/standalone/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.15.0",
"image": "kubernetes/heapster:v0.16.0",
"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.15.0"
const HeapsterVersion = "0.16.0"

0 comments on commit fc13ee3

Please sign in to comment.