-
SECURITY: upgrade Go builder from Go1.24.1 to Go1.24.2. See the list of issues addressed in Go1.24.2.
-
FEATURE: dashboards/single, dashboards/cluster: remove panel
Storage full ETA
as it could have showing incorrect predictions and result in user's confusion. See more details in this PR. -
FEATURE: dashboards/all: drop all dashboards tags except
victoriametrics
orvictorialogs
tags for consistency. Havingvictoriametrics
orvictorialogs
tags should be enough for filtering dashboards related to VictoriaMetrics components. -
FEATURE: vmsingle, vmagent: support filtering targets via
scrapePool
GET param in/api/v1/targets
API. -
FEATURE: vmalert: expose
isPartial
information in debug logs if the-datasource.url
supports it. Thanks to @eyazici90 for the pull request. -
FEATURE: vmalert: support debug mode for recording rules. Previously, debug mode was available only for alerting rules. Thanks to @eyazici90 for the pull request.
-
BUGFIX: vmgateway: properly set the
Host
header when routing requests to-write.url
and-read.url
, which is needed for reverse proxies like Traefik. -
BUGFIX: vmalert for VictoriaMetrics enterprise: properly attach tenant labels
vm_account_id
andvm_project_id
to alerting rules when enabling-clusterMode
. Previously, these labels were lost in alert messages to Alertmanager. Bug was introduced in v1.112.0. -
BUGFIX: vmui: fix auto-suggestion functionality inside functions. See this issue.
-
BUGFIX: vmauth: return
502 Bad Gateway
status code in case request failed due to a network timeout. Previously, vmauth would incorrectly return200 OK
. See this issue. -
BUGFIX: stream aggregation: fix panic on
rate
output. See this issue. -
BUGFIX: vmbackup, vmrestore, vmbackupmanager: fix compatibility with S3-compatible storages which do not support data integrity checks. See this issue.