Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

88 lines (68 loc) · 3.6 KB

Change Log

This project adheres to Semantic Versioning.

This Changelog following the conventions laid out here

Changed

  • Updated rubocop dependency to '~> 0.79.0'
  • Remediated issues from rubocop upgrade
  • Updated rake dependency to '~> 13.0'

3.1.0 - 2019-12-19

Changed

  • Updated bundler development depedency to '~> 2.1'
  • Updated README to conform with standardization guidelines (sensu-plugins/community#134)
  • Removed centos asset definition

3.1.0 - 2019-12-09

Added

  • Updated asset build targets

3.0.0 - 2019-06-28

Breaking Changes

  • 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

2.0.0 - 2017-10-18

Breaking Changes

  • removed ruby 2.0 support && testing (@majormoses)

Added

  • check-uptime.rb: added osx support (@jjdiazgarcia)
  • check-uptime.rb: minor enhancements for performance and emit an unknown for unsupported os rather than a message and it failing with an undefined variable (@majormoses)

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