Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

94 lines (74 loc) · 3.37 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed here

[4.0.1] - 2020-03-13

Fixed

  • Typo in send_warning. It stated send_waning on a to high stratum. This resulted in an exception.

[4.0.0] - 2020-01-13

Fixed

  • Added sensu bonsai.
  • Bumped bundler to 2.1
  • Upgraded versions to make it build again.

Breaking Changes

  • Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
  • Bump sensu-plugin dependency from ~> 1.2 to ~> 4.0 you can read the changelog entries for 4.0, 3.0, and 2.0

Added

  • Travis build automation to generate Sensu Asset tarballs that can be used n conjunction with Sensu provided ruby runtime assets and the Bonsai Asset Index
  • Require latest sensu-plugin for Sensu Go support

1.0.1 - 2018-05-03

Fixed

  • Fixes "undefined method empty?" (@jwatroba)

1.0.0 - 2018-01-04

Breaking Change

  • remove ruby < 2.0 support (@majormoses)
  • require sensu-plugin 2.0 (@majormoses)

Added

  • github templates (@majormoses)
  • links to changelog guidelines (@majormoses)
  • badges to README (@majormoses)
  • various misc development dependencies (@majormoses)

Changed

  • standard gemspec (@majormoses)
  • appease the cops (@majormoses)
  • standard Rakefile (@majormoses)

0.0.9 - 2016-04-05

Added

  • fixed metrics key naming (@vervas)

0.0.8 - 2016-04-04

Added

  • adding metrics plugin (@vervas)

0.0.7 - 2016-01-18

Added

  • fixing regex

0.0.6 - 2016-01-18

Added

  • last offset regex should match both - and +

0.0.5 - 2016-01-14

Added

  • Added --handlers command line option

0.0.4 - 2016-01-14

Added

  • not using config[:handler]

0.0.3 - 2015-12-28

Added

  • Rounding offset

0.0.2 - 2015-12-28

Added

  • Casting thresholds to float

0.0.1 - 2015-12-28

Added

  • Initial release