File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-disk-checks Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 5.1.2] - 2020-05-20
7
9
### Fixed
8
10
- check-disk-usage.rb: More accurate disk percent usage ignoring privileged bytes (@SaviourSelf )
9
11
@@ -226,7 +228,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
226
228
### Added
227
229
- initial release
228
230
229
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.1...HEAD
231
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.2...HEAD
232
+ [ 5.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.1...5.1.2
230
233
[ 5.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...5.1.1
231
234
[ 5.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...5.1.0
232
235
[ 5.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module SensuPluginsDiskChecks
4
4
module Version
5
5
MAJOR = 5
6
6
MINOR = 1
7
- PATCH = 1
7
+ PATCH = 2
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
10
10
end
You can’t perform that action at this time.
0 commit comments