Update victoriametrics/vmagent Docker tag to v1.134.0 #638
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.133.0→v1.134.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.134.0Compare 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 - singledashboard 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_bytesmetric for vmagent's persistent queue capacity. See #10193.FEATURE: vmsingle and
vmselectin VictoriaMetrics cluster: exposevm_rollup_result_cache_requests_totalwhich 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
vmstoragein VictoriaMetrics cluster: add explicit month duration unit (M) for-retentionPeriodflag. This allows users to specify retention periods in months more explicitly. See #10181.FEATURE: dashboards/vmagent: add
Persistent queue Full ETApanel to theDrilldownsection. This panel helps estimate how much time remains untilvmagentstarts dropping incoming metrics. See #10193.FEATURE: vmalert: add support for
$isPartialvariable 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
vmselectin 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.relabelConfigand-remoteWrite.urlRelabelConfigwhen vmagent is launched with empty files. Previously, if vmagent started with an empty config, subsequent config reloads were ignored. See #10211.BUGFIX: vmsingle and
vmstoragein 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:
vmstoragein VictoriaMetrics cluster: reduce default value forstorage.vminsertConnsShutdownDurationflag from25sto10sseconds. It reduces probability of ungraceful storage shutdown at Kubernetes based environments, which has 30 seconds default graceful termination period value. See #10273BUGFIX: vmui: remove legacy
tenantIDquery 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:
vmstoragein VictoriaMetrics cluster: correctly return results for/api/v1/labelsand/api/v1/label/{}/valueswhenmatch[],extra_filtersorextra_labelsare specified. See #10294Configuration
📅 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.