This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed here
2.0.0 - 2020-08-24
- Remove support for old Ruby (< 2.3)
- Bump sensu-plugin dependency from ~> 2.0 to ~> 4.0
- 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
- Fixes "undefined method
empty?"
(@jwatroba)
1.0.0 - 2018-01-04
- remove ruby < 2.0 support (@majormoses)
- require
sensu-plugin
2.0 (@majormoses)
- github templates (@majormoses)
- links to changelog guidelines (@majormoses)
- badges to README (@majormoses)
- various misc development dependencies (@majormoses)
- standard gemspec (@majormoses)
- appease the cops (@majormoses)
- standard Rakefile (@majormoses)
0.0.9 - 2016-04-05
- fixed metrics key naming (@vervas)
0.0.8 - 2016-04-04
- adding metrics plugin (@vervas)
0.0.7 - 2016-01-18
- fixing regex
0.0.6 - 2016-01-18
- last offset regex should match both - and +
0.0.5 - 2016-01-14
- Added --handlers command line option
0.0.4 - 2016-01-14
- not using config[:handler]
0.0.3 - 2015-12-28
- Rounding offset
0.0.2 - 2015-12-28
- Casting thresholds to float
0.0.1 - 2015-12-28
- Initial release