feat(container): update image victoriametrics/victoria-metrics to v1.131.0 #1254
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.129.1->v1.131.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/victoria-metrics)
v1.131.0Compare Source
v1.131.0
Released at 2025-11-28
FEATURE: dashboards/victoriametrics-cluster: show "Disk space usage % by type" as stacked graph in Cluster dashboard. See #9932.
FEATURE: vmagent and vmsingle: Apply separate log throttlers per OpenTelemetry log type. This should help diagnose delta-temporality issues. See #9447 for more details. Thank to @veleek for the contribution.
FEATURE: vmbackupmanager: add
-backupTypeTagNameflag that sets tag to each backup object with a name equal to flag value and value, that equals to backup type (hourly,daily,monthly,latest,weekly). Useful for AWS S3 lifecycle policy management.FEATURE:
vmselectin VictoriaMetrics cluster: reduce query requests latency, CPU and Memory usage for multi-level select requests. See #9899 for details.FEATURE: vmui: improve Alerting page styling so rule labels are clearly separated. See #9856.
BUGFIX: vmagent, vmsingle and
vminsertin VictoriaMetrics cluster: Preventaccept()from blocking when a client connects to-opentsdbListenAddrbut sends no data or sends it too slowly. Previously, such connections could stall acceptance of new clients. See #9987 for details.BUGFIX: vmalert: don't increase
vmalert_alerts_send_errors_totalfor request context cancellation, which may occur during graceful shutdown or group configuration update. See #10027.BUGFIX vmagent, vmsingle and
vminsertin VictoriaMetrics cluster: Account for excess white spaces in influx write string. See #10049.BUGFIX:
vminsertin VictoriaMetrics cluster: properly use list of discovered storage nodes when using vmstorage discovery. Discovery was using an original list of nodes when attempting to establish connection starting from v1.130.0.BUGFIX: vmui: remove the “step” control from the Raw Query page, since it didn't affect the chart rendering. See #9667.
BUGFIX: vmui: fix display of multiple points at the same timestamp on the Raw Query page. See #9666.
BUGFIX: vmui: fix ability to select multiple metrics in
Explore Metricstab. See #9995.BUGFIX:
vmselectin VictoriaMetrics cluster: respectreplicationFactorandglobalReplicationFactorsettings when some of vmstorage nodes are overloaded. See #10030 for details. Thanks to @tIGO for the contribution.BUGFIX:
vmstoragein VictoriaMetrics cluster and vmsingle: properly incrementvm_missing_metric_names_for_metric_id_totalmetric.v1.130.0Compare Source
v1.130.0
Released at 2025-11-14
Update Note 1: VictoriaMetrics enterprise vmsingle and
vmstoragein VictoriaMetrics cluster: Make sure that, if-retentionFilteris used, its duration is lower than-retentionPeriodbefore upgrading; otherwise, the deployment will fail. Read more in retention filters documentation.SECURITY: upgrade Go builder from Go1.25.3 to Go1.25.4. See the list of issues addressed in Go1.25.4.
FEATURE: vmagent: add ability to set
attach_metadata.namespace=trueoption for all thekubernetes_sd_configsdefined at-promscrape.config, or via-promscrape.kubernetes.attachNamespaceMetadataAllcommand-line flag. This allows attaching namespace labels and annotations to discovered targets forpod,service,endpoints,endpointslice, andingressroles. See #9880 for more details. Thank you, @clementnuss, for the contribution.FEATURE: vmalert: print the error message as value if templating fails in alerting rule label or annotation values, and continue generating alerts. Previously, a templating error prevented alerts. See #9853.
FEATURE:
vminsertin VictoriaMetrics cluster and vmsingle: add-enableMetadatacommand-line flag to enable metrics metadata ingestion. See #2974 and the following doc.FEATURE:
vmstoragein VictoriaMetrics cluster and vmsingle: add in-memory storage for storing and querying metrics metadata. See #2974 and the following doc.FEATURE: vmui: add option to always show all points on the chart. See #9699.
FEATURE: vmui: improve overall chart rendering performance. See #9699.
FEATURE: vmui relabeling playground: relax the validation for the labels text area. It now accepts labels without curly braces (e.g.
__name__=metric_name, label1=value1). The regression was introduced in #8770. See #9900 for details.FEATURE: all VictoriaMetrics components: Attach additional information to logs when throttling occurs. For example, vmagent throttles OpenTelemetry row parse error to one message every 5 seconds. See #9498. Thanks to @SamarthBagga for the PR 9752.
BUGFIX: vmagent and vmsingle: prevent early exit when one of multiple service discovery configs (under the same service discovery type) fails. see this issue #9949 for details.
BUGFIX: vmagent and vmsingle: properly access service discovery servers with HTTP/2 protocol enabled. See this issue #9981 for details. Thanks to the @JayiceZ
BUGFIX: vmalert: fix a potential race condition in the
/api/v1/rule,/api/v1/alertand/api/v1/alertsAPIs during rule hot reload. See this issue #9551 for details.BUGFIX: vmalert: drop labels with empty values in generated alerts and time series. See #9984.
BUGFIX:
vminsert, vmagent and vmsingle: properly applymaxDataSizememory limits to thezstdencoded requests. It protects ingest endpoints from malicious requests. See commit 10f7cd2f.BUGFIX: all VictoriaMetrics components: prevent from misleading log messages containing
init new cachesubstring when opening various cache files at startup. See 9750.BUGFIX: vmui: fix display of isolated points on the chart. See #9666.
BUGFIX: vmui: fix median value calculation displayed below series graph. See #9926.
BUGFIX: VictoriaMetrics enterprise vmsingle and
vmstoragein VictoriaMetrics cluster: disallow having a duration in-retentionFilterbigger than-retentionPeriod. Previously, it was allowed but had no effect, the data retention period remains limited to-retentionPeriod. See commit 9a8463df.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 has been generated by Renovate Bot.