docs/CHANGELOG.md: document 9ca1cbced1

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1635
This commit is contained in:
Aliaksandr Valialkin 2021-09-21 23:17:00 +03:00
parent 9ca1cbced1
commit a13c3de36f
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -6,6 +6,8 @@ sort: 15
## tip
* FEATURE: add `-cluster` and/or `-enterprise` suffixes to `short_version` label at `vm_app_version` metric exposed at `/metrics` page of every VictoriaMetrics component. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1635).
* BUGFIX: vmselect: fix accessing [Graphite APIs](https://docs.victoriametrics.com/#graphite-api-usage). The access has been broken in v1.66.0, because `/graphite/*` path prefix accidentally clashed with `/graph*` path prefix used for VictoriaMetrics UI (aka `vmui`).
* BUGFIX: fix parsing `regex: <bool_or_number>` in relabeling rules (for example, `regex: true` or `regex: 123`). The bug has been introduced in v1.66.0.