Update victoriametrics/vmagent Docker tag to v1.128.0 #570

Merged
AverageMarcus merged 1 commits from renovate/victoriametrics into master 2025-10-22 05:54:11 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
victoriametrics/vmagent minor 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 from false to true.
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 PR

  • FEATURE: vmagent: change default value of the flag -promscrape.dropOriginalLabels from false to true. 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 to Reset filters and disable the button when no filters are modified. See #​9609.

  • FEATURE: vmui: reflect query visibility state in URL on Query or Raw 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [victoriametrics/vmagent](https://github.com/VictoriaMetrics/VictoriaMetrics) | minor | `v1.127.0` -> `v1.128.0` | --- ### Release Notes <details> <summary>VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)</summary> ### [`v1.128.0`](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.128.0) [Compare Source](https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.127.0...v1.128.0) ##### [v1.128.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.128.0) Released at 2025-10-17 **Update Note 1:** [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/): default value of the flag `-promscrape.dropOriginalLabels` changed from `false` to `true`. 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](https://github.com/golang/go/issues?q=milestone%3AGo1.25.3%20label%3ACherryPickApproved). - SECURITY: upgrade base docker image (Alpine) from 3.22.1 to 3.22.2. See [Alpine 3.22.2 release notes](https://www.alpinelinux.org/posts/Alpine-3.19.9-3.20.8-3.21.5-3.22.2-released.html). - FEATURE: [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/): add `opentelemetry` format for [kafka](https://docs.victoriametrics.com/victoriametrics/integrations/kafka/#reading-metrics) consumer. See this issue [#&#8203;9734](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9734) for details. - FEATURE: [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/) and [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): 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](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#sending-data-via-opentelemetry) and this issue [#&#8203;9830](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9830). - FEATURE: [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/), [vmalert](https://docs.victoriametrics.com/victoriametrics/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 [#&#8203;6938](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6938). Thank you [@&#8203;truepele](https://github.com/truepele) for the issue and PR - FEATURE: [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/): change default value of the flag `-promscrape.dropOriginalLabels` from `false` to `true`. This helps reducing CPU and Memory usage by dropping targets original labels during [service discovery](https://docs.victoriametrics.com/victoriametrics/sd_configs/), but disables [relabel debugging UI](https://docs.victoriametrics.com/victoriametrics/relabeling/#relabel-debugging). This change gives constant improvement on resource usage, and relabel debugging can be turned on on demand. See this issue [#&#8203;9665](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9665) for details. - FEATURE: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): on the [Cardinality Explorer](https://docs.victoriametrics.com/victoriametrics/#cardinality-explorer) page, rename `Reset` to `Reset filters` and disable the button when no filters are modified. See [#&#8203;9609](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9609). - FEATURE: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): reflect query visibility state in URL on `Query` or `Raw Query` pages. Now, when sharing URL with a query, its visibility state will be preserved. - BUGFIX: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): fix issue where updating one query parameter removed others. See [#&#8203;9816](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9816) for details. - BUGFIX: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#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](https://docs.victoriametrics.com/victoriametrics/vmbackup/), [vmrestore](https://docs.victoriametrics.com/victoriametrics/vmrestore/), [vmbackupmanager](https://docs.victoriametrics.com/victoriametrics/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](https://docs.victoriametrics.com/victoriametrics/changelog/#v11150). See this issue [#&#8203;9858](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9858) for details. - BUGFIX: [dashboards/victoriametrics](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/dashboards/victoriametrics.json), [dashboards/victoriametrics-cluster](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/dashboards/victoriametrics-cluster.json): 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](https://docs.victoriametrics.com/victoriametrics/stream-aggregation/): remove impact of `flush_on_shutdown` on timestamps of flushed samples. See [#&#8203;9642](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9642). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTcuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-10-22 03:27:35 +00:00
AverageMarcus merged commit 5d317815a6 into master 2025-10-22 05:54:11 +00:00
AverageMarcus deleted branch renovate/victoriametrics 2025-10-22 05:54:11 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#570
No description provided.