File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
lib/sensu-plugins-disk-checks Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 4
4
install :
5
5
- bundle install
6
6
rvm :
7
- - 2.1
8
- - 2.2
9
7
- 2.3.0
10
8
- 2.4.1
11
9
notifications :
@@ -26,8 +24,6 @@ deploy:
26
24
on :
27
25
tags : true
28
26
all_branches : true
29
- rvm : 2.1
30
- rvm : 2.2
31
27
rvm : 2.3.0
32
28
rvm : 2.4.1
33
29
repo : sensu-plugins/sensu-plugins-disk-checks
Original file line number Diff line number Diff line change @@ -190,7 +190,8 @@ https://mathias-kettner.de/checkmk_filesystems.html
190
190
### Added
191
191
- initial release
192
192
193
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.1...HEAD
193
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/4.0.0...HEAD
194
+ [ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.1...4.0.0
194
195
[ 3.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.1.0...3.1.1
195
196
[ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.0.1...3.1.0
196
197
[ 3.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-disk-checks/compare/3.0.0...3.0.1
Original file line number Diff line number Diff line change 1
1
module SensuPluginsDiskChecks
2
2
module Version
3
- MAJOR = 3
4
- MINOR = 1
3
+ MAJOR = 4
4
+ MINOR = 0
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments