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 #438 from vishh/v0.17.0
Browse files Browse the repository at this point in the history
Releasing heapster v0.17.0
  • Loading branch information
vishh committed Jul 29, 2015
2 parents 9b536fa + cd71826 commit bea2732
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: build

TAG = v0.14.3
TAG = v0.17.0
PREFIX = gcr.io/google_containers
FLAGS =

Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.17.0
- Fixes service account handling.
- New APIs that provide insight into a kubernetes cluster - usage distribution across nodes, namespaces, pods, etc.

## 0.16.0 (7-7-2015)
- Add new sink for GCM autoscaling.
- Force heapster to use kubernetes v1.0 API.
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.16.0",
"image": "kubernetes/heapster:v0.17.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.16.0",
"image": "kubernetes/heapster:v0.17.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.16.0",
"image": "kubernetes/heapster:v0.17.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.16.0"
const HeapsterVersion = "0.17.0"

0 comments on commit bea2732

Please sign in to comment.