docs/CHANGELOG.md: cut v1.74.0

This commit is contained in:
Aliaksandr Valialkin 2022-03-03 19:30:41 +02:00
parent 235ef947ed
commit e7a0b4e095
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -14,6 +14,11 @@ The following tip changes can be tested by building VictoriaMetrics components f
## tip
## [v1.74.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.74.0)
Released at 03-03-2022
* FEATURE: add support for conditional relabeling via `if` filter. The `if` filter can contain arbitrary [series selector](https://prometheus.io/docs/prometheus/latest/querying/basics/#time-series-selectors). For example, the following rule drops targets matching `foo{bar="baz"}` series selector:
```yml