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 #795 from mwielgus/release_0.19.1
Browse files Browse the repository at this point in the history
Release 0.19.1
  • Loading branch information
piosz committed Dec 15, 2015
2 parents 3bdf4f3 + 68fd39d commit b299ba1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.19.0
TAG = v0.19.1
PREFIX = gcr.io/google_containers
FLAGS =

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

## 0.19.1 (15-12-2015)
- Better connection handling for InfluxDB.
- Refresh node and pod lists every 1 hour.

## 0.19.0 (9-12-2015)
- Switched to InfluxDB 0.9. The data layout was changed.
- Added Kafka and Riemann sinks.
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.19.0"
const HeapsterVersion = "0.19.1"

0 comments on commit b299ba1

Please sign in to comment.