v1.136.12
Fixed 10
- fix issue with stream aggregation producing aggregated samples with identical timestamps between flushes
- fix rare unbounded shutdown delay in vmalert, vmauth, vmagent and vmsingle when config reload takes longer than -configCheckInterval
- fix corrupted metrics metadata in vmselect when a response contains multiple rows
- properly escape metricFamilyName at metrics metadata response in vmsingle and vmselect
- fix potential corruption of remote-write metadata Unit values in vmagent
- correctly apply long tenant filters in vmselect, preventing filter truncation and incorrect tenant matching
- do not fail backup list in vmbackup and vmbackupmanager if directory is absent while using fs:// destination
- prevent more cases of panic during directory deletion on NFS-based mounts in vmsingle and vmstorage
- push metrics to configured -pushmetrics.url on shutdown in vmctl when migration fails
- disallow restoring parts outside the configured -storageDataPath directory in vmrestore
v1.136.12
Released at 2026-06-19
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: fix issue with producing aggregated samples with identical timestamps between flushes. See #10808.
- BUGFIX: vmalert,vmauth,vmagent and vmsingle: fix rare unbounded shutdown delay when config reload takes longer than
-configCheckInterval. See #11107. Thanks to @PleasingFungus for contribution. - BUGFIX:
vmselectin VictoriaMetrics cluster: fix corrupted metrics metadata when a response contains multiple rows. See #11115. Thanks for @fxrlv for the contribution. - BUGFIX: vmsingle and
vmselectin VictoriaMetrics cluster: properly escapemetricFamilyNameat metrics metadata response. See #11129. Thanks for @fxrlv for the contribution. - BUGFIX: vmagent: fix potential corruption of remote-write metadata
Unitvalues. See #11120. Thanks for @fxrlv for the contribution. - BUGFIX:
vmselectin VictoriaMetrics cluster: correctly apply long tenant filters. Previously, such filters could be truncated, causing tenants to be matched incorrectly. See #11096. Thanks for @fxrlv for the contribution. - BUGFIX: vmbackup, vmbackupmanager: do not fail backup list if directory is absent while using
fs://destination to align with other protocols. See 6c3c548d - BUGFIX: vmsingle and
vmstoragein VictoriaMetrics cluster: prevent more cases of panic during directory deletion onNFS-based mounts. See #11060. - BUGFIX: vmctl: push metrics to configured
-pushmetrics.urlon shutdown when migration fails. Previously, metrics were not pushed if vmctl exited with an error. See #11081. Thanks to @zasdaym for contribution. - BUGFIX: vmrestore: disallow restoring parts outside the configured
-storageDataPathdirectory. See 710c920d.