Release 0.8.0 (#75)

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>
This commit is contained in:
Ben Kochie 2022-10-03 15:34:52 +02:00 committed by GitHub
parent e88442081c
commit 14778c90ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
## 0.8.0 / 2022-10-03
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
## 0.7.0 / 2022-08-05
First prometheus-community release.

View File

@ -1 +1 @@
0.7.0
0.8.0