v1.110.28
v1.110.28
Released at 2026-01-16
v1.110.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.110.x line will be supported for at least 12 months since v1.110.0 release
-
SECURITY: upgrade Go builder from Go1.24.11 to Go1.24.12. See the list of issues addressed in Go1.24.12.
-
BUGFIX: vmagent: fix configuration reloading for
-remoteWrite.relabelConfigand-remoteWrite.urlRelabelConfigwhen vmagent is launched with empty files. Previously, if vmagent started with an empty config, subsequent config reloads were ignored. See #10211. -
BUGFIX:
vmstoragein VictoriaMetrics cluster: reduce default value forstorage.vminsertConnsShutdownDurationflag from25sto10sseconds. It reduces probability of ungraceful storage shutdown at Kubernetes based environments, which has 30 seconds default graceful termination period value. See #10273 -
BUGFIX: vmui: fix heatmap rendering issues where charts could break or appear empty when bucket values were uniform or sparse. See .