mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
Merge branch 'release-2.10'
This commit is contained in:
commit
212ff4b659
|
@ -1,4 +1,4 @@
|
||||||
## 2.10.0-rc.0 / 2019-05-22
|
## 2.10.0 / 2019-05-25
|
||||||
|
|
||||||
* [CHANGE/BUGFIX] API: Encode alert values as string to correctly represent Inf/NaN. #5582
|
* [CHANGE/BUGFIX] API: Encode alert values as string to correctly represent Inf/NaN. #5582
|
||||||
* [FEATURE] Template expansion: Make external labels available as `$externalLabels` in alert and console template expansion. #5463
|
* [FEATURE] Template expansion: Make external labels available as `$externalLabels` in alert and console template expansion. #5463
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
* [BUGFIX] PromQL: Correctly display `{__name__="a"}`. #5552
|
* [BUGFIX] PromQL: Correctly display `{__name__="a"}`. #5552
|
||||||
* [BUGFIX] Discovery/kubernetes: Use `service` rather than `ingress` as the name for the service workqueue. #5520
|
* [BUGFIX] Discovery/kubernetes: Use `service` rather than `ingress` as the name for the service workqueue. #5520
|
||||||
* [BUGFIX] Discovery/azure: Don't panic on a VM with a public IP. #5587
|
* [BUGFIX] Discovery/azure: Don't panic on a VM with a public IP. #5587
|
||||||
|
* [BUGFIX] Discovery/triton: Always read HTTP body to completion. #5596
|
||||||
* [BUGFIX] Web: Fixed Content-Type for js and css instead of using `/etc/mime.types`. #5551
|
* [BUGFIX] Web: Fixed Content-Type for js and css instead of using `/etc/mime.types`. #5551
|
||||||
|
|
||||||
## 2.9.2 / 2019-04-24
|
## 2.9.2 / 2019-04-24
|
||||||
|
|
Loading…
Reference in a new issue