Update victoriametrics/vmagent Docker tag to v1.121.0 #510
Reference in New Issue
Block a user
No description provided.
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.0
Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.121.0
Compare Source
v1.121.0
Released at 2025-07-04
Update Note 1: The
-retryMaxTime
flag has been deprecated. Please use-retryMaxInterval
flag instead. For more details, see #9169.FEATURE: all the VictoriaMetrics Enterprise components: improve error message when an empty license is provided via the
-license
or-licenseFile
command-line flags. See #9337 for the details.FEATURE: vmagent: add
concurrency
option to kafka remoteWrite producer. See 9249 issue for details.FEATURE: vmagent and Single-node VictoriaMetrics: support
label_limit
scrape 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_limit
can 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
-retryMaxInterval
as a replacement for the deprecated-retryMaxTime
flag. The new flag more accurately reflects the behavior it controls. See #9169 for more details. Thanks to the @leiwingqueen.FEATURE: vmalert: add
/api/v1/notifiers
API endpoint for returning list of configured or discovered notifiers.FEATURE: vmalert: add
datasource_type
query argument for/api/v1/rules
and/api/v1/alerts
endpoints 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.ruleEvaluationConcurrency
to allow concurrent/query_range
requests 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
vmbackupmanager
fails 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
vmselect
in VictoriaMetrics cluster: add command-line flag-search.logSlowQueryStatsHeaders
for 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/notifiers
to vmalert when-vmalert.proxyURL
is set. See 9267 PR for details.FEATURE: vmsingle and
vmstorage
in VictoriaMetrics cluster: addvm_cache_eviction_bytes_total
counter metrics to reflect cache evictions due to expiration, misses and cache size. See 9293 PR for details. Thanks to the @BenNFFEATURE: vmsingle and
vmstorage
in VictoriaMetrics cluster: enhanceMustReadAt
panic 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.maxLookback
or-search.maxStalenessInterval
are 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 Token
errors. This helps to avoid failed backups when using EKS Pod Identity for authentication. See #9280.BUGFIX: vmsingle and
vmstorage
in 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.json
when 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.