From 0610b362adef44f80ff4099d37569fa53802c40a Mon Sep 17 00:00:00 2001 From: Aaron Sachs Date: Tue, 20 Nov 2018 16:18:46 -0600 Subject: [PATCH 1/2] Bumping sensu-plugin version --- sensu-plugins-mailer.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-plugins-mailer.gemspec b/sensu-plugins-mailer.gemspec index 7f74a36..38deeb0 100644 --- a/sensu-plugins-mailer.gemspec +++ b/sensu-plugins-mailer.gemspec @@ -30,7 +30,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'aws-ses', '0.6.0' s.add_runtime_dependency 'mail', '2.6.3' s.add_runtime_dependency 'mailgun-ruby', '1.0.3' - s.add_runtime_dependency 'sensu-plugin', '~> 1.2' + s.add_runtime_dependency 'sensu-plugin', '~> 2.7' s.add_runtime_dependency 'erubis', '2.7.0' s.add_runtime_dependency 'ruby-ntlm', '0.0.3' From c61d30bb313efa9da57d1f19912e14c0c404f764 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Fri, 7 Dec 2018 18:39:02 -0800 Subject: [PATCH 2/2] adding CHANGELOG entry for sensu-plugin dep bump --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0cf5b3..b80bbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins ## [Unreleased] +### Breaking Changes +- bumped dependency of `sensu-plugin` to 2.x you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v145---2017-03-07) (@majormoses) + ## [2.1.0] - 2018-11-01 ### Added - handler-mailer.rb: add subject_template feature. With this option to can change the default subject with a template.