Cut v1.11.0 (#877)

Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
This commit is contained in:
Kemal Akkoyun 2021-06-07 14:32:16 +02:00 committed by GitHub
parent 253906201b
commit 8184d76b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## 1.11.0 / 2021-06-07
* [ENHANCEMENT] API client: Add newer fields to Rules API #855
* [ENHANCEMENT] API client: Add missing fields to Targets API #856
* [FEATURE] API client: Add exemplars API support #861
* [CHANGE] Add new collectors package #862
## 1.10.0 / 2021-03-18
* [CHANGE] Minimum required Go version is now 1.13.
@ -126,7 +133,7 @@ _This release removes all previously deprecated features, resulting in the break
## 0.9.2 / 2018-12-06
* [FEATURE] Support for Go modules. #501
* [FEATURE] `Timer.ObserveDuration` returns observed duration. #509
* [ENHANCEMENT] Improved doc comments and error messages. #504
* [ENHANCEMENT] Improved doc comments and error messages. #504
* [BUGFIX] Fix race condition during metrics gathering. #512
* [BUGFIX] Fix testutil metric comparison for Histograms and empty labels. #494
#498

View File

@ -1 +1 @@
1.10.0
1.11.0