Update victoriametrics/vmagent Docker tag to v1.138.0 #670
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.137.0→v1.138.0Release Notes
VictoriaMetrics/VictoriaMetrics (victoriametrics/vmagent)
v1.138.0Compare Source
v1.138.0
Released at 2026-03-13
SECURITY: upgrade Go builder from Go1.26.0 to Go1.26.1. See the list of issues addressed in Go1.26.1.
FEATURE: vmagent: add
headersfield tooauth2scrape config for passing custom HTTP headers totoken_url. Some services require different headers for the token endpoint and the scrape targets. See #8939.FEATURE: vmauth: add OIDC Discovery support for JWT authentication.
vmauthcan now automatically fetch and rotate public keys from an OpenID Connect provider, eliminating the need to specify public keys manually. See OIDC Discovery docs. See #10585.FEATURE: all VictoriaMetrics components: implement proper CORS preflight handling by responding 204 No Content to HTTP OPTIONS requests. See #5563.
FEATURE: vmauth: add
access_logconfiguration option for each user that will log requests to stdout, and support filtering by HTTP status codes. See more in docs. See #5936.FEATURE: vmauth: add JWT token
match_claimsfor requests routing. Read more about configuration in JWT claim matching documentation. See #10584.FEATURE: vmalert: support negative values for the group
eval_offsetoption, which allows starting group evaluation atgroupInterval-abs(eval_offset)within[0...groupInterval]. See #10424.FEATURE: vmsingle and
vmselectin VictoriaMetrics cluster: Disable/graphite/tags/tagSeriesand/graphite/tags/tagMultiSeriesfor Graphite tag registration since it is unlikely it is used in context of VictoriaMetrics. See 10544.FEATURE: vmui: rename debug tools buttons for clarity. See #10453.
BUGFIX: all VictoriaMetrics components: replace
histogramwithuntypedmetric metadata type for VictoriaMetrics histograms when-metrics.exposeMetadatais set. See #82.BUGFIX: vmauth: properly route requests to
default_url. Previously,request_pathquery arg could be set incorrectly during concurrent requests. See #10626.BUGFIX: vmui: use
increase_pureinstead ofratefor histogram heatmaps in Explore Metrics to correctly display the first observation in each new bucket. See #10365. Thanks to @ab0utbla-k for the contribution.BUGFIX: dashboards/vmauth: fix
requested from systemandheap inuseexpressions in the memory usage panel. See #10574.BUGFIX: vmbackup, vmbackupmanager: do not enable ACL when uploading backups to S3-compatible endpoints by default. ACL is not always supported by S3-compatible endpoints and it is not recommended to use ACLs to limit access to objects. See #10539 for more details.
BUGFIX: vmbackupmanager: overwrite s3 object metadata while syncing latest backups with other backup types. See #10639.
BUGFIX: vmagent, vmsingle,
vminsertandvmstoragein VictoriaMetrics cluster: properly attachhostlabel to the time series ingested via /datadog/api/beta/sketches API. See #10557.BUGFIX:
vmstoragein VictoriaMetrics cluster: fix inaccuratevm_filestream_write_duration_seconds_totaldue to duplicate counting . After the fix,vm_filestream_write_duration_seconds_totalwill track the duration spent on calling thewrite(2)system call properly. See #10564.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.