Update victoriametrics/vmagent Docker tag to v1.121.0 #510
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.120.0->v1.121.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.121.0Compare Source
v1.121.0
Released at 2025-07-04
Update Note 1: The
-retryMaxTimeflag has been deprecated. Please use-retryMaxIntervalflag instead. For more details, see #9169.FEATURE: all the VictoriaMetrics Enterprise components: improve error message when an empty license is provided via the
-licenseor-licenseFilecommand-line flags. See #9337 for the details.FEATURE: vmagent: add
concurrencyoption to kafka remoteWrite producer. See 9249 issue for details.FEATURE: vmagent and Single-node VictoriaMetrics: support
label_limitscrape parameter. It sets labels limit for each scraped sample from a target. If limit is exceeded, the scrape will be rejected and target marked with corresponding scrape error. Thelabel_limitcan be defined on global level, per job or during relabeling via__label_limit__label. See scrape configs doc for details. See #7660 and #3233 issues.FEATURE: vmagent: introduce a new flag
-retryMaxIntervalas a replacement for the deprecated-retryMaxTimeflag. The new flag more accurately reflects the behavior it controls. See #9169 for more details. Thanks to the @leiwingqueen.FEATURE: vmalert: add
/api/v1/notifiersAPI endpoint for returning list of configured or discovered notifiers.FEATURE: vmalert: add
datasource_typequery argument for/api/v1/rulesand/api/v1/alertsendpoints to filter response by rule's datasource type. See #8537.FEATURE: vmalert: respect group order defined in the rule file during replay mode to allow chained group if needed. See #9334.
FEATURE: vmalert: add
-replay.ruleEvaluationConcurrencyto allow concurrent/query_rangerequests for a single rule. Increasing this value when replaying for a long time and a single request range is limited by-replay.maxDatapointsPerQuery. See this #7387 for details. Thanks to the @BenNF.FEATURE: vmbackupmanager: improve error messages when
vmbackupmanagerfails to create snapshot. See #9340 for the details.FEATURE: vmbackupmanager: support client-side TLS configuration for creating and deleting snapshots via
-snapshot.tls*cmd-line flags.FEATURE: vmsingle and vmagent: remove duplicate kubernetes targets from service-discovery-debug page. See 8626 issue for details.
FEATURE: vmsingle and
vmselectin VictoriaMetrics cluster: add command-line flag-search.logSlowQueryStatsHeadersfor query execution stats. The new flag allows specifying the list of headers to log together with slow queries if user's request contains them. This flag is available only in VictoriaMetrics enterprise. See Query Stats for details.FEATURE: vmsingle and vmselect: add ability to proxy
/api/v1/notifiersto vmalert when-vmalert.proxyURLis set. See 9267 PR for details.FEATURE: vmsingle and
vmstoragein VictoriaMetrics cluster: addvm_cache_eviction_bytes_totalcounter metrics to reflect cache evictions due to expiration, misses and cache size. See 9293 PR for details. Thanks to the @BenNFFEATURE: vmsingle and
vmstoragein VictoriaMetrics cluster: enhanceMustReadAtpanic message to include filename for easier debugging of out-of-range reads. See #9106.BUGFIX: dashboards/vmagent and dashboards/vmalert: fix ad-hoc filters auto-complete and filtering on panels that use MetricsQL specific expressions. See #8657.
BUGFIX: MetricsQL: fix negative increase result when
-search.maxLookbackor-search.maxStalenessIntervalare set and data contains gap. See #8935 (comment).BUGFIX: stream aggregation: properly clean quantiles output state during flush. See #9350.
BUGFIX: vmalert: fix exposition of duplicated metrics for dynamically discovered notifiers via Consul and DNS. See #9260.
BUGFIX: vmalert: remove inline styles from UI to align with
--http.header.csp=default-src 'self'setting. See #9236.BUGFIX: vmalert: fix alerts state restoration for alerting rules that are using templating in the labels. See #9305.
BUGFIX: vmbackup, vmbackupmanager: automatically retry requests failing with
Expired Tokenerrors. This helps to avoid failed backups when using EKS Pod Identity for authentication. See #9280.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: properly return results for search requests with.+|^$regex filter expression. See 9290 issue for details.BUGFIX: vmui: fix errors in console about loading of
manifest.jsonwhen accessing UI through vmauth with Basic Auth enabled.BUGFIX: vmui: disabled opening of autocomplete popup on initial page load.
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.