sensu-plugins-rabbitmq 5.4.0 → 6.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 +4 -4
- data/CHANGELOG.md +4 -1
- data/lib/sensu-plugins-rabbitmq/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 201af8e07165ee3218951f50b13b434b2fe1e3607a034db3dff25ff0684798a4
|
|
4
|
+
data.tar.gz: 60574f1832e217608d9dda5be319afedfa300506a817a0053fded8bc1ac95f13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f84f2dc695bd814a75d1ba763a2ec9c1d6722e45847f58b0ad72d2ba0ffb0dc0928e11ba16e348c8ba3b6854de8974c265d883037727e12362e7f9b8bd728bf
|
|
7
|
+
data.tar.gz: 736df816281c2b4cd9f0217ecafb02d07d14330a528701e44568a7a13933dab6b8904eaea33817d4f8fa9d824cfc6df57721eef7c10c9ed586cf60fd63620b78
|
data/CHANGELOG.md
CHANGED
|
@@ -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/
|
|
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
|
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
|
+
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-
|
|
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:
|
|
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:
|
|
96
|
+
version: 2.0.2
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: ruby_dig
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|