sensu-plugins-rabbitmq 5.4.0 → 6.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cdf746345a9ddc85672268d788bfd11313d0a03ef733324f53ea326e61260033
4
- data.tar.gz: 26ccfd2c1b39198f5988f4b1abf773f191e42e854a7caea15f5ff2125e121d59
3
+ metadata.gz: 201af8e07165ee3218951f50b13b434b2fe1e3607a034db3dff25ff0684798a4
4
+ data.tar.gz: 60574f1832e217608d9dda5be319afedfa300506a817a0053fded8bc1ac95f13
5
5
  SHA512:
6
- metadata.gz: e77e5c78d7ec6655273c312cc0500d99a477b04fbe71c923d5b38a63ee29867b1da18f83d5d1b06baa83dfde12de861e7cc99016973b8ef2240cd5335e1e2243
7
- data.tar.gz: a08253a036f04987aeaa92d057a398ea213592123303502e9e062934b732c5637c4bfad15fb52172584c37cb698a04092bc1749450c3c46d9daf1eb999ed663e
6
+ metadata.gz: 6f84f2dc695bd814a75d1ba763a2ec9c1d6722e45847f58b0ad72d2ba0ffb0dc0928e11ba16e348c8ba3b6854de8974c265d883037727e12362e7f9b8bd728bf
7
+ data.tar.gz: 736df816281c2b4cd9f0217ecafb02d07d14330a528701e44568a7a13933dab6b8904eaea33817d4f8fa9d824cfc6df57721eef7c10c9ed586cf60fd63620b78
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
  This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
5
5
 
6
6
  ## [Unreleased]
7
+ ### Breaking Changes
8
+ - bump version of rest-client to 2.0.2. This should fix the issue where multiple versions of that gem would be loaded when running the rabbitmq plugin alongside the sensu http plugin. (@mattdoller)
7
9
 
8
10
  ## [5.4.0] - 2018-06-21
9
11
  ### Changed
@@ -212,7 +214,8 @@ NOTE: this release changes the option flags in check-rabbitmq-node-health.rb to
212
214
  - Remove copy paste errors in the Readme
213
215
  - Removed Rubygems require Ruby 1.8.7 backwards compatibility from all plugins
214
216
 
215
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.4.0...HEAD
217
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/6.0.0...HEAD
218
+ [6.0.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.4.0...6.0.0
216
219
  [5.4.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.3.0...5.4.0
217
220
  [5.3.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/5.2.0...5.3.0
218
221
  [5.2.0]:https://github.com/sensu-plugins/sensu-plugins-rabbitmq/\compare/5.1.0...5.2.0
@@ -2,8 +2,8 @@
2
2
 
3
3
  module SensuPluginsRabbitMQ
4
4
  module Version
5
- MAJOR = 5
6
- MINOR = 4
5
+ MAJOR = 6
6
+ MINOR = 0
7
7
  PATCH = 0
8
8
 
9
9
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
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: 5.4.0
4
+ version: 6.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-06-22 00:00:00.000000000 Z
11
+ date: 2018-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sensu-plugin
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 1.8.0
89
+ version: 2.0.2
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - '='
95
95
  - !ruby/object:Gem::Version
96
- version: 1.8.0
96
+ version: 2.0.2
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: ruby_dig
99
99
  requirement: !ruby/object:Gem::Requirement