Update victoriametrics/vmagent Docker tag to v1.130.0 #593
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.129.1->v1.130.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
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 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.