New
v1.122.14
v1.122.14
Released at 2026-01-30
v1.122.x is a line of LTS releases. It contains important up-to-date bugfixes for VictoriaMetrics enterprise. All these fixes are also included in the latest community release. The v1.122.x line will be supported for at least 12 months since v1.122.0 release
- BUGFIX: vmauth: stop backend health checks for URL prefixes defined in
url_mapduring configuration reloads. Previously, stale backends kept being health-checked and produced repeated warning logs after reloads. See #10334. - BUGFIX:
vmstoragein VictoriaMetrics cluster: correctly return tenants results for/admin/tenantswhenstartorendare specified. See #10312 - BUGFIX: vmui: fix "Percentage from total" calculation on the Cardinality Explorer page when multiple metrics match the filter. See #10323. Thanks to @PleasingFungus for the contribution.
- BUGFIX: vmagent: apply check to decompressed data instead of compressed data. See .