chore(deps): update docker.io/victoriametrics/victoria-metrics docker tag to v1.149.0 #590
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/docker.io-victoriametrics-victoria-metrics-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.148.0→v1.149.0Release Notes
VictoriaMetrics/VictoriaMetrics (docker.io/victoriametrics/victoria-metrics)
v1.149.0Compare Source
v1.149.0
Released at 2026-07-31
Update Note 1:
vminsertin VictoriaMetrics cluster: the default value of-disableReroutingflag has changed fromtruetofalse, enabling slowness-based re-routing by default. Slowness re-routing is automatically disabled when-replicationFactoris greater than 1. If you rely on the old behavior, pass-disableReroutingcommand-line flag tovminsert. See #11287.Update Note 2: vmsingle and
vmselectin VictoriaMetrics cluster: the/api/v1/admin/tsdb/delete_series,/tags/delSeriesendpoints now requirePOSTmethod. Previously, it also acceptedGETrequests. If you useGETrequests for this endpoint, update your scripts or tooling to usePOSTinstead. See #5552.SECURITY: vmsingle and
vmselectin VictoriaMetrics cluster: restrict/api/v1/admin/tsdb/delete_series,/tags/delSeriesendpoints toPOSTmethod only to prevent some SSRF-based data deletion attacks. See #5552.FEATURE: dashboards: add
Fsync avg durationpanel to the Troubleshooting section of the single-node, cluster, and vmagent dashboards. This panel surfaces degradation of IO operation for faster incident triage. See #10432.FEATURE: vmagent: add
namelabel identifying the corresponding-remoteWrite.urltarget to thevm_persistentqueue_*metrics exposed by persistent queue. See #7944. Thanks to @tIGO for contribution.FEATURE: vmagent: add
-remoteWrite.obfuscateLabelsflag for hashing values of the specified labels before sending metrics to the corresponding-remoteWrite.url. This allows sharing metrics with external systems while keeping sensitive label values hidden. See #10599.FEATURE: vmalert: add
-replay.continueWithExecutionErrflag to allow continuing to replay other rules when a rule execution fails with a 422 response code, which can happen due to an expression syntax error or a resource limit being hit. See 11313.FEATURE: vmalert: add template variable
$intervalto expose the alerting rule group's evaluation interval. This allows generating dashboard links with a lookback window relative to the rule's interval, for example&from={{ ($activeAt.Add (parseDurationTime (printf "-%s" .Interval))).UnixMilli }}&to={{ $activeAt.UnixMilli }}. See #11232. Thanks to @1solomonwakhungu for contribution.FEATURE: vmbackupmanager and alerts: introduce
vm_backup_last_success_atmetric to track the last successful backup by type. Add alerting rulesNoLatestBackupWithinLastDay,NoHourlyBackupWithinLastDay,NoDailyBackupWithinLast3Days,NoWeeklyBackupWithinLast14DaysandNoMonthlyBackupWithinLast62Daysto remind users about the missing backups. See #11217.FEATURE: vmctl: support Prometheus native histograms migration in remote read mode. Native histograms are converted into
_count,_sumand_bucketseries withvmrangelabels in the same way as VictoriaMetrics converts native histograms received via Prometheus remote write protocol, except that for native histograms with custom buckets the original bucket bounds are preserved instead of being estimated with the exponential formula. Previously native histograms were silently ignored inSAMPLESmode, while in stream mode the migration failed withEOFerror. See #11292. Thanks to @liuxu623 for contribution.FEATURE:
vminsertin VictoriaMetrics cluster: enable slowness-based re-routing by default. Previously,-disableReroutingdefaulted totrue, which limited ingestion throughput to the slowestvmstoragenode. Now-disableReroutingdefaults tofalse, sovminsertautomatically routes data away from the slowestvmstoragenode, improving overall ingestion performance. Slowness re-routing is automatically disabled when-replicationFactoris greater than 1. See #11287.FEATURE: vmui: persist the selected auto-refresh interval in the URL. See VictoriaLogs#1310.
BUGFIX: MetricsQL: properly drop data points filtered out by an inner comparison operation when its result is used on the right side of another comparison. Previously, queries like
foo != (bar > 100)could return unexpected results because filtered-out data points are represented internally asNaN, andvalue != NaNevaluates totrue. Comparisons against explicitly presentNaNvalues keep the previous behavior. See #10018. Thanks to @zasdaym for contribution.BUGFIX: vmagent and vmsingle: ignore HTTP proxy environment variables when scraping targets over Unix domain sockets. See #11318. Thanks to @lwmacct for contribution.
BUGFIX: vmalert: fixed the display of rule state badges on the
Groupspage in the web UI. See #11160.BUGFIX: vmbackupmanager: previously,
vmbackupmanagerwas crashing on startup when it failed to restore backup state from remote storage, causing a crash loop. Now it logs the error and continues running, retrying the state restore before each scheduled backup. Addedvm_backup_errors_total{type="restoreState"}metric to track backup state restore failures. See #11217.BUGFIX: stream aggregation: fix incorrect sum_samples_total results when
enable_windows: trueis set. See #11261. Thanks to @beyond-infra for contribution.BUGFIX: vmsingle,
vmselectin VictoriaMetrics cluster and vmctl: accept scientific notation with sub-second precision (e.g.1.784144612388E9) for timestamp args such asstartandendin/api/v1/query_rangeand--vm-native-filter-time-startand--vm-native-filter-time-endinvmctl. Previously, values with this pattern were rejected, which is incompatible with Prometheus. See #11268. Thanks to @STiFLeR7 for contribution.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.