File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
lib/sensu-plugins-memory-checks Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the located [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
55
66## [ Unreleased]
7+
8+ ## [ 3.2.0] - 2018-04-17
79### Added
810- Added metrics-memory-vmstat.rb (@yuri-zubov sponsored by Actility, https://www.actility.com )
911
10-
1112## [ 3.1.3] - 2018-03-27
1213### Security
1314- updated yard dependency to ` ~> 0.9.11 ` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses )
@@ -144,7 +145,8 @@ This CHANGELOG follows the located [here](https://github.com/sensu-plugins/commu
144145### Added
145146- initial release
146147
147- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.3...HEAD
148+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.2.0...HEAD
149+ [ 3.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.3..3.2.0
148150[ 3.1.3 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.2...3.1.3
149151[ 3.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.1...3.1.2
150152[ 3.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.0...3.1.1
Original file line number Diff line number Diff line change 11module SensuPluginsMemoryChecks
22 module Version
33 MAJOR = 3
4- MINOR = 1
5- PATCH = 3
4+ MINOR = 2
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