File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-filesystem-checks Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
77- Added 'check-ctime.rb' for checking the file created time (@landondao1 )
88
99## [ Unreleased]
10+
11+ ## [ 2.1.1] - 2020-07-27
1012### Removed
11- - Removed Bonsai reference for generic "centos" assets.
13+ - Fixed Asset deployment to bonsai by removing reference for generic "centos" assets.
1214
1315## [ 2.1.0] - 2020-07-16
1416### Added
@@ -65,7 +67,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
6567### Added
6668- initial release
6769
68- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.0...HEAD
70+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.1...HEAD
71+ [ 2.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.1.0...2.1.1
6972[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/2.0.0...2.1.0
7073[ 2.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/1.0.0...2.0.0
7174[ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-filesystem-checks/compare/0.0.4...1.0.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsFilesystemChecks
22 module Version
33 MAJOR = 2
44 MINOR = 1
5- PATCH = 0
5+ PATCH = 1
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments