Update victoriametrics/vmagent Docker tag to v1.123.0 #530

Merged
AverageMarcus merged 1 commits from renovate/victoriametrics into master 2025-08-06 15:59:50 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
victoriametrics/vmagent minor v1.122.0 -> v1.123.0

Release Notes

VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)

v1.123.0

Compare Source

v1.123.0

Released at 2025-08-01

  • FEATURE: vmsingle and vmagent: add ipv6 address as a metadata label to gce_sd_configs. See #​9370 PR. Thanks to the @​dstevensson.

  • FEATURE: all the VictoriaMetrics components: support NetBSD builds. See this #​9473 PR for details. Thanks to the @​iamleot.

  • FEATURE: vmselect in VictoriaMetrics cluster: disable retries for requests to vmstorage when handshake or dial errors occur. Retries in such cases are ineffective and can amplify the problem. See #​9345 and #​9484 for details.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: introduce -storage.idbPrefillStart flag (default: 1h) to control how early next indexdb prefill starts before rotation. Increasing the value may reduce CPU spikes during rotation. See #​9393-comment for details.

  • FEATURE: vmsingle and vmstorage in VictoriaMetrics cluster: Add support for dynamically enabling new series logging via the /internal/log_new_series API and corresponding authFlag -logNewSeriesAuthKey. The logging is enabled for one minute and is automatically disabled afterward. This is a more convenient alternative to the -logNewSeries flag. See 8879 for details. Thanks to the @​leiwingqueen

  • FEATURE: vmagent and vmsingle: improve Kubernetes service discovery performance with large amount of configured role selectors. See this #​9354 issue for details. Thanks to the @​fxrlv

  • FEATURE: vmctl: add an option to change path for temporary files storage when migrating from Prometheus snapshots. See #​9505 for the details.

  • FEATURE: vmagent and vmsingle: improve Kubernetes service discovery performance with large amount of configured role selectors. See this #​9354 issue for details. Thanks to the @​fxrlv

  • BUGFIX: vmauth: do not configure -httpListenAddr.useProxyProtocol for -httpInternalListenAddr. See this issue #​9515 for details.

  • BUGFIX: vmui: always display the tenant selector if the list of tenants is not empty. See #​9396.


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.122.0` -> `v1.123.0` | --- ### Release Notes <details> <summary>VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)</summary> ### [`v1.123.0`](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.123.0) [Compare Source](https://github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.122.0...v1.123.0) ##### [v1.123.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.123.0) Released at 2025-08-01 - FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and [vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/): add ipv6 address as a metadata label to [gce\_sd\_configs](https://docs.victoriametrics.com/victoriametrics/sd_configs/#gce_sd_configs). See [#&#8203;9370](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9370) PR. Thanks to the [@&#8203;dstevensson](https://github.com/dstevensson). - FEATURE: all the VictoriaMetrics components: support NetBSD builds. See this [#&#8203;9473](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9473) PR for details. Thanks to the [@&#8203;iamleot](https://github.com/iamleot). - FEATURE: [vmselect](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/) in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): disable retries for requests to `vmstorage` when handshake or dial errors occur. Retries in such cases are ineffective and can amplify the problem. See [#&#8203;9345](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9345) and [#&#8203;9484](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/9484) for details. - FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): introduce `-storage.idbPrefillStart` flag (default: 1h) to control how early next indexdb prefill starts before rotation. Increasing the value may reduce CPU spikes during rotation. See [#&#8203;9393-comment](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9393#issuecomment-3083841658) for details. - FEATURE: [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/): Add support for dynamically enabling new series logging via the `/internal/log_new_series` API and corresponding authFlag `-logNewSeriesAuthKey`. The logging is enabled for one minute and is automatically disabled afterward. This is a more convenient alternative to the `-logNewSeries` flag. See [8879](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/8879) for details. Thanks to the [@&#8203;leiwingqueen](https://github.com/leiwingqueen) - FEATURE: [vmagent](https://docs.victoriametrics.com/vmagent/) and [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): improve Kubernetes service discovery performance with large amount of configured role selectors. See this [#&#8203;9354](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9354) issue for details. Thanks to the [@&#8203;fxrlv](https://github.com/fxrlv) - FEATURE: [vmctl](https://docs.victoriametrics.com/victoriametrics/vmctl/): add an option to change path for temporary files storage when migrating from Prometheus snapshots. See [#&#8203;9505](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9505) for the details. - FEATURE: [vmagent](https://docs.victoriametrics.com/vmagent/) and [vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/): improve Kubernetes service discovery performance with large amount of configured role selectors. See this [#&#8203;9354](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9354) issue for details. Thanks to the [@&#8203;fxrlv](https://github.com/fxrlv) - BUGFIX: [vmauth](https://docs.victoriametrics.com/victoriametrics/vmauth/): do not configure `-httpListenAddr.useProxyProtocol` for `-httpInternalListenAddr`. See this issue [#&#8203;9515](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9515) for details. - BUGFIX: [vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui): always display the tenant selector if the list of tenants is not empty. See [#&#8203;9396](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9396). </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:eyJjcmVhdGVkSW5WZXIiOiI0MS41Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-08-05 03:03:59 +00:00
AverageMarcus merged commit 96e98d7dde into master 2025-08-06 15:59:50 +00:00
AverageMarcus deleted branch renovate/victoriametrics 2025-08-06 15:59:50 +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#530
No description provided.