Commit 18236bf 1 parent 410a7cf commit 18236bf Copy full SHA for 18236bf
File tree 2 files changed +8
-2
lines changed
lib/sensu-plugins-windows
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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
+
9
+ ## [ 2.9.1] - 2019-02-17
10
+ ### Fixed
11
+ - check-windows-disk.rb: use the full path for CSV file path due to a bug in ` wmic ` (@jasiek191 )
12
+
8
13
## [ 2.9.0] - 2018-08-24
9
14
### Changed
10
15
- updated check: ` powershell/check-windows-disk-writeable.ps1 ` now using CIM instead of WMI for large performance gain (@csabo )
@@ -185,7 +190,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
185
190
### Added
186
191
- Initial release
187
192
188
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...HEAD
193
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.1...HEAD
194
+ [ 2.9.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.9.0...2.9.1
189
195
[ 2.9.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.1...2.9.0
190
196
[ 2.8.1 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.8.0...2.8.1
191
197
[ 2.8.0 ] : https://github.com/sensu-plugins/sensu-plugins-Windows/compare/2.7.0...2.8.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsWindows
2
2
module Version
3
3
MAJOR = 2
4
4
MINOR = 9
5
- PATCH = 0
5
+ PATCH = 1
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