From 836c61e1daa378c17ac0b65d9f3cac97f993172f Mon Sep 17 00:00:00 2001 From: beorn7 Date: Thu, 6 Oct 2016 21:28:51 +0200 Subject: [PATCH] Cut v1.2.0 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9853f117..39320cc2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +## 1.2.0 / 2016-10-07 + +* [FEATURE] Enable the use of query parameters in `/graph` URLs. +* [FEATURE] PromQL: Add `minute()` function. +* [FEATURE] Add GCE service discovery. +* [FEATURE] Allow job names to start with a digit. +* [FEATURE] Allow disabling local storage. +* [FEATURE] EC2 service discovery: Expose `ec2_instance_state`. +* [FEATURE] HTTP basic auth and TLS support for remote write path. +* [FEATURE] Support for relabelling in remote write path. +* [ENHANCEMENT] Add `go_import_path` to Travis so it works on a fork. +* [ENHANCEMENT] Makefile: Promu installation now logged. +* [ENHANCEMENT] Fingerprint locking: Avoid having contended mutexes on + same cacheline. +* [ENHANCEMENT] Avoid slow `defer` in the `seriesMap.get` hot spot. +* [ENHANCEMENT] Improve label matching performance. +* [BUGFIX] Fix word alignment of struct fields in tests. +* [BUGFIX] Zookeeper service discovery: Remove deleted nodes. +* [BUGFIX] Zookeeper service discovery: Resync state after Zookeeper failure. +* [BUGFIX] Remove JSON from HTTP Accept header. +* [BUGFIX] Update govalidator vendoring to fix URL validation. +* [BUGFIX] Fix race between reload and stop of the rule manager. +* [BUGFIX] Do not fail Consul discovery on Prometheus startup when Consul + is down. +* [BUGFIX] Handle NaN in `changes()` correctly. +* [CLEANUP] Remove DNS resolution dependency from tests. +* [CLEANUP] More tests for PromQL time functions. +* [CLEANUP] Add contexts to PromQL and storage interfaces. +* [CLEANUP] Consolidate web API contexts. Update `common/route` vendoring. +* [CLEANUP] Storage: Chunk code in own package. Added Utilization method. +* [CLEANUP] Export various identifiers for better code reuse. +* [CLEANUP] Cleanup code issues reported by goreport and added link to + goreport in README.md. +* [CLEANUP] Various other minor code cleanups and fixed typos. + +Below changes are not considered breaking because they affect parts marked as +experimental or unstable: + +* [CHANGE] Remote write path does not use gRPC anymore. + ## 1.1.3 / 2016-09-16 * [ENHANCEMENT] Use golang-builder base image for tests in CircleCI. diff --git a/VERSION b/VERSION index 781dcb07c..26aaba0e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.3 +1.2.0