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