v1.136.10
Released at 2026-05-22
v1.136.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.136.x line will be supported for at least 12 months since v1.136.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:
vminsertin VictoriaMetrics cluster: properly establish mtls connection between vmstorage and vminsert. Regression was introduced in v1.130.0 release for the enterprise version of vmstorage. See #10972. - 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.
- BUGFIX: vmui: add missing
__timestamp__and__value__columns to CSV exported from the table view on the Query tab. See #10975.