File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66
7+ ## [ v1.4.3] - 2016-10-04
8+
79- Fixed an incompatibility with Ruby 1.9 introduced in Sensu::Handler api_request circa sensu-plugin 1.3.0
810- Fixed Sensu::Handler check dependency filtering by using plural form ` events ` API endpoint, instead of singular-form ` event ` .
911- 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
7375* [ v0.1.1]
7476* [ v0.1.0]
7577
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
7780[ v1.4.2 ] : https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.1...v1.4.2
7881[ v1.4.1 ] : https://github.com/sensu-plugins/sensu-plugin/compare/v1.4.0...v1.4.1
7982[ 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 11module Sensu
22 module Plugin
3- VERSION = "1.4.2 "
3+ VERSION = "1.4.3 "
44 EXIT_CODES = {
55 'OK' => 0 ,
66 'WARNING' => 1 ,
You can’t perform that action at this time.
0 commit comments