Skip to content

Latest commit

 

History

History
89 lines (71 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

89 lines (71 loc) · 2.79 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed here

2.0.0 - 2020-08-24

Breaking Changes

  • Remove support for old Ruby (< 2.3)
  • Bump sensu-plugin dependency from ~> 2.0 to ~> 4.0

Changed

  • Updated bundler dependancy to '~> 2.1'
  • Updated rubocop dependency to '~> 0.81.0'
  • Remediated rubocop issues
  • Updated rake dependency to '~> 13.0'
  • Fixed errors where warnings where sent as critical

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