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

Commit db1e177

Browse files
committed
Merge pull request #352 from vishh/v0.14.2
Releasing heapster v0.14.2
2 parents 1b607ea + 759974c commit db1e177

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: build
22

3-
TAG = v0.14.1
3+
TAG = v0.14.2
44
PREFIX = gcr.io/google_containers
55
FLAGS =
66

RELEASES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
## 0.14.2 (6-16-2015)
4+
- Expose HostID for all containers.
5+
36
## 0.14.1 (6-15-2015)
47
- Expose External ID of nodes as a label and namespace UID as a label.
58
- Fix bug in handling metric specific labels.

deploy/kube-config/google/heapster-controller.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"containers": [
3737
{
3838
"name": "heapster",
39-
"image": "kubernetes/heapster:v0.14.1",
39+
"image": "kubernetes/heapster:v0.14.2",
4040
"command": [
4141
"/heapster",
4242
"--source=kubernetes:https://kubernetes",

deploy/kube-config/influxdb/heapster-controller.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"spec": {
2222
"containers": [
2323
{
24-
"image": "kubernetes/heapster:v0.14.1",
24+
"image": "kubernetes/heapster:v0.14.2",
2525
"name": "heapster",
2626
"command": [
2727
"/heapster",

deploy/kube-config/standalone/heapster-controller.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"spec": {
2222
"containers": [
2323
{
24-
"image": "kubernetes/heapster:v0.14.1",
24+
"image": "kubernetes/heapster:v0.14.2",
2525
"name": "heapster",
2626
"command": [
2727
"/heapster",

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ package version
1919
// Increment major number for new feature additions and behavioral changes.
2020
// Increment minor number for bug fixes and performance enhancements.
2121
// Increment patch number for critical fixes to existing releases.
22-
const HeapsterVersion = "0.14.1"
22+
const HeapsterVersion = "0.14.2"

0 commit comments

Comments
 (0)