Commit f772fc4 1 parent 7f01bb8 commit f772fc4 Copy full SHA for f772fc4
File tree 2 files changed +5
-3
lines changed
lib/sensu-plugins-windows
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed at [Our CHANGELOG Guidelines ](https://
5
5
Which is based on [ Keep A Changelog] ( http://keepachangelog.com/ )
6
6
7
7
## [ Unreleased]
8
+ ## [ 2.9.0] - 2018-08-24
8
9
### Changed
9
10
- updated check: ` powershell/check-windows-disk-writeable.ps1 ` now using CIM instead of WMI for large performance gain (@csabo )
10
11
- updated check: ` powershell/check-windows-disk.ps1 ` now using CIM instead of WMI for large performance gain (@csabo )
@@ -184,7 +185,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
184
185
### Added
185
186
- Initial release
186
187
187
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...HEAD
188
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...HEAD
189
+ [ 2.9.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...2.9.0
188
190
[ 2.8.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...2.8.1
189
191
[ 2.8.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...2.8.0
190
192
[ 2.7.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.6.0...2.7.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsWindows
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 8
5
- PATCH = 1
4
+ MINOR = 9
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