From b97f19a85ee4cd9fab5d76e8d468adcb86ad457c Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Fri, 25 Nov 2016 13:28:19 +0100 Subject: [PATCH 1/2] travis: update used Go compiler version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 481dafc490..3612d19dd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false language: go go: -- 1.6.3 +- 1.7.3 go_import_path: github.com/prometheus/prometheus From 80455950eef72afed3c2c54d652918daec68ae5a Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Fri, 25 Nov 2016 13:28:29 +0100 Subject: [PATCH 2/2] *: cut 1.4.0 --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192d975d7a..72a1df2f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.4.0 / 2016-11-25 + +* [FEATURE] Allow configuring Alertmanagers via service discovery +* [FEATURE] Display used Alertmanagers on runtime page in the UI +* [FEATURE] Support profiles in AWS EC2 service discovery configuration +* [ENHANCEMENT] Remove duplicated logging of Kubernetes client errors +* [ENHANCEMENT] Add metrics about Kubernetes service discovery +* [BUGFIX] Update alert annotations on re-evaluation +* [BUGFIX] Fix export of group modifier in PromQL queries +* [BUGFIX] Remove potential deadlocks in several service discovery implementations +* [BUGFIX] Use proper float64 modulo in PromQL `%` binary operations +* [BUGFIX] Fix crash bug in Kubernetes service discovery + ## 1.3.1 / 2016-11-04 This bug-fix release pulls in the fixes from the 1.2.3 release. diff --git a/VERSION b/VERSION index 3a3cd8cc8b..88c5fb891d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 +1.4.0