v1.122.6
Released at 2025-10-17
v1.122.x is a line of LTS releases. It contains important up-to-date bugfixes for [VictoriaMetrics enterprise](https://docs.victoriametrics.c>
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 base docker image (Alpine) from 3.22.1 to 3.22.2. See Alpine 3.22.2 release notes.
-
SECURITY: upgrade Go builder from Go1.24.7 to Go1.24.9. See the list of issues addressed in Go1.24.9.
-
BUGFIX: vmbackup, vmrestore, vmbackupmanager: properly apply additional configuration of connection provided via environment variables (such as
AWS_CA_BUNDLE
). Previously, such settings were ignored starting from v1.115.0. See this issue #9858 for details. -
BUGFIX: stream aggregation: remove impact of
flush_on_shutdown
on timestamps of flushed samples. See #9642.