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/).
4
4
This CHANGELOG follows the located [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 3.2.0] - 2018-04-17
7
9
### Added
8
10
- Added metrics-memory-vmstat.rb (@yuri-zubov sponsored by Actility, https://www.actility.com )
9
11
10
-
11
12
## [ 3.1.3] - 2018-03-27
12
13
### Security
13
14
- 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
144
145
### Added
145
146
- initial release
146
147
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
148
150
[ 3.1.3 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.2...3.1.3
149
151
[ 3.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-memory-checks/compare/3.1.1...3.1.2
150
152
[ 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 1
1
module SensuPluginsMemoryChecks
2
2
module Version
3
3
MAJOR = 3
4
- MINOR = 1
5
- PATCH = 3
4
+ MINOR = 2
5
+ PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments