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 #584 from vishh/release-0.18.0
Browse files Browse the repository at this point in the history
Release v0.18.1.
  • Loading branch information
vishh committed Sep 19, 2015
2 parents a98b4f1 + 9ea0585 commit 41621fc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 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.0
TAG = v0.18.1
PREFIX = gcr.io/google_containers
FLAGS =

Expand Down
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.18.1 (9-18-2015)
- Avoid using UIDs for Kubernetes events.
- Export container labels.
- Hawkular sink upgrades

## 0.18.0
- Cluster Model APIs enabled by default
- Garbage collection in the cluster model
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.0",
"image": "kubernetes/heapster:v0.18.1",
"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.0",
"image": "kubernetes/heapster:v0.18.1",
"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.0",
"image": "kubernetes/heapster:v0.18.1",
"name": "heapster",
"command": [
"/heapster",
Expand Down

0 comments on commit 41621fc

Please # to comment.