File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lib/sensu-plugins-disk-checks Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 5.1.1] - 2020-04-22
9
+ ### Changed
10
+ - Removed centos from .bonsai.yml to make Bonsai happy again
11
+
8
12
## [ 5.1.0] - 2020-04-22
9
13
### Changed
10
14
- Updated bundler dependancy to '~ > 2.1'
@@ -220,7 +224,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
220
224
### Added
221
225
- initial release
222
226
223
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...HEAD
227
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.1...HEAD
228
+ [ 5.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.1.0...5.1.1
224
229
[ 5.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.1...5.1.0
225
230
[ 5.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/5.0.0...5.0.1
226
231
[ 5.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.1...5.0.0
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 = 0
7
+ PATCH = 1
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