File tree Expand file tree Collapse file tree
lib/sensu-plugins-process-checks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
66
77## [ Unreleased]
88
9+ ## [ 4.0.1] - 2019-05-06
10+ ### Fixed
11+ - metrics-ipcs.rb: fixed metric script by setting ` found = true ` when its found (@eberkut )
12+
913## [ 4.0.0] - 2019-04-18
1014### Breaking Changes
1115- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
@@ -200,7 +204,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
200204- built against 1.9.3, 2.0, 2.1
201205- cryptographically signed
202206
203- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...HEAD
207+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.1...HEAD
208+ [ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/4.0.0...4.0.1
204209[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...4.0.0
205210[ 3.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...3.2.0
206211[ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...3.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsProcessChecks
22 module Version
33 MAJOR = 4
44 MINOR = 0
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