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

Commit

Permalink
Release v0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
piosz committed Jan 14, 2016
1 parent ca8cae6 commit b718196
Show file tree
Hide file tree
Showing 6 changed files with 8 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.18.3
TAG = v0.18.4
PREFIX = gcr.io/google_containers
FLAGS =

Expand Down
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.18.4 (1-14-2016)
- Refresh broken Kubernetes pods/nodes watch.

## 0.18.3 (10-23-2015)
- Various fixes to Hawkular sink.

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 @@ -34,7 +34,7 @@
],
"containers": [
{
"image": "kubernetes/heapster:v0.18.3",
"image": "kubernetes/heapster:v0.18.4",
"name": "heapster",
"command": [
"/heapster",
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 @@ -26,7 +26,7 @@
"spec": {
"containers": [
{
"image": "kubernetes/heapster:v0.18.3",
"image": "kubernetes/heapster:v0.18.4",
"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 @@ -34,7 +34,7 @@
],
"containers": [
{
"image": "kubernetes/heapster:v0.18.3",
"image": "kubernetes/heapster:v0.18.4",
"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.18.3"
const HeapsterVersion = "0.18.4"

0 comments on commit b718196

Please sign in to comment.