v1.122.25
v1.122.25
Released at 2026-06-19
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: stream aggregation: fix issue with producing aggregated samples with identical timestamps between flushes. See #10808.
- BUGFIX: vmalert,vmauth,vmagent and vmsingle: fix rare unbounded shutdown delay when config reload takes longer than
-configCheckInterval. See #11107. Thanks to @PleasingFungus for contribution. - BUGFIX:
vmselectin VictoriaMetrics cluster: fix corrupted metrics metadata when a response contains multiple rows. See #11115. Thanks for @fxrlv for the contribution. - BUGFIX: vmbackup, vmbackupmanager: do not fail backup list if directory is absent while using
fs://destination to align with other protocols. See 6c3c548d - BUGFIX: vmrestore: disallow restoring parts outside the configured
-storageDataPathdirectory. See 710c920d.