Update victoriametrics/vmagent Docker tag to v1.127.0 #567
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.126.0
->v1.127.0
Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.127.0
Compare Source
v1.127.0
Released at 2025-10-03
SECURITY: upgrade Go builder from Go1.25.0 to Go1.25.1. See the list of issues addressed in Go1.25.1.
FEATURE: vmalert: add
-rule.resultsLimit
command-line flag to allow limiting the number of alerts or recording results a single rule can produce. See #5792.FEATURE: vmauth: stream responses from backends to clients without delays. Previously the backend data could be buffered at
vmauth
side for indefinite amounts of time. This was preventing from usingvmauth
for streaming the data from backends in live tailing mode. See VictoriaLogs#667.FEATURE: vmbackup, vmrestore: push metrics to configured
-pushmetrics.url
on shutdown. Before, if-pushmetrics.url
was configured, vmbackup or vmrestore might have skipped to report their metrics before shutdown.FEATURE: dashboards/operator, dashboards/query-stats: add ad-hoc filters.
BUGFIX: vmagent: remove the error log when marshaling an invalid comment or an empty HELP metadata line during scraping, if metadata processing is enabled. See #9710.
BUGFIX: vmsingle and
vmstorage
in VictoriaMetrics cluster: prevent unexpected performance degradation caused by cache misses (exposed viavm_cache_misses_total
metric) during rotation. See this PR #9769 for details.BUGFIX: all components: restore sorting order of summary and quantile metrics exposed by VictoriaMetrics components on
/metrics
page. See metrics#105 for details.BUGFIX: vmsingle and
vmselect
in VictoriaMetrics cluster: avoid applying offset modifier twice to the request time when an instant query uses rollup functionsrate()
oravg_over_time()
with cache enabled. See #9762.BUGFIX: vmalert: restore support for
query
templates in alert rule labels after the regression introduced in #9543. See #9783 for details.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.