This project adheres to Semantic Versioning.
This CHANGELOG follows the format laid out here
4.0.0 - 2018-09-09
- updated
yard
dependency to~> 0.9.11
per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 which closes attacks against a yard server loading arbitrary files (@majormoses) - updated rubocop dependency to
~> 0.51.0
per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 (@majormoses)
- removed ruby support for
< 2.3
(@majormoses)
- appeased the cops (@majormoses)
- bumped min
sensu-plugin
to the latest version of 2.x (@majormoses) - update changelog guidelines location (@majormoses)
3.1.0 - 2018-09-03
- support list of hipchat rooms, so notifications are sent to multiple rooms (@cgarciaarano)
3.0.0 - 2017-12-07
- bumped dependency of
sensu-plugin
to 2.x you can read about it here (@multani)
- fix
timeout
runtime warnings (@multani)
2.1.0 - 2017-12-05
- Remove trailing whitespace in the default template
2.0.0 - 2017-07-24
- Minimum Ruby runtime version is now 2.0
1.0.0 - 2017-07-12
- Ruby 2.4.1 testing
- Dropped Ruby 1.9.3 support
- added option to configure message format in ERB template
- added option to configure message format as either
html
(default) ortext
0.0.4 - 2016-08-10
- Updated sensu-plugin dependency from
= 1.2.0
to~> 1.2
- improved description for --json_config option
0.0.3 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
- ability to specify the room at the check level
0.0.2 - 2015-06-02
- added binstubs
- removed cruft from /lib
- initial release