Skip to content

v1.37.0

Choose a tag to compare

@Starosdev Starosdev released this 28 Feb 00:38
· 694 commits to master since this release

v1.37.0 (2026-02-27)

Features

Add config-driven device labels (#302) - Closes #301

Add label field to collector config device overrides, allowing users to set custom device labels in collector.yaml

  • Labels from config are applied on every collector run, making them ideal for environments where disks are swapped between slots
  • Config labels take precedence over UI-set labels when specified; when no config label is set, existing UI labels are preserved
  • Conditional upsert in RegisterDevice() ensures labels are only overwritten when explicitly provided