Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

60 lines (45 loc) · 2.18 KB

#Change Log This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed at Keep A Changelog

1.0.2 2017-06-01

  • sensu-plugins-supervisor.gemspec: update Gemspec and README as per issue sensu-plugins#15

1.0.1 2017-06-01

Fixed

  • check-supervisor-socket.rb: update XMLRPC::XMLParser::XMLStreamParser to XMLRPC::XMLParser::LibXMLStreamParser as per issue sensu-plugins#16

1.0.0 - 2016-11-07

Added

  • Support for Ruby 2.3.0

Removed

  • Support for Ruby 1.9.3 & Ruby 2.0.0

Changed

  • Bump mininum ruby version to 2.1

Fixed

  • check-supervisor.rb: Fixed wrong variable assignment, this fixes authentication failures when running check.
  • check-supervisor.rb: Updated port short variable name to avoid collision with password variable (-p -> -P).

0.0.4 - 2016-08-17

Changed

  • Updated sensu-plugin dependency from = 1.2.0 to ~> 1.2.0
  • Now using built-in xmlrpc parser, removes dependecy on libxml-xmlrpc
  • Failure connecting to supervisor now provides additional exception context

Added

  • check-supervisor.rb: added support for username and password via http
  • check-supervisor.rb: added support for reporting multiple failed services per run

0.0.3 - 2015-07-14

Changed

  • updated sensu-plugin gem to 1.2.0

0.0.2 - 2015-06-03

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - 2015-05-29

Added

  • initial release