Update VictoriaMetrics #733
Reference in New Issue
Block a user
Delete Branch "renovate/victoriametrics"
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.145.0→v1.146.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.146.0Compare Source
v1.146.0
Released at 2026-06-19
FEATURE: all VictoriaMetrics components: add
-http.header.disableServerHostnamecommand-line flag for disabling theX-Server-HostnameHTTP response header. See #11067. Thanks to @zasdaym for contribution.FEATURE: vmsingle and
vmselectin VictoriaMetrics cluster: log calls to /api/v1/admin/tsdb/delete_series API handler. This should help to identify events of metrics deletion from the database. See #11104.FEATURE: vmctl: add
-vm-headersand-vm-bearer-tokenflags for authenticating requests to the VictoriaMetrics import destination. The flags are available inopentsdb,influx,remote-read,prometheus,mimir, andthanosvmctl sub-commands. See #8897.FEATURE: vmui: add the
lastvalue to graph legend statistics. See #10759.FEATURE: stream aggregation: expose
vm_streamaggr_dedup_dropped_samples_totalto allow tracking dropped old samples during deduplication.FEATURE: stream aggregation: use the aggregation rule interval as the default staleness_interval instead of
2*interval, to reduce spikes when there are gaps between received samples. See #11102.FEATURE: vmagent: add a new flag
-remoteWrite.inmemoryQueuesto prioritize recently ingested data over historical data stored at file-based persistent queue. See #8833FEATURE: vmagent: add
-promscrape.cluster.shardByLabelscommand-line flag for selecting target labels used for sharding scrape targets amongvmagentinstances in cluster mode. See #11044.FEATURE: vmctl: add
-vm-headersand-vm-bearer-tokenflags for authenticating requests to the VictoriaMetrics import destination. The flags are available inopentsdb,influx,remote-read,prometheus,mimir, andthanosvmctl sub-commands. See #8897.FEATURE: vmsingle and
vmselectin VictoriaMetrics cluster: log calls to /api/v1/admin/tsdb/delete_series API handler. This should help to identify events of metrics deletion from the database. See #11104.FEATURE: vmui: add the
lastvalue to graph legend statistics. See #10759.BUGFIX: enterprise vmsingle and
vmstoragein VictoriaMetrics cluster: properly expose metricvm_retention_filters_partitions_scheduled_rows. See #11138BUGFIX: stream aggregation: fix issue with producing aggregated samples with identical timestamps between flushes. See #10808.
BUGFIX: vmagent: fix potential corruption of remote-write metadata
Unitvalues. See #11120. Thanks for @fxrlv for the contribution.BUGFIX: vmalert,vmauth,vmagent and vmsingle: fix rare unbounded shutdown delay when config reload takes longer than
-configCheckInterval. See #11107. Thanks to @PleasingFungus for contribution.BUGFIX: vmbackup, vmbackupmanager: do not fail backup list if directory is absent while using
fs://destination to align with other protocols. See 6c3c548d.BUGFIX: vmctl: push metrics to configured
-pushmetrics.urlon shutdown when migration fails. Previously, metrics were not pushed if vmctl exited with an error. See #11081. Thanks to @zasdaym for contribution.BUGFIX: vmrestore: disallow restoring parts outside the configured
-storageDataPathdirectory. See 710c920d.BUGFIX:
vmselectin VictoriaMetrics cluster: correctly apply long tenant filters. Previously, such filters could be truncated, causing tenants to be matched incorrectly. See #11096. Thanks for @fxrlv for the contribution.BUGFIX:
vmselectin VictoriaMetrics cluster: fix corrupted metrics metadata when a response contains multiple rows. See #11115. Thanks for @fxrlv for the contribution.BUGFIX:
vmselectin VictoriaMetrics cluster: don't cache empty responses for tenant IDs discovery during multitenant queries. This problem was visible during integration tests when multitenant queries were executed before the first ingestion happened. See #10982BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: properly escapemetricFamilyNameat metrics metadata response. See #11129. Thanks for @fxrlv for the contribution.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: prevent more cases of panic during directory deletion onNFS-based mounts. See #11060.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.