Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#560 from vishh/release-0.18.0
Browse files Browse the repository at this point in the history
Release 0.18.0
  • Loading branch information
vishh committed Sep 15, 2015
2 parents 655e135 + 71cde80 commit 0ea4b1e
Show file tree
Hide file tree
Showing 6 changed files with 12 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.17.0
TAG = v0.18.0
PREFIX = gcr.io/google_containers
FLAGS =

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

## 0.18.0
- Cluster Model APIs enabled by default
- Garbage collection in the cluster model
- New rolling window based bucketing storage engine for model that significantly reduces memory footprint
- Many fixes around race conditions with the cache
- GCP authorization policy updated to reduce flakiness

## 0.17.0
- Fixes service account handling.
- New APIs that provide insight into a kubernetes cluster - usage distribution across nodes, namespaces, pods, etc.
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.17.0",
"image": "kubernetes/heapster:v0.18.0",
"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.17.0",
"image": "kubernetes/heapster:v0.18.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 @@ -34,7 +34,7 @@
],
"containers": [
{
"image": "kubernetes/heapster:v0.17.0",
"image": "kubernetes/heapster:v0.18.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.17.0"
const HeapsterVersion = "0.18.0"

0 comments on commit 0ea4b1e

Please sign in to comment.