Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

53 lines (40 loc) · 1.8 KB

Change Log

This project adheres to Semantic Versioning.

This Changelog following the conventions laid out here

1.2.0 - 2017-09-17

Changed

  • updated PR template and CHANGELOG to point to new CHANGELOG guidelines (@majormoses)

Added

  • Ruby 2.4 testing (@Evesy)
  • check-uptime.rb: added --greater-than option to change the comparison operator to determine if threshold is exceeded (@Juan-Moreno)

1.1.0 - 2016-11-13

Added

  • New check check-uptime.rb that checks system uptime and warns if the system has been rebooted (@remmelz)

1.0.0 - 2016-06-16

Changed

  • Loosen dependency on sensu-plugin from = 1.2.0 to ~> 1.2
  • Update Rubocop to 0.40, apply auto-correct

Removed

  • Remove Ruby 1.9.3 support; add Ruby 2.3.0 support to test matrix

0.0.4 - 2015-12-14

Changed

  • change ruby wrapper to standalone script

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-21

Added

  • initial release