Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.9.0 #87

Merged
merged 1 commit into from
Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.9.0 / 2022-10-20

Breaking Changes:
- Now labels with device model & serial number landed only to smartctl_device meta metric
- /dev/ prefix pruned from device label for matching with node_exporter labels

* [CHANGE] Removed doubled NVMe metrics #82
* [CHANGE] Reduced number of meta labels #83
* [FEATURE] Added disk form_factor meta label #84
* [CHANGE] Pruned /dev/ prefix from device label #88
* [ENHANCEMENT] remove `os.stat` in order to fit in Windows #86
* [ENHANCEMENT] Skip vendor-specific statistics that lead to duplicate metric labels #28

## 0.8.0 / 2022-10-03

Breaking Changes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0