Update victoriametrics/vmagent Docker tag to v1.127.0 #567
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.126.0->v1.127.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.127.0Compare 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.resultsLimitcommand-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
vmauthside for indefinite amounts of time. This was preventing from usingvmauthfor streaming the data from backends in live tailing mode. See VictoriaLogs#667.FEATURE: vmbackup, vmrestore: push metrics to configured
-pushmetrics.urlon shutdown. Before, if-pushmetrics.urlwas 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
vmstoragein VictoriaMetrics cluster: prevent unexpected performance degradation caused by cache misses (exposed viavm_cache_misses_totalmetric) during rotation. See this PR #9769 for details.BUGFIX: all components: restore sorting order of summary and quantile metrics exposed by VictoriaMetrics components on
/metricspage. See metrics#105 for details.BUGFIX: vmsingle and
vmselectin 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
querytemplates 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.