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

Commit

Permalink
0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwielgus committed Dec 10, 2015
1 parent f525f2a commit a3c851c
Show file tree
Hide file tree
Showing 3 changed files with 9 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.18.1
TAG = v0.19.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.19.0 (9-12-2015)
- Switched to InfluxDB 0.9. The data layout was changed.
- Added Kafka and Riemann sinks.
- Removed poll_duration flag.
- Authentication and security improvements.
- Fixed issue with unavailable sink.

## 0.18.1 (9-18-2015)
- Avoid using UIDs for Kubernetes events.
- Export container labels.
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.18.0"
const HeapsterVersion = "0.19.0"

0 comments on commit a3c851c

Please sign in to comment.