File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ v1.4.3] - 2016-10-04
8
+
7
9
- Fixed an incompatibility with Ruby 1.9 introduced in Sensu::Handler api_request circa sensu-plugin 1.3.0
8
10
- Fixed Sensu::Handler check dependency filtering by using plural form ` events ` API endpoint, instead of singular-form ` event ` .
9
11
- Fixed a condition where ` config_files ` method may attempt to read from a non-existent file.
@@ -73,7 +75,8 @@ The changes in earlier releases are not fully documented but comparison links ar
73
75
* [ v0.1.1]
74
76
* [ v0.1.0]
75
77
76
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.2...HEAD
78
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.3...HEAD
79
+ [ v1.4.3 ] : https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.2...v1.4.3
77
80
[ v1.4.2 ] : https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.1...v1.4.2
78
81
[ v1.4.1 ] : https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.0...v1.4.1
79
82
[ v1.4.0 ] : https://github.com/sensu-plugins/sensu-plugin/compare/v1.3.0...v1.4.0
Original file line number Diff line number Diff line change 1
1
module Sensu
2
2
module Plugin
3
- VERSION = "1.4.2 "
3
+ VERSION = "1.4.3 "
4
4
EXIT_CODES = {
5
5
'OK' => 0 ,
6
6
'WARNING' => 1 ,
You can’t perform that action at this time.
0 commit comments