Update victoriametrics/vmagent Docker tag to v1.120.0 #503
Reference in New Issue
Block a user
No description provided.
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.119.0
->v1.120.0
Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.120.0
Compare Source
v1.120.0
Released at 2025-06-20
SECURITY: upgrade Go builder from Go1.24.3 to Go1.24.4. See the list of issues addressed in Go1.24.4.
SECURITY: upgrade base docker image (Alpine) from 3.21.3 to 3.22.0. See Alpine 3.22.0 release notes.
FEATURE: all the VictoriaMetrics components: add
-http.disableKeepAlive
to disable HTTP keep-alives for incoming connections. The flag could improve load balancing among replicas behind HTTP load balancers. See #9125 and #2395 for details.FEATURE: dashboards/cluster: add panel
Partitions scheduled for re-processing
toTroubleshooting
row. It shows the amount of data scheduled for downsampling or retention filters. The new panel should help to correlate resource usage with background re-processing of partitions.FEATURE: MetricsQL: support rate_prometheus function, an equivalent to
increase_prometheus(series_selector[d]) / d
. See #8901 and #8891 for details.FEATURE: MetricsQL: respect staleness markers when calculating
rate
andincrease
functions. The new behavior will interrupt rate/increase calculation if last sample on the selected time window is a staleness marker, making the series to disappear immediately instead of slowly fading away. See more details in #8891-comment.FEATURE: vmalert: do not break vmalert process under replay mode when rule uses
query
template, but only logging a warning.FEATURE: vmalert: correct the rule evaluation timestamp if the system clock is changed during runtime. See #8790.
FEATURE: vmalert: respect group
concurrency
setting in replay mode when-replay.rulesDelay=0
. See this #7387 for details. Thanks to @BenNF for the PR #9214.FEATURE: vmsingle and
vmstorage
in VictoriaMetrics cluster: allow overriding default limits for in-memory cachestorage/metricName
via flag-storage.cacheSizeStorageMetricName
.BUGFIX: vmsingle and
vmstorage
in VictoriaMetrics cluster: fix incorrect sorting of tag filters, which led to suboptimal tag filter evaluation order and potentially degraded query performance in rare cases. See #9127 for details.BUGFIX: vmbackup, vmbackupmanager: fix server-side copying of objects for Azure Blob Storage when using managed identity for authentication. Previously, it wasn't possible to use smart backups strategy for
vmbackup
as server-side copy would fail. See #9131.BUGFIX: vmbackupmanager: increase startup healthcheck delay for storage reachability from 30 seconds to 3 minutes. This is required to avoid vmbackupmanager restarts when storage node startup take more than 30 seconds (e.g. when storage nodes stores more than 5Tb of data).
BUGFIX: VictoriaMetrics Enterprise cluster: properly include FIPS binaries in release artifacts for platforms other than windows. Previously, FIPS binaries were only included in windows release artifacts. See #9188.
BUGFIX: stream aggregation: properly calculate
rate_sum
andrate_avg
aggregations if aggregationinterval
is smaller than distance between samples timestamps. See #9017.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.