-
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 ETAas 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
victoriametricsorvictorialogstags for consistency. Havingvictoriametricsorvictorialogstags should be enough for filtering dashboards related to VictoriaMetrics components. -
FEATURE: vmsingle, vmagent: support filtering targets via
scrapePoolGET param in/api/v1/targetsAPI. -
FEATURE: vmalert: expose
isPartialinformation in debug logs if the-datasource.urlsupports 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
Hostheader when routing requests to-write.urland-read.url, which is needed for reverse proxies like Traefik. -
BUGFIX: vmalert for VictoriaMetrics enterprise: properly attach tenant labels
vm_account_idandvm_project_idto 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 Gatewaystatus 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
rateoutput. See this issue. -
BUGFIX: vmbackup, vmrestore, vmbackupmanager: fix compatibility with S3-compatible storages which do not support data integrity checks. See this issue.