Update victoriametrics/vmagent Docker tag to v1.143.0 #706
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.142.0→v1.143.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.143.0Compare Source
v1.143.0
Released at 2026-05-08
SECURITY: upgrade Go builder from Go1.26.2 to Go1.26.3. See the list of issues addressed in Go1.26.3.
FEATURE: all VictoriaMetrics components: suppress TCP health check errors when
-tlsflag is set. See #10538.FEATURE: vmagent and vmsingle: add
__meta_hetzner_robot_datacenterlabel forrobotrole in hetzner_sd_configs. See #10909. Thanks to @juliusrickert for contribution.FEATURE: vmalert: add
-rule.stripFilePathto support stripping rule file paths in logs and all API responses, including /metrics. See #5625.FEATURE: vmalert: add
formatTimetemplate function for formatting a Unix timestamp using the provided layout. For example,{{ now | formatTime "2006-01-02T15:04:05Z07:00" }}returns the current time in RFC3339 format. See issue #10624. Thanks to @andriibeee for the contribution.FEATURE: vmagent, vmsingle,
vminsertin VictoriaMetrics cluster: add support for Prometheus native histogram during ingestion. See #10743.FEATURE: vmagent, vmsingle,
vmselectin VictoriaMetrics cluster andvmstoragein VictoriaMetrics cluster: introduce thevm_fs_infometric. It exposes the filesystem type (e.g., ext4, xfs, nfs) used for-*Pathrelated flags. See #10482.FEATURE: dashboards/vmagent: add
Kafka (Enterprise)row with panels for monitoring traffic (bytes), messages in/out, producer and consumer errors. See #10728.BUGFIX: vmagent and vmsingle: properly obtain
__meta_hetzner_hcloud_locationand__meta_hetzner_hcloud_location_network_zonelabels for hetzner_sd_configs. Hetzner changed discovery API response and returnslocationinformation from different field. See #10909. Thanks to @juliusrickert for contribution.BUGFIX:
vminsertin VictoriaMetrics cluster: properly discover addresses of storage nodes with enterprise automatic-vmstorage-discovery. Bug was introduced at v1.141.0.BUGFIX: vmauth: now correctly respects disabling retries via
-maxRequestBodySizeToRetry=0. Previously, disabling retries required setting both-maxRequestBodySizeToRetryand-requestBufferSizeto0. See #10857. Thanks to @andriibeee for the contribution.BUGFIX: vmbackupmanager: explicitly set the MD5 checksum for
DeleteObjectsrequests. Starting with aws-sdk-go-v2/service/s3 v1.73.0, the SDK switched the checksum algorithm from MD5 to CRC32, which can break compatibility with some third-party S3 implementations, including Dell ECS. See #10907.BUGFIX: vmauth: attempt to route requests to the first backend when all backends are marked as broken. Previously,
vmauthreturned an error immediately without attempting any backend. This change may improve success rate in rare edge cases. See #10837.BUGFIX: vmsingle: and
vmselectin VictoriaMetrics cluster: give priority toextra_labelandextra_filters[]params defined in URL query string over those defined in request body form, to properly respect constraints imposed byvmauth. See #10908.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: set CORS headers on/api/v1/export,/api/v1/export/csvand/api/v1/export/native. See #10899. Thanks to @andriibeee for the contribution.Configuration
📅 Schedule: (UTC)
🚦 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 Mend Renovate.