sensu-plugins-xmpp 2.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f85c6e063bd06fac489a86e0050a8bee9acfe59d
4
- data.tar.gz: ae8a2434bef437b6a812be6d69dce58bd1acbba2
2
+ SHA256:
3
+ metadata.gz: 9b1d9064a83ac575b9f184f9be495012cded342d67d7c2b572344c408bb2fcf2
4
+ data.tar.gz: 918b974de269d2a9f959081999a12c16152646f4afc501a31d9de07b5210a7ad
5
5
  SHA512:
6
- metadata.gz: 34601956ffc010aba855aaecd2ccb4876177a3daa2530ab4be9ff83402a97394e2c5a02fc8d03bb8db6b2c402498e742a0582d9b0e7ad152b5cae79fe19bf811
7
- data.tar.gz: d84d7312d1a048a369ac6148b735c4d3c8268927f1597b1fb823a70ec90ec72382247b6947ed04f2433ff808fbffc225b5a8a2635d43bc7b1f9a70b0d0bf34cd
6
+ metadata.gz: 748803a0e67f1cf379acfdad6dba80ce4b1a02ced7a0f4aff901a332dd05ca5f340bb5c81c997f5efc7c4b7ef2d48ee05fa7019bd2a7bcf68bb0ebaeb6a010b4
7
+ data.tar.gz: a9047da92023cd933a8a8b34364d5b4dc9caed50cb9e32f8f3ee93b4ad799f39414551827bb7eff54c230977a8059784c89b47b23a73f5aa44f432e43651bfec
@@ -5,6 +5,14 @@ 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-17
9
+ ### Breaking Changes
10
+ - bumped `sensu-plugin` runtime dependendency from `~> 1.2` to `~> 3.0` you can read about it [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#v200---2017-03-29) and [here](https://github.com/sensu-plugins/sensu-plugin/blob/master/CHANGELOG.md#300---2018-12-04) (@dependabot) (@majormoses)
11
+ - removed support for ruby versions `< 2.3` as they are EOL (@majormoses)
12
+
13
+ ### Security
14
+ - Updated Yard to `~> 0.9.11`, which fixes [CVE-2017-17042](https://nvd.nist.gov/vuln/detail/CVE-2017-17042) (@majormoses)
15
+
8
16
  ## [2.0.0] - 2018-02-27
9
17
  ### Security
10
18
  - updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 (@majormoses)
@@ -42,7 +50,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
42
50
  ### Added
43
51
  - initial release
44
52
 
45
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-xmpp/compare/2.0.0...HEAD
53
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-xmpp/compare/3.0.0...HEAD
54
+ [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-xmpp/compare/2.0.0...3.0.0
46
55
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-xmpp/compare/1.0.1...2.0.0
47
56
  [1.0.1]: https://github.com/sensu-plugins/sensu-plugins-xmpp/compare/1.0.0...1.0.1
48
57
  [1.0.0]: https://github.com/sensu-plugins/sensu-plugins-xmpp/compare/0.0.3...1.0.0
@@ -1,6 +1,6 @@
1
1
  module SensuPluginsXmpp
2
2
  module Version
3
- MAJOR = 2
3
+ MAJOR = 3
4
4
  MINOR = 0
5
5
  PATCH = 0
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-xmpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
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-02-27 00:00:00.000000000 Z
11
+ date: 2018-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.2'
19
+ version: '3.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.2'
26
+ version: '3.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: xmpp4r
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -156,14 +156,14 @@ dependencies:
156
156
  requirements:
157
157
  - - "~>"
158
158
  - !ruby/object:Gem::Version
159
- version: '0.8'
159
+ version: 0.9.11
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
- version: '0.8'
166
+ version: 0.9.11
167
167
  description: Sensu plugins for working with xmpp
168
168
  email: "<sensu-users@googlegroups.com>"
169
169
  executables:
@@ -197,7 +197,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
197
  requirements:
198
198
  - - ">="
199
199
  - !ruby/object:Gem::Version
200
- version: 2.1.0
200
+ version: 2.3.0
201
201
  required_rubygems_version: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - ">="
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  version: '0'
206
206
  requirements: []
207
207
  rubyforge_project:
208
- rubygems_version: 2.5.2.1
208
+ rubygems_version: 2.7.8
209
209
  signing_key:
210
210
  specification_version: 4
211
211
  summary: Sensu plugins for working with xmpp