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 @@ -5,6 +5,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66
77## [ Unreleased]
8+
9+ ## [ 3.2.0] - 2018-05-02
810### Fixed
911- metrics-processes-threads-count.rb: Backward compatible support for TASK_IDLE process state in Linux 4.14+ (@awangptc )
1012
@@ -188,7 +190,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
188190- built against 1.9.3, 2.0, 2.1
189191- cryptographically signed
190192
191- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...HEAD
193+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.2.0...HEAD
194+ [ 3.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...3.2.0
192195[ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...3.1.0
193196[ 3.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.1...3.0.2
194197[ 3.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.0...3.0.1
Original file line number Diff line number Diff line change 11module SensuPluginsProcessChecks
22 module Version
33 MAJOR = 3
4- MINOR = 1
4+ MINOR = 2
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments