This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+7 more
Affected surfaces
Summary
AI summaryUpdates BUGFIX, https://docs.victoriametrics.com/victoriametrics/vmagent/, and https://docs.victoriametrics.com/victoriametrics/stream-aggregation/ across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Hide sensitive HTTP headers in vmagent startup logs, /metrics, and /flags. Hide sensitive HTTP headers in vmagent startup logs, /metrics, and /flags. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Hide proxy URLs containing credentials in vmagent startup logs, /metrics, and /flags. Hide proxy URLs containing credentials in vmagent startup logs, /metrics, and /flags. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Hide sensitive HTTP headers in vmalert configuration outputs. Hide sensitive HTTP headers in vmalert configuration outputs. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Prevent vmrestore panic when -storageDataPath ends with a trailing slash. Prevent vmrestore panic when -storageDataPath ends with a trailing slash. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Prevent unintentional rerouting of samples in vmagent when a blocked remoteWrite target disables on‑disk queueing. Prevent unintentional rerouting of samples in vmagent when a blocked remoteWrite target disables on‑disk queueing. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Return startup error if -remoteWrite.disableOnDiskQueue is mis‑configured across remoteWrite URLs with sharding enabled. Return startup error if -remoteWrite.disableOnDiskQueue is mis‑configured across remoteWrite URLs with sharding enabled. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Hide proxy URLs containing credentials in vmsingle and vmselect outputs. Hide proxy URLs containing credentials in vmsingle and vmselect outputs. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Preserve exact series values in vmui graph tooltips without rounding. Preserve exact series values in vmui graph tooltips without rounding. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Stop emitting stale quantile values when a time series has no samples in the current aggregation interval. Stop emitting stale quantile values when a time series has no samples in the current aggregation interval. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Medium |
Extend aggregation window flush delay using the maximum sample lag instead of the 95th percentile, reducing premature rejection of old samples. Extend aggregation window flush delay using the maximum sample lag instead of the 95th percentile, reducing premature rejection of old samples. Source: llm_adapter@2026-05-25 Confidence: high |
— |
| Bugfix | Low |
Fix vmagent cardinality limiter treating series with different labels as identical and dropping them. Fix vmagent cardinality limiter treating series with different labels as identical and dropping them. Source: granite4.1:30b@2026-05-25-audit Confidence: low |
— |
Full changelog
v1.122.23
Released at 2026-05-22
v1.122.x is a line of LTS releases. It contains important up-to-date bugfixes for VictoriaMetrics enterprise.
All these fixes are also included in the latest community release.
The v1.122.x line will be supported for at least 12 months since v1.122.0 release
- BUGFIX: stream aggregation: stop emitting stale values for
quantiles(...)outputs when a time series has no samples during the current aggregation interval. See #10918. Thanks to @alexei38 for the contribution. - BUGFIX: stream aggregation: extend delay on aggregation windows flush by the biggest lag among pushed samples. Before, the delay was calculated as 95th percentile across samples, which could underrepresent outliers and reject them from aggregation as "too old". See #10402.
- BUGFIX: vmagent: fix a bug in cardinality limiters where series with different labels, like
{a="bc"}and{ab="c"}, could be incorrectly treated as identical and dropped. See #10937. - BUGFIX: vmagent: hide values passed to
-remoteWrite.headersin startup logs,/metrics, and/flags, since they can contain sensitive HTTP headers such asAuthorizationand API keys. - BUGFIX: vmagent: hide values passed to
-remoteWrite.proxyURLin startup logs,/metrics, and/flags, since they can contain sensitive credentials. - BUGFIX: vmalert: hide values passed to
-remoteWrite.headers,remoteRead.headers,datasource.headersandnotifier.headersin startup logs,/metrics, and/flags, since they can contain sensitive HTTP headers such asAuthorizationand API keys. - BUGFIX: vmrestore: fix a bug where specifying
-storageDataPathwith a trailing slash could causevmrestoreto panic. See #10823. Thanks to @utafrali for the contribution. - BUGFIX: vmagent: prevent unintentional rerouting of samples to other sharding targets when one of the
-remoteWrite.urltargets with-remoteWrite.disableOnDiskQueuebecomes blocked. Previously this could break the sharding guarantee by sending samples to wrong targets instead of dropping or retrying them. See #10507. - BUGFIX: vmagent: return error on startup if
-remoteWrite.disableOnDiskQueueis not configured uniformly across all-remoteWrite.urltargets when-remoteWrite.shardByURLis enabled. Either all targets must have it enabled or all must have it disabled. See #10507. - BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: hide values passed tovmalert.proxyURLin startup logs,/metrics, and/flags, since they can contain sensitive HTTP headers such asAuthorizationand API keys. - BUGFIX: vmui: preserve exact series values in graph tooltips instead of rounding them by significant digits. See #10952.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About VictoriaMetrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Related context
Related tools
Beta — feedback welcome: [email protected]