sensu-plugins-mailer 2.1.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +6 -1
- data/lib/sensu-plugins-mailer/version.rb +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 45f3536864a7ada608965c176328bb7af8eb414e238a890281beb92ac243b308
|
|
4
|
+
data.tar.gz: e81f09b14d09bbffab0026f9ceda093a48815355bc5622fd8d6f0ffb81ea6092
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a52fc347803a8ad1712fddb2c841c7bef0dc0cd7a4a86c11eb1a43957fb9ff2ea06b04de4e04881131151cfeb2a9c49fa3fe69f8ffff15a3b09a6fe3fcc8713
|
|
7
|
+
data.tar.gz: 49d688361518f06132f3194ed9fba8164df352fb74d3c407cdfa493c5ccba82ed256f894b405e115210c73cfe677a74bc23c716a4c64387f9a32350f174ff6e2
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [3.0.0] - 2018-12-07
|
|
9
|
+
### Breaking Changes
|
|
10
|
+
- 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) (@asachs01)
|
|
11
|
+
|
|
8
12
|
## [2.1.0] - 2018-11-01
|
|
9
13
|
### Added
|
|
10
14
|
- handler-mailer.rb: add subject_template feature. With this option to can change the default subject with a template.
|
|
@@ -109,7 +113,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
109
113
|
### Added
|
|
110
114
|
- initial release
|
|
111
115
|
|
|
112
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/
|
|
116
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/3.0.0...HEAD
|
|
117
|
+
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/2.1.0...3.0.0
|
|
113
118
|
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/2.0.1...2.1.0
|
|
114
119
|
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/2.0.0...2.0.1
|
|
115
120
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-mailer/compare/1.2.0...2.0.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-mailer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 3.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sensu-Plugins and contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-ses
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - "~>"
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
61
|
+
version: '2.7'
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
68
|
+
version: '2.7'
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: erubis
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -223,9 +223,9 @@ dependencies:
|
|
|
223
223
|
description: Provides mail output for Sensu
|
|
224
224
|
email: "<sensu-users@googlegroups.com>"
|
|
225
225
|
executables:
|
|
226
|
+
- handler-mailer.rb
|
|
226
227
|
- handler-mailer-ses.rb
|
|
227
228
|
- handler-mailer-mailgun.rb
|
|
228
|
-
- handler-mailer.rb
|
|
229
229
|
extensions: []
|
|
230
230
|
extra_rdoc_files: []
|
|
231
231
|
files:
|
|
@@ -263,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
263
263
|
version: '0'
|
|
264
264
|
requirements: []
|
|
265
265
|
rubyforge_project:
|
|
266
|
-
rubygems_version: 2.
|
|
266
|
+
rubygems_version: 2.7.8
|
|
267
267
|
signing_key:
|
|
268
268
|
specification_version: 4
|
|
269
269
|
summary: Sensu plugins for mailer
|