fix(deps): update module github.com/victoriametrics/victoriametrics to v1.139.0#2028
Merged
AndrewChubatiuk merged 1 commit intomasterfrom Apr 2, 2026
Conversation
vrutkovs
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.138.0→v1.139.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
VictoriaMetrics/VictoriaMetrics (github.com/VictoriaMetrics/VictoriaMetrics)
v1.139.0Compare Source
v1.139.0
Released at 2026-03-27
FEATURE: vmui: show
seriesCountByMetricNametable when a label is in focus in the Cardinality Explorer. See #10630. Thanks to @Roshan1299 for the contribution.FEATURE: dashboards/unused-metrics: add a new dashboard for exploring stored metrics based on Caridnality Explorer and ingested metrics usage API. The dashboard requires Infinity Grafana plugin to be installed. See #10617 for details.
FEATURE: vmalert: add
searchparameter and pagination support in/api/v1/rulesAPI. See #10046.FEATURE: vmui: add default pagination to improve the Alerting Rules page experience when vmalert loads thousands of rules. See #10046.
FEATURE: all VictoriaMetrics components: log a warning when an IPv6 listen address (e.g.
[::]:6969) is specified but-enableTCP6is not set. Previously, the server silently listened on IPv4 only. See #6858. Thanks to @andriibeee for the contribution.FEATURE: vmauth: extend JWT claim matching with array claim values support. See #10647. Thanks to @andriibeee for the contribution.
FEATURE: vmagent: allow specifying
basic_authin scrape configs withoutusername. Previously this resulted in a config error. Now a warning is logged instead. See #6956. Thanks to @andriibeee for the contribution.FEATURE: vmagent and vmsingle: add support for negative buckets in OpenTelemetry
ExponentialHistogramduring ingestion. See #9896-comment.FEATURE: vmrestore: Improve restore speed on linux systems by pre-allocating files and optimizing write path. This behavior can be disabled with
-skipFilePreallocation. See #10661. Thanks to @BenNF for the contribution.FEATURE: vmagent: yandexcloud_sd_configs now supports
folder_idsfor limiting discovery to specific folders. See #10623. Thanks to @Br1an67 for the contribution.BUGFIX:
vmselectin VictoriaMetrics cluster: retry RPC by dialing a new connection instead of reusing a pooled one when the previous attempt fails withio.EOF,broken pipeorreset by peer. This reduces query failures caused by stale connections to restarted vmstorage nodes. See #10314BUGFIX: vmui: fix autocomplete dropdown not closing on the Raw Query page. See #10665
BUGFIX: vmauth: properly handle JWKS keys per RFC 7517 during OIDC discovery: skip keys with
use=enc, rejectuse=sigkeys with unsupportedalg, and warn-skip keys with emptyusethat have unsupportedalg. See #10663. Thanks to @andriibeee for the contribution.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: enforcedatasource_type=prometheuswhen proxying Grafana requests to vmalert. Grafana supports onlyprometheusandlokialerts. Without this fix, Grafana showsError loading alertswhen non-Prometheus alert types are returned. See victoriametrics-datasource#329.BUGFIX: vmagent: stop logging
error-level messages when scraping targets that expose OpenMetricsinfo,gaugehistogram,stateset, orunknownmetric types. These are valid OpenMetrics types and should be parsed without error. See #10685. Thanks to @tsarna for the contribution.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: prevent panic during directory deletion onNFS-based mounts. The bug was introduced in 83da33d8 and included in v1.123.0. See #9842.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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.