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

Commit 7240063

Browse files
committed
Merge pull request #774 from mwielgus/bump-version
0.19.0 release
2 parents 061eafb + a3c851c commit 7240063

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
all: build
22

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

RELEASES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

3+
## 0.19.0 (9-12-2015)
4+
- Switched to InfluxDB 0.9. The data layout was changed.
5+
- Added Kafka and Riemann sinks.
6+
- Removed poll_duration flag.
7+
- Authentication and security improvements.
8+
- Fixed issue with unavailable sink.
9+
310
## 0.18.1 (9-18-2015)
411
- Avoid using UIDs for Kubernetes events.
512
- Export container labels.

version/version.go

+1-1
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.18.0"
22+
const HeapsterVersion = "0.19.0"

0 commit comments

Comments
 (0)