sensu-plugins-rabbitmq 4.0.0 → 4.0.1
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 +5 -1
- data/lib/sensu-plugins-rabbitmq/version.rb +1 -1
- 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: ab83a80013047be3f67a60484fe829eae99c6fdda4c0581382961814834f0c9a
|
|
4
|
+
data.tar.gz: 845bc031e0d94225bb678fbcdef541344209f40fe69f115f5bbf947dfa6f0140
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b12532933f09ee39fa84f07b3813a32e45ec687755912c9c6e5569a5e511975fb40c098ab8525b1e667bdcd62634f7673a00ce4fb92e0943840b73a0f6a9c365
|
|
7
|
+
data.tar.gz: 01008fb6ec709bfaa437643ab01a2ab3a5e0286eccb6e03d21fe22bc9d9c7ecf71928b6c6e81ad564a16dd095e6be8afc49fb270a458477adb6c03f5a5b91daf
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [4.0.1] - 2018-03-27
|
|
9
|
+
### Security
|
|
10
|
+
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
|
|
8
11
|
|
|
9
12
|
## [4.0.0] - 2018-03-17
|
|
10
13
|
### Security
|
|
@@ -181,7 +184,8 @@ NOTE: this release changes the option flags in check-rabbitmq-node-health.rb to
|
|
|
181
184
|
- Remove copy paste errors in the Readme
|
|
182
185
|
- Removed Rubygems require Ruby 1.8.7 backwards compatibility from all plugins
|
|
183
186
|
|
|
184
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/4.0.
|
|
187
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/4.0.1...HEAD
|
|
188
|
+
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/4.0.0...4.0.1
|
|
185
189
|
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/3.6.0..4.0.0
|
|
186
190
|
[3.6.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/3.5.0...3.6.0
|
|
187
191
|
[3.5.0]: https://github.com/sensu-plugins/sensu-plugins-rabbitmq/compare/3.4.0...3.5.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.0.
|
|
4
|
+
version: 4.0.1
|
|
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-03-
|
|
11
|
+
date: 2018-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sensu-plugin
|
|
@@ -240,14 +240,14 @@ dependencies:
|
|
|
240
240
|
requirements:
|
|
241
241
|
- - "~>"
|
|
242
242
|
- !ruby/object:Gem::Version
|
|
243
|
-
version:
|
|
243
|
+
version: 0.9.11
|
|
244
244
|
type: :development
|
|
245
245
|
prerelease: false
|
|
246
246
|
version_requirements: !ruby/object:Gem::Requirement
|
|
247
247
|
requirements:
|
|
248
248
|
- - "~>"
|
|
249
249
|
- !ruby/object:Gem::Version
|
|
250
|
-
version:
|
|
250
|
+
version: 0.9.11
|
|
251
251
|
description: |-
|
|
252
252
|
This plugin provides native RabbitMQ instrumentation
|
|
253
253
|
for monitoring and metrics collection, including:
|