From cc5731c16cbea6ec23e3398f27ba14dc0ff7b709 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 16 Jun 2020 21:13:43 +0200 Subject: [PATCH] Cut v1.7.0 Signed-off-by: beorn7 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2481d3d..5374b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.7.0 / 2020-06-17 + +* [CHANGE] API client: Add start/end parameters to `LabelNames` and `LabelValues`. #767 +* [FEATURE] testutil: Add `GatherAndCount` and enable filtering in `CollectAndCount` #753 +* [FEATURE] API client: Add support for `status` and `runtimeinfo` endpoints. #755 +* [ENHANCEMENT] Wrapping `nil` with a `WrapRegistererWith...` function creates a no-op `Registerer`. #764 +* [ENHANCEMENT] promlint: Allow Kelvin as a base unit for cases like color temperature. #761 +* [BUGFIX] push: Properly handle empty job and label values. #752 + ## 1.6.0 / 2020-04-28 * [FEATURE] testutil: Add lint checks for metrics, including a sub-package `promlint` to expose the linter engine for external usage. #739 #743 diff --git a/VERSION b/VERSION index dc1e644..bd8bf88 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.0 +1.7.0