File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-disk-checks Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 5.1.0] - 2020-04-22
8
9
### Changed
9
10
- Updated bundler dependancy to '~ > 2.1'
10
11
- Added option to ignore privileged bytes
11
12
- Updated rubocop dependency to '~ > 0.81.0'
12
13
- Remediated rubocop issues
14
+ - Updated sys-filesystem gem dependency from 1.3.2 to 1.3.4
13
15
14
16
## [ 5.0.1] - 2019-12-10
15
17
### Changed
@@ -218,7 +220,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
218
220
### Added
219
221
- initial release
220
222
221
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...HEAD
223
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...HEAD
224
+ [ 5.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...5.1.0
222
225
[ 5.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1
223
226
[ 5.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.1...5.0.0
224
227
[ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.0...4.0.1
Original file line number Diff line number Diff line change 3
3
module SensuPluginsDiskChecks
4
4
module Version
5
5
MAJOR = 5
6
- MINOR = 0
7
- PATCH = 1
6
+ MINOR = 1
7
+ PATCH = 0
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