Cut v1.7.0

Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
beorn7 2020-06-16 21:13:43 +02:00
parent 3c8b15fa0d
commit cc5731c16c
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
1.6.0
1.7.0