v1.152.0
CompareGitHub
Released at 2026-09-11
SECURITY: upgrade Go builder from Go1.26.6 to Go1.27.1. See Go 1.27 release notes.
SECURITY: vmauth: fix authorization bypass in JWT-based routing when
match_claimsvalues are used. See GHSA-f99m-22fh-qw96.SECURITY: vmsingle and
vmselectin VictoriaMetrics cluster: properly escape server-side errors returned by/metric-relabel-debugsince they could contain parts of user input. This prevents XSS attacks on the/vmui/#/relabelingpage. See GHSA-vw10j-rqhg-qff9.FEATURE: vmauth: add the
deny_pathsoption tourl_mapto reject a subset of paths matched bysrc_pathsor othersrc_*options with403 Forbidden(401 Unauthorizedfor anonymous requests) instead of enumerating every allowed path. See #11452. Thanks to @andriibeee for contribution.FEATURE: alerts-health: split
TooManyLogsalert intoTooManyErrorLogsandTooManyLogs.TooManyLogsnow covers onlywarn-level logs and aggregates them per job and instance.TooManyErrorLogsfires onerror,fatal, andpaniclogs with per-location granularity, making it easier to identify the exact source of critical log messages. See #11417.FEATURE: vmui: show the range between the minimum and maximum values for each graph line in the legend. See #11425. Thanks to @umer901 for contribution.
BUGFIX: all VictoriaMetrics components: hide values passed to
-pushmetrics.headerin startup logs,/metrics, and/flags, since they can contain sensitive HTTP headers such asAuthorizationand API keys. See #11545.BUGFIX: vmsingle, vmagent and
vminsertin VictoriaMetrics cluster: fix insert requests getting stuck after another insert request times out, causing clients to time out while waiting for a response. See VictoriaLogs#1743.BUGFIX:
vmselectin VictoriaMetrics cluster: apply thelefilter at/api/v1/status/metric_names_statsafter merging request counters from allvmstoragenodes. Previously, the endpoint could report actively queried metrics as unused when the local request counter was zero on one of the nodes. See #11473. Thanks to @missusk for contribution.BUGFIX: vmagent: now MDX discards cardinality_estimate and
cardinality_churn_ratiometrics exposed by vmestimator service. #11501.BUGFIX:
vmselectin VictoriaMetrics cluster: allow access to/prometheus/api/v1/admin/tsdb/delete_seriesandgraphite/tags/delSeriesusing only the corresponding-deleteAuthKey, even when-httpAuth.*is also configured, without additionally requiring-httpAuth.*credentials. See #11512.