This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed here
5.1.0 - 2019-12-12
- Updated asset build targets to support centos6
5.0.0 - 2019-04-18
- 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
- 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
- updated yard dependency to
~> 0.9.11
per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
4.0.1 - 2018-03-07
- updated rubocop dependency to
~> 0.51.0
per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
- appeased the cops (@majormoses)
- Remove the comment explaining the per-cores flag from the merics-load.rb file as this option no longer exists (@AaronKalair)
- use the
quick
tests as we want to not run all integration tests just the requested suites (@majormoses)
4.0.0 - 2017-10-03
- dropped support for Ruby 2.0.0 (@barryorourke)
- now includes kitchen integration tests (@barryorourke)
- added ruby 2.4 testing (@majormoses)
- updated the changelog location guidelines (@majormoses)
- PR template spelling (@majormoses)
- make changelog a title (@majormoses)
3.0.0 - 05-18-2017
- 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)
- moved common logic into its own library location (@majormoses)
- bin/metrics-load.rb now uses common logic which fixes issues with uptime LOCALE parsing (@majormoses)
- bin/check-load.rb change the default of per_core to true (@majormoses)
- 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
- Loosen dependency on sensu-plugin from
= 1.2.0
to~> 1.2
- Update Rubocop to 0.40, apply auto-correct.
- Removed Ruby 1.9.3 support; add Ruby 2.3.0 support to test matrix.
0.0.4 - 2015-12-11
- Use pure ruby for cpu count in check-load.rb
0.0.3 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
0.0.2 - 2015-06-03
- added binstubs
- removed cruft from /lib
- initial release