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,10 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55
66
77## [ Unreleased]
8+
9+ ## [ 3.1.0] - 2018-05-02
810### Added
911- metrics-ipcs.rb: Add ipcs metrics (@yuri-zubov sponsored by Actility, https://www.actility.com )
1012
11-
1213## [ 3.0.2] - 2018-03-27
1314### Security
1415- updated yard dependency to ` ~> 0.9.11 ` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses )
@@ -181,7 +182,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
181182- built against 1.9.3, 2.0, 2.1
182183- cryptographically signed
183184
184- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...HEAD
185+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.1.0...HEAD
186+ [ 3.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...3.1.0
185187[ 3.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.1...3.0.2
186188[ 3.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.0...3.0.1
187189[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/2.7.0...3.0.0
Original file line number Diff line number Diff line change 11module SensuPluginsProcessChecks
22 module Version
33 MAJOR = 3
4- MINOR = 0
5- PATCH = 2
4+ MINOR = 1
5+ PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments