Update victoriametrics/vmagent Docker tag to v1.134.0 #638

Merged
AverageMarcus merged 1 commits from renovate/victoriametrics into master 2026-01-20 12:44:30 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
victoriametrics/vmagent minor v1.133.0v1.134.0

Release Notes

VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)

v1.134.0

Compare Source

v1.134.0

Released at 2026-01-16

  • SECURITY: upgrade Go builder from Go1.25.5 to Go1.25.5. See the list of issues addressed in Go1.25.6.

  • FEATURE: dashboards/single: refine VictoriaMetrics - single dashboard and aligned it with the VictoriaMetrics - cluster dashboard. For the full list of changes see #​10132-comment and #​10260.

  • FEATURE: vmagent: add vm_persistentqueue_free_disk_space_bytes metric for vmagent's persistent queue capacity. See #​10193.

  • FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: expose vm_rollup_result_cache_requests_total which tracks the number of requests to the query rollup cache. See #​10117.

  • FEATURE: vmauth: add a metric vmauth_http_request_errors_total{reason="client_canceled"} to measure client cancelled requests. This should help with debugging vmauth issues. See #​10233.

  • FEATURE: vmauth: do not retry client canceled requests. See #​10233.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: add explicit month duration unit (M) for -retentionPeriod flag. This allows users to specify retention periods in months more explicitly. See #​10181.

  • FEATURE: dashboards/vmagent: add Persistent queue Full ETA panel to the Drilldown section. This panel helps estimate how much time remains until vmagent starts dropping incoming metrics. See #​10193.

  • FEATURE: vmalert: add support for $isPartial variable in alerting rule annotation templating. This allows users to include an additional warning message in alerts triggered by partial query responses. See #​4531.

  • FEATURE: vmsingle and vmselect in VictoriaMetrics cluster: calculate the lookbehind window as the median of the intervals between the last 20 raw samples within the requested time range for range queries. Previously, this calculation was based on the first 20 samples, using the last 20 samples should improve accuracy for recent data. See #​10281.

  • BUGFIX: vmagent: fix configuration reloading for -remoteWrite.relabelConfig and -remoteWrite.urlRelabelConfig when vmagent is launched with empty files. Previously, if vmagent started with an empty config, subsequent config reloads were ignored. See #​10211.

  • BUGFIX: vmsingle and vmstorage in VictoriaMetrics cluster: prevent slow ingestion requests and CPU usage spikes during midnight daily-index creation. See #​10064.

  • BUGFIX: vmsingle: fix a missing path error for http://<victoriametrics-addr>:8428/zabbixconnector/api/v1/history. See 10214.

  • BUGFIX: vmstorage in VictoriaMetrics cluster: reduce default value for storage.vminsertConnsShutdownDuration flag from 25s to 10s seconds. It reduces probability of ungraceful storage shutdown at Kubernetes based environments, which has 30 seconds default graceful termination period value. See #​10273

  • BUGFIX: vmui: remove legacy tenantID query param and use the URL path as the single source of truth for multitenancy. See #​10232.

  • BUGFIX: vmui: fix heatmap rendering issues where charts could break or appear empty when bucket values were uniform or sparse. See #​10240.

  • BUGFIX: all VictoriaMetrics components: prefer numerical values over stale markers when samples share the same timestamp during deduplication. See #​10196.

  • BUGFIX: vmstorage in VictoriaMetrics cluster: correctly return results for /api/v1/labels and /api/v1/label/{}/values when match[], extra_filters or extra_labels are specified. See #​10294


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.133.0` → `v1.134.0` | --- ### Release Notes <details> <summary>VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)</summary> ### [`v1.134.0`](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.134.0) [Compare Source](https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.133.0...v1.134.0) ##### [v1.134.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.134.0) Released at 2026-01-16 - SECURITY: upgrade Go builder from Go1.25.5 to Go1.25.5. See [the list of issues addressed in Go1.25.6](https://github.com/golang/go/issues?q=milestone%3AGo1.25.6%20label%3ACherryPickApproved). - FEATURE: [dashboards/single](https://grafana.com/grafana/dashboards/10229): refine `VictoriaMetrics - single` dashboard and aligned it with the [VictoriaMetrics - cluster](https://grafana.com/grafana/dashboards/11176) dashboard. For the full list of changes see [#&#8203;10132-comment](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10187#issuecomment-3696769466) and [#&#8203;10260](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10260). - FEATURE: [vmagent](https://docs.victoriametrics.com/vmagent/): add `vm_persistentqueue_free_disk_space_bytes` metric for vmagent's persistent queue capacity. See [#&#8203;10193](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10193). - FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): expose `vm_rollup_result_cache_requests_total` which tracks the number of requests to the query rollup cache. See [#&#8203;10117](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10117). - FEATURE: [vmauth](https://docs.victoriametrics.com/victoriametrics/vmauth/): add a metric `vmauth_http_request_errors_total{reason="client_canceled"}` to measure client cancelled requests. This should help with debugging vmauth issues. See [#&#8203;10233](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10233). - FEATURE: [vmauth](https://docs.victoriametrics.com/victoriametrics/vmauth/): do not retry client canceled requests. See [#&#8203;10233](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10233). - FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): add explicit month duration unit (`M`) for `-retentionPeriod` flag. This allows users to specify retention periods in months more explicitly. See [#&#8203;10181](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10181). - FEATURE: [dashboards/vmagent](https://grafana.com/grafana/dashboards/12683): add `Persistent queue Full ETA` panel to the `Drilldown` section. This panel helps estimate how much time remains until `vmagent` starts dropping incoming metrics. See [#&#8203;10193](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10193). - FEATURE: [vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/): add support for `$isPartial` variable in alerting rule annotation [templating](https://docs.victoriametrics.com/victoriametrics/vmalert/#templating). This allows users to include an additional warning message in alerts triggered by partial query responses. See [#&#8203;4531](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4531). - FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): calculate the lookbehind window as the median of the intervals between the last 20 raw samples within the requested time range for range queries. Previously, this calculation was based on the first 20 samples, using the last 20 samples should improve accuracy for recent data. See [#&#8203;10281](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10281). - BUGFIX: [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/): fix configuration reloading for `-remoteWrite.relabelConfig` and `-remoteWrite.urlRelabelConfig` when vmagent is launched with empty files. Previously, if vmagent started with an empty config, subsequent config reloads were ignored. See [#&#8203;10211](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10211). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): prevent slow ingestion requests and CPU usage spikes during midnight daily-index creation. See [#&#8203;10064](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10064). - BUGFIX: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): fix a missing path error for `http://<victoriametrics-addr>:8428/zabbixconnector/api/v1/history`. See [10214](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10214). - BUGFIX: `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): reduce default value for `storage.vminsertConnsShutdownDuration` flag from `25s` to `10s` seconds. It reduces probability of ungraceful storage shutdown at Kubernetes based environments, which has 30 seconds default graceful termination period value. See [#&#8203;10273](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10273) - BUGFIX: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): remove legacy `tenantID` query param and use the URL path as the single source of truth for multitenancy. See [#&#8203;10232](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10232). - BUGFIX: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): fix heatmap rendering issues where charts could break or appear empty when bucket values were uniform or sparse. See [#&#8203;10240](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10240). - BUGFIX: all VictoriaMetrics components: prefer numerical values over [stale markers](https://docs.victoriametrics.com/victoriametrics/vmagent/#prometheus-staleness-markers) when samples share the same timestamp during deduplication. See [#&#8203;10196](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10196#issuecomment-3738433938). - BUGFIX: `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): correctly return results for `/api/v1/labels` and `/api/v1/label/{}/values` when `match[]`, `extra_filters` or `extra_labels` are specified. See [#&#8203;10294](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/10294) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS40IiwidXBkYXRlZEluVmVyIjoiNDIuODUuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-01-20 03:13:13 +00:00
AverageMarcus merged commit a7ed0f9353 into master 2026-01-20 12:44:30 +00:00
AverageMarcus deleted branch renovate/victoriametrics 2026-01-20 12:44:30 +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#638