docs/CHANGELOG.md: mention about bugfix, which properly removes unregistered targets from /targets page

See bugfix at a4c7fcb5e1
This commit is contained in:
Aliaksandr Valialkin 2020-12-15 21:06:01 +02:00
parent c4ec977934
commit f89c3e505a

View file

@ -4,6 +4,8 @@
* FEATURE: vmagent: export `vmagent_remotewrite_blocks_sent_total` and `vmagent_remotewrite_blocks_sent_total` metrics for each `-remoteWrite.url`.
* BUGFIX: vmagent: properly delete unregistered scrape targets from `/targets` and `/api/v1/targets` pages. They weren't deleted due to the bug in `v1.50.0`.
# [v1.50.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.50.0)