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 #301 from vmarmol/release
Browse files Browse the repository at this point in the history
Releasing v0.13.0
  • Loading branch information
rjnagal committed May 29, 2015
2 parents 680b317 + 7abf89a commit c95f8cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.13.0 (5-29-2015)
- Switch use of Kubernetes API to v1beta3.
- Add option to connect to Kubelets through HTTPS.

## 0.12.1 (5-13-2015)
- Fixes kube master url handling via --source flag.

Expand Down Expand Up @@ -66,4 +70,4 @@
- Supports InfluxDB and bigquery.
- Exports pods and container stats in table 'stats' in InfluxDB
- rootCgroup is exported in table 'machine' in InfluxDB
- Special dashboard for kubernetes.
- Special dashboard for kubernetes.
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 @@ -36,7 +36,7 @@
"containers": [
{
"name": "heapster",
"image": "kubernetes/heapster:v0.12.1",
"image": "kubernetes/heapster:v0.13.0",
"command": [
"/heapster",
"--source=kubernetes:http://kubernetes-ro:80",
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 @@ -21,7 +21,7 @@
"spec": {
"containers": [
{
"image": "kubernetes/heapster:v0.12.1",
"image": "kubernetes/heapster:v0.13.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.12.1"
const HeapsterVersion = "0.13.0"

0 comments on commit c95f8cb

Please sign in to comment.