chore(deps): update victoriametrics/victoria-metrics docker tag to v1.132.0 #46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate-victoriametrics-victoria-metrics-1.x"
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.131.0-scratch->v1.132.0-scratchRelease Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/victoria-metrics)
v1.132.0Compare Source
v1.132.0
Released at 2025-12-12
SECURITY: upgrade Go builder from Go1.25.4 to Go1.25.5. See the list of issues addressed in Go1.25.5.
FEATURE: dashboards/operator: add panels for flags and configuration parameters values. See #1341-operator.
FEATURE: dashboards/single, dashboards/cluster: add
Memory usage breakdownpanels toDrilldownsection. These panels help analyze overall memory distribution and diagnose anomalies or leaks. See #10139.FEATURE: dashboards/single, dashboards/cluster: add
Major page faults ratepanels toTroubleshootingandDrilldownsections. See #9974FEATURE: Influx line protocol data ingestion: reduce CPU and memory usage when parsing Influx lines with escaped chars -
,,\\,=and. See #10053.FEATURE: OpenTelemetry data ingestion: reduce CPU usage when parsing metrics received via OpenTelemetry protocol. See 293d809.
FEATURE: vmagent: add a warning to active targets panel when
-dropOriginalLabels=trueis set (default), indicating that some debug information may not be available. See #9901.FEATURE: vmbackup, vmrestore, vmbackupmanager: add support for SSE KMS Key ID and ACL for use with S3-compatible storages. See #9796. Thanks to @sylr for the contribution.
FEATURE:
vminsertin VictoriaMetrics cluster: improve slowness-based rerouting logic. Now rerouting occurs only for the slowest storage node, and only if the cluster as a whole has enough available capacity to handle the additional load. This prevents unnecessary rerouting when the entire cluster is under heavy load or avoid "rerouting storm". The logic is disabled by default; to enable set-disableRerouting=false. See #9890 for details.FEATURE: vmsingle, vmagent: add support of Zabbix Connector ingestion format. See #6087. Thanks to @SinotQ for the contribution.
FEATURE: vmui: improve legend auto-collapse with a higher threshold, a warning message, and a toggle option. See #10075.
BUGFIX: all VictoriaMetrics components: properly validate remaining system memory limit. Previously it could have negative values. See #10083.
BUGFIX: vmalert: don't increase
vmalert_alerting_rules_errors_total/vmalert_recording_rules_errors_totalfor request context cancellation, which may occur during graceful shutdown or group configuration update. See #10128. Thanks to @tIGO for the contribution.BUGFIX: vmauth: verify backend network reachability with a TCP dial before marking it healthy. Previously, backends were auto-restored after
-failTimeouteven if the network was still unreachable, causing requests to hang repeatedly.vmauthnow performs a 1s TCP dial check before returning a backend to the healthy pool. See #9997.BUGFIX: vmctl: properly handle process termination during prompt confirmation. Previously, termination signal was ignored and process was still waiting for user input. See #10104.
BUGFIX: vmgateway: properly recover from proxy requests errors. Previously, vmgateway may return empty response.
BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: report stats only for most utilized instances ofindexdb/tagFiltersToMetricIDsandindexdb/date_metricIDcaches. This makes it clear when a cache is full and an action needs to be taken (such as adding more memory or adjusting cache limits). See #10131.BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: disable rollup result cache for instant queries that containratefunction with a lookbehind window larger than-search.minWindowForInstantRollupOptimization. Previously, utilizing the cache might yield incorrect results when time series samples are not continuous. See #10098.BUGFIX:
vmstoragein VictoriaMetrics cluster: do not wait after closing the last connections from vminsert when shutting down. The bug was introduced in #9487. See #10136.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster:dateMetricIDCachemetrics were renamed to follow the naming pattern used for other caches.vm_date_metric_id_cache_resets_totalbecomesvm_cache_resets_total{type="indexdb/date_metricID"}andvm_date_metric_id_cache_syncs_totalbecamevm_cache_syncs_total{type="indexdb/date_metricID"}. See #10152.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: fix performance degradation caused by redundant indexdb lookups at the start of each hour. See #10114. Thanks to @fxrlv for the contribution.BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: fix potential datapoint lost in response when query at the last millisecond of the day. See #9804.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.