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 #164 from vishh/v0.9
Browse files Browse the repository at this point in the history
Releasing heapster v0.9 and Grafana v0.5.
  • Loading branch information
vmarmol committed Mar 14, 2015
2 parents 94d1946 + 1682ad5 commit edd436e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 0.9 (3-13-2014)
- [Standardized metrics](sinks/api/supported_metrics.go)
- New [common API](sinks/api/types.go) in place for all external storage drivers.
- Simplified heapster deployment scripts.
- Bug fixes and misc enhancements.

## 0.8 (2-22-2014)
- Avoid expecting HostIP of Pod to match node's HostIP.

Expand Down
2 changes: 1 addition & 1 deletion deploy/heapster-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ desiredState:
id: "monitoring-heapster-controller"
containers:
- name: "heapster"
image: "kubernetes/heapster:v0.8"
image: "kubernetes/heapster:v0.9"
env:
- name: "INFLUXDB_HOST"
value: "monitoring-influxdb"
Expand Down
2 changes: 1 addition & 1 deletion deploy/influxdb-grafana-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ desiredState:
- containerPort: 8086
hostPort: 8086
- name: "grafana"
image: "kubernetes/heapster_grafana:v0.4"
image: "kubernetes/heapster_grafana:v0.5"
ports:
- containerPort: 80
env:
Expand Down
4 changes: 4 additions & 0 deletions grafana/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Release Notes

## 0.5 (3-13-2015)
- Default dashboard uses the metrics schema exported by heapster version >= v0.9
- Grafana container works on bare metal kubernetes setups.

## 0.4 (2-2-2015)
- Make Grafana image work with kubernetes apiserver proxy service.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ package version
// The version is of the format Major.Minor.
// Increment minor number for bug fixes and performance enhancements.
// Increment major number for new feature additions and behavioral changes.
const HeapsterVersion = "0.8"
const HeapsterVersion = "0.9"

0 comments on commit edd436e

Please sign in to comment.