sensu-plugins-rabbitmq 4.1.1 → 5.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
2
  SHA256:
3
- metadata.gz: ae4e7f75597a2ab7f8c8a252c8c3d3f57051b054061863b7cb7ff4b162af32d8
4
- data.tar.gz: 41f9e3892927a989c24633b2cbe081db42afc2ddfd72251798cea83a339a030c
3
+ metadata.gz: 8c311e72869b18722dcc6d4314f87ffb6e802558a1bbf2ea5d8bc177e3fdef55
4
+ data.tar.gz: d3298c7f161eaea4ec281f6256cd00ed0545c5a85f946e784b919cd1b3e62712
5
5
  SHA512:
6
- metadata.gz: a38464155c7b03dae4cf2fc03daf95d57cdbeb5a733418b30d4bb55430a79e064fd84e8344ee3be7f298f39f01d935dc010887188f444d51604d8f8051edc417
7
- data.tar.gz: efb305ecf9b56d59b86d8bcb18d151960a4506c9c15925e7cb5a524502827713e7b61e20869c4fb660329fbf2c6a8f6a7c80fa17f506889307a96637c105ec9e
6
+ metadata.gz: 34901f8870f16e8b9a994886e82bba7cc27e4136589b7eab2b245597c69e51faf06149d259b3ce824086a893d8ce6e9197fa831f36d5d0b513855c8396f8ccb6
7
+ data.tar.gz: c0bfb8b5466e96444c8b48893490ccb668a60a5e562a43c263e313c86160c65393e8cf604475136d937bf7164e1643e34ddadbb555364687c05afde3bdcbd8ef
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
+ ## [5.0.0] - 2018-05-02
9
+ ### Breaking Changes
10
+ - bump sensu-plugin version in dependencies to ~> 2.0. This should fix the issue where multiple versions of json (1.8.6 and 2.0.2) are being loaded, causing checks to fail (@mattdoller)
11
+
8
12
  ## [4.1.1] - 2018-04-03
9
13
  ### Fixed
10
14
  - metrics-rabbitmq-queue.rb: fix metrics collection under corrupted RabbitMQ cluster circumstances (@multani)
@@ -192,7 +196,8 @@ NOTE: this release changes the option flags in check-rabbitmq-node-health.rb to
192
196
  - Remove copy paste errors in the Readme
193
197
  - Removed Rubygems require Ruby 1.8.7 backwards compatibility from all plugins
194
198
 
195
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/4.1.1...HEAD
199
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.0.0...HEAD
200
+ [5.0.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/4.1.1...5.0.0
196
201
  [4.1.1]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/4.1.0...4.1.1
197
202
  [4.1.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/4.0.1...4.1.0
198
203
  [4.0.1]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/4.0.0...4.0.1
@@ -2,9 +2,9 @@
2
2
 
3
3
  module SensuPluginsRabbitMQ
4
4
  module Version
5
- MAJOR = 4
6
- MINOR = 1
7
- PATCH = 1
5
+ MAJOR = 5
6
+ MINOR = 0
7
+ PATCH = 0
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.1
4
+ version: 5.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-04-03 00:00:00.000000000 Z
11
+ date: 2018-05-02 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: '2.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: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: amq-protocol
29
29
  requirement: !ruby/object:Gem::Requirement