* [CHANGE] `slog` used for logging instead go logger #246
* [ENHANCEMENT] Added support for `megaraid` devices and device types #205#257
* [BUGFIX] Better support for smartmontools < 7.3 #238
* [BUGFIX] Corrected NVMe read/write bytes to NVMe metrics #211
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
* [BUGFIX] Fix runtime error: index out of range in mineVersion #93
* [BUGFIX] Fix race condition with maps and goroutines #94
Signed-off-by: SuperQ <superq@gmail.com>
Breaking Changes:
All configuration has been moved from the config file to command line flags.
* [CHANGE] Refactor exporter config #68
* [BUGFIX] Fix smartctl command args to avoid wakeups #74
* [ENHANCEMENT] Add smartmontools to container image #51
Signed-off-by: SuperQ <superq@gmail.com>