Update victoriametrics/vmagent Docker tag to v1.127.0 #567

Merged
AverageMarcus merged 1 commits from renovate/victoriametrics into master 2025-10-08 07:09:34 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
victoriametrics/vmagent minor 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 using vmauth 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 via vm_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 functions rate() or avg_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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [victoriametrics/vmagent](https://github.com/VictoriaMetrics/VictoriaMetrics) | minor | `v1.126.0` -> `v1.127.0` | --- ### Release Notes <details> <summary>VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)</summary> ### [`v1.127.0`](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.127.0) [Compare Source](https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.126.0...v1.127.0) ##### [v1.127.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/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](https://github.com/golang/go/issues?q=milestone%3AGo1.25.1%20label%3ACherryPickApproved). - FEATURE: [vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/): add `-rule.resultsLimit` command-line flag to allow limiting the number of alerts or recording results a single rule can produce. See [#&#8203;5792](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5792). - FEATURE: [vmauth](https://docs.victoriametrics.com/victoriametrics/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 using `vmauth` for streaming the data from backends in [live tailing mode](https://docs.victoriametrics.com/victorialogs/querying/#live-tailing). See [VictoriaLogs#667](https://github.com/VictoriaMetrics/VictoriaLogs/issues/667). - FEATURE: [vmbackup](https://docs.victoriametrics.com/victoriametrics/vmbackup/), [vmrestore](https://docs.victoriametrics.com/victoriametrics/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](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/dashboards/operator.json), [dashboards/query-stats](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/dashboards/query-stats.json): add ad-hoc filters. - BUGFIX: [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/): remove the error log when marshaling an invalid comment or an empty HELP metadata line during scraping, if [metadata processing](https://docs.victoriametrics.com/victoriametrics/vmagent/#metric-metadata) is enabled. See [#&#8203;9710](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9710). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): prevent unexpected performance degradation caused by cache misses (exposed via `vm_cache_misses_total` metric) during rotation. See this PR [#&#8203;9769](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9769) for details. - BUGFIX: all components: restore sorting order of summary and quantile metrics exposed by VictoriaMetrics components on `/metrics` page. See [metrics#105](https://github.com/VictoriaMetrics/metrics/pull/105) for details. - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): avoid applying offset modifier twice to the request time when an instant query uses rollup functions `rate()` or `avg_over_time()` with cache enabled. See [#&#8203;9762](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9762). - BUGFIX: [vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/): restore support for `query` templates in alert rule labels after the regression introduced in [#&#8203;9543](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9543). See [#&#8203;9783](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9783) for details. </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-10-08 03:19:07 +00:00
AverageMarcus merged commit bfcddd7a76 into master 2025-10-08 07:09:34 +00:00
AverageMarcus deleted branch renovate/victoriametrics 2025-10-08 07:09:34 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#567
No description provided.