Update victoriametrics/vmagent Docker tag to v1.125.0 #553
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.124.0->v1.125.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.125.0Compare Source
v1.125.0
Released at 2025-08-29
FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: apply
-search.maxQueryLenlimit to Graphite queries. Previously, this limit was only applied to Prometheus queries.FEATURE: upgrade Go builder from Go1.24.6 to Go1.25. See Go1.25 release notes.
FEATURE: vmui: add export functionality for Query (Table view) and RawQuery tabs in CSV/JSON format. See #9332.
FEATURE: vmui: replace
Alertstab withAlertingtab in vmui. The newAlertingtab displays vmalert groups and rules directly in vmui interface without redirecting user to vmalert's WEB UI. Links of format.*/prometheus/vmalert/.*will continue working by redirecting to vmalert's UI. This functionality is available only if-vmalert.proxyURLis set on vmselect. Some functionality of the newAlertingtab requires vmalert to be of the same version as vmselect, or higher.FEATURE: vmalert: add
/api/v1/group?group_id=<id>API endpoint for viewing details of a specific rules group. The new handler is used by newAlertingtab in vmselect.FEATURE: vmalert: add
lastErrorfield to/api/v1/notifiersresponse. The new field contains an error message if the last attempt to send data to the notifier failed. The error can be also viewed inAlerting. Notifierstab.FEATURE: vmsingle and
vmstoragein VictoriaMetrics cluster: optimize/api/v1/labelsand/api/v1/label/TAG/valuesrequests with a singlematchorextra_filtersfilter containing timeseries metric name. See this PR #9489 for details.BUGFIX: vmagent: prevent remote write ingestion stop on push error for Google Pub/Sub integration.
BUGFIX: vmauth: properly handle mTLS authorization and routing. Previously it didn't work. See #29.
BUGFIX: MetricsQL: fix
timestampfunction compatibility with Prometheus when used with sub-expressions such astimestamp(sum(foo)). The fix applies only when-search.disableImplicitConversionflag is set. See more in #9527-comment and metricsql#55.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: optimize subtract operation on uint64 sets. This should potentially improve index search with huge number of deleted series. See this issue 9602 for details.BUGFIX: all VictoriaMetrics enterprise components: fix support for automatic issuing of TLS certificates for HTTPS server at
-httpListenAddrvia Let's Encrypt service. See these docs.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.