mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
*: cut 0.20.0
This commit is contained in:
parent
bae1cfee69
commit
3a9b739f30
2 changed files with 19 additions and 1 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,3 +1,21 @@
|
|||
## 0.20.0 / 2016-06-15
|
||||
|
||||
This release contains multiple breaking changes to the configuration schema.
|
||||
|
||||
* [FEATURE] Allow configuring multiple Alertmanagers
|
||||
* [FEATURE] Add server name to TLS configuration
|
||||
* [FEATURE] Add labels for all node addresses and discover node port if available in Kubernetes SD
|
||||
* [ENHANCEMENT] More meaningful configuration errors
|
||||
* [ENHANCEMENT] Round scraping timestamps to milliseconds in web UI
|
||||
* [ENHANCEMENT] Make number of storage fingerprint locks configurable
|
||||
* [BUGFIX] Fix date parsing in console template graphs
|
||||
* [BUGFIX] Fix static console files in Docker images
|
||||
* [BUGFIX] Fix console JS XHR requests for IE11
|
||||
* [BUGFIX] Add missing path prefix in new status page
|
||||
* [CHANGE] Rename `target_groups` to `static_configs` in config files
|
||||
* [CHANGE] Rename `names` to `files` in file SD configuration
|
||||
* [CHANGE] Remove kubelet port config option in Kubernetes SD configuration
|
||||
|
||||
## 0.19.3 / 2016-06-14
|
||||
|
||||
* [BUGFIX] Handle Marathon apps with zero ports
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.19.3
|
||||
0.20.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue