v1.102.17
Released at 2025-03-21
v1.102.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.102.x line will be supported for at least 12 months since v1.102.0 release
-
SECURITY: upgrade golang.org/x/net from v0.33.0 to v0.36.0 to address CVE-2025-22870.
-
BUGFIX: vmbackupmanager: do not set
vm_backup_last_run_failed
metric to1
when running vmbackupmanager with an empty storage. Previously, the metrics was set to1
even though backup was not created yet. See this issue. -
BUGFIX: vmalert, vmctl, vmbackup, vmrestore, vmbackupmanager: properly apply TLS settings for URLs with scheme other than
https
. Previously, TLS settings were ignored for such URLs. That could lead to unexpected behavior when a request was receiving a redirect response to a URL withhttps
scheme. See this issue for details. -
BUGFIX: vmagent: prevent dropping persistent queue data when changes happened for
-remoteWrite.showURL
flag, query params or fragment in remote write URL. See this issue. -
BUGFIX: vmagent: properly send staleness markers if scrape error occurs. See this issue for details.
-
BUGFIX: vmalert: fix memory leak when sending alerts with
-notifier.blackhole
enabled. Bug was introduced in v1.112.0. -
BUGFIX: vmalert: properly compare rules
group.checksum
and statically definegroup.id
at creation time. See this PR for details. -
BUGFIX: vmalert: fix memory leak during rule group updates on reload. Bug was introduced in v1.112.0. See this issue.
-
BUGFIX: vmgateway: fix the
vmgateway_ratelimit_refresh_duration_seconds
value, before it did not account for the actual time spent refreshing limits.