From 14778c90ea6c3f2474f618f2b36d950e33c31777 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Mon, 3 Oct 2022 15:34:52 +0200 Subject: [PATCH] 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 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74bcda9..cc3ff27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/VERSION b/VERSION index faef31a..a3df0a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.8.0