v1.122.5
Released at 2025-10-03
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
-
SECURITY: upgrade Go builder from Go1.24.6 to Go1.24.7. See the list of issues addressed in Go1.24.7.
-
BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: prevent unexpected performance degradation caused by cache misses (exposed viavm_cache_misses_totalmetric) during rotation. See this PR (#9769)[https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9769] for details. - BUGFIX: all components: restore sorting order of summary and quantile metrics exposed by VictoriaMetrics components on
/metricspage. See metrics#105 for details. - BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: avoid applying offset modifier twice to the request time when an instant query uses rollup functionsrate()oravg_over_time()with cache enabled. See #9762. - BUGFIX: vmalert: restore support for
querytemplates in alert rule labels after the regression introduced in #9543. See #9783 for details.