Update victoriametrics/vmagent Docker tag to v1.128.0 #570
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.127.0
->v1.128.0
Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.128.0
Compare Source
v1.128.0
Released at 2025-10-17
Update Note 1: vmsingle and vmagent: default value of the flag
-promscrape.dropOriginalLabels
changed fromfalse
totrue
.It disables
Discovered targets
debug IU by default.SECURITY: upgrade Go builder from Go1.25.1 to Go1.25.3. See the list of issues addressed in Go1.25.3.
SECURITY: upgrade base docker image (Alpine) from 3.22.1 to 3.22.2. See Alpine 3.22.2 release notes.
FEATURE: vmagent: add
opentelemetry
format for kafka consumer. See this issue #9734 for details.FEATURE: vmagent and vmsingle: add
-opentelemetry.convertMetricNamesToPrometheus
command-line flag, which can be used for enabling automatic conversion of the ingested metric names into Prometheus-compatible format. See these docs and this issue #9830.FEATURE: vmagent, vmalert: add
-secret.flags
command-line flag to configure flags to be hidden in logs and on/metrics
. This is useful for protecting sensitive flag values (for example-remoteWrite.headers
) from being exposed in logs or metrics. See #6938. Thank you @truepele for the issue and PRFEATURE: vmagent: change default value of the flag
-promscrape.dropOriginalLabels
fromfalse
totrue
. This helps reducing CPU and Memory usage by dropping targets original labels during service discovery, but disables relabel debugging UI. This change gives constant improvement on resource usage, and relabel debugging can be turned on on demand. See this issue #9665 for details.FEATURE: vmui: on the Cardinality Explorer page, rename
Reset
toReset filters
and disable the button when no filters are modified. See #9609.FEATURE: vmui: reflect query visibility state in URL on
Query
orRaw Query
pages. Now, when sharing URL with a query, its visibility state will be preserved.BUGFIX: vmui: fix issue where updating one query parameter removed others. See #9816 for details.
BUGFIX: vmui alerting tab: update the search filter if the corresponding query argument was passed. Reset selected items in dropdown filters if they are not available anymore after the update.
BUGFIX: vmbackup, vmrestore, vmbackupmanager: properly apply additional configuration of connection provided via environment variables (such as
AWS_CA_BUNDLE
). Previously, such settings were ignored starting from v1.115.0. See this issue #9858 for details.BUGFIX: dashboards/victoriametrics, dashboards/victoriametrics-cluster: fixed full disk space ETA queries, before average size of a row in indexdb was one for all vm storages, now it's calculated per each storage.
BUGFIX: stream aggregation: remove impact of
flush_on_shutdown
on timestamps of flushed samples. See #9642.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.