mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Cut release 2.18.0-rc.0 (#7165)
* Cut release 2.18.0-rc.0 Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com> * Removed mention about Go update. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com> * Addressed Julien comments. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com> * Added Julien suggestion. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com> * Addressed Brian's comments. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com> * Addressed Chris' and Brian's comments. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com> * Addressed Bjorn's comments. Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
This commit is contained in:
parent
746820ede8
commit
33606d1cf7
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
## 2.18.0-rc.0 / 2020-04-24
|
||||
|
||||
* [CHANGE] Federation: Only use local TSDB for federation (ignore remote read). #7077
|
||||
* [CHANGE] Rules: `rule_evaluations_total` and `rule_evaluation_failures_total` have a `rule_group` label now. #7094
|
||||
* [FEATURE] Tracing: Added experimental Jaeger support #7148
|
||||
* [ENHANCEMENT] TSDB: Significantly reduce WAL size kept around after a block cut. #7098
|
||||
* [ENHANCEMENT] Discovery: Add `architecture` meta label for EC2. #7000
|
||||
* [BUGFIX] React UI: Fixed multiselect legend on OSX. #6880
|
||||
* [BUGFIX] Remote Write: Fixed blocked resharding edge case. #7122
|
||||
* [BUGFIX] Remote Write: Fixed remote write not updating on relabel configs change. #7073
|
||||
|
||||
|
||||
## 2.17.2 / 2020-04-20
|
||||
|
||||
* [BUGFIX] Federation: Register federation metrics #7081
|
||||
|
|
Loading…
Reference in a new issue