Skip to content

Latest commit

 

History

History
113 lines (87 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

113 lines (87 loc) · 4.6 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed here

5.1.0 - 2019-12-12

Added

  • Updated asset build targets to support centos6

5.0.0 - 2019-04-18

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

4.0.2 - 2018-03-27

Security

4.0.1 - 2018-03-07

Security

Changed

  • appeased the cops (@majormoses)

Fixed

  • Remove the comment explaining the per-cores flag from the merics-load.rb file as this option no longer exists (@AaronKalair)

Fixed

  • use the quick tests as we want to not run all integration tests just the requested suites (@majormoses)

4.0.0 - 2017-10-03

Breaking Changes

  • dropped support for Ruby 2.0.0 (@barryorourke)

Added

  • now includes kitchen integration tests (@barryorourke)
  • added ruby 2.4 testing (@majormoses)

Changed

  • updated the changelog location guidelines (@majormoses)

Fixed

  • PR template spelling (@majormoses)
  • make changelog a title (@majormoses)

3.0.0 - 05-18-2017

Breaking Change

  • bin/check-load.rb remove option for per_core as its useless and broken (@majormoses)
  • bin/metrics-load.rb remove option for per_core as its useless and broken (@majormoses)

Changed

  • moved common logic into its own library location (@majormoses)

Fixed

  • bin/metrics-load.rb now uses common logic which fixes issues with uptime LOCALE parsing (@majormoses)

Breaking Change

  • bin/check-load.rb change the default of per_core to true (@majormoses)

Changed

  • Use the uptime command in bin/check-load.rb as well (@smuth4)
  • Correctly detect the number of cores on BSD (@smuth4)
  • bin/check-load.rb better output message (@woltage)
  • bin/check-load.rb change the default thresholds to better align with per_core values (@majormoses)
  • bin/check-load.rb changes to use >= rather than > for thresholds (@majormoses)
  • bin/check-load.rb switch to using 'unknown' rather than 'warning' when unable to determine the load average (@majormoses)

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

  • Removed Ruby 1.9.3 support; add Ruby 2.3.0 support to test matrix.

0.0.4 - 2015-12-11

Changed

  • Use pure ruby for cpu count in check-load.rb

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