sensu-plugins-load-checks 4.0.1 → 4.0.2
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 +6 -2
- data/lib/sensu-plugins-load-checks/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: c5d5966fa51d20260f0c1f30e13f7a5979bfe82c6221879688da323bcf2deec1
|
4
|
+
data.tar.gz: 3dc23a0c57ae57d228ae8b222c5a76e5be43423acd7098c54973809228be4ff8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c67085282e1fb6f8e4de07069af8211b57e55bf972e4bc7b1e16eb5ffd9cc6e55ed47139761a85a58d3b1b7334f8458ea61206d0c97b9fb03d91fa7fb0a0aec2
|
7
|
+
data.tar.gz: 18b89d4e747842f63ccf229d1fd4015ac2e59af62f2f9697344ccf4d1dd38b12445774cdce8d860b7dc4e607f916108c7e002f9361ac77544a38d8d25d9f6dd7
|
data/CHANGELOG.md
CHANGED
@@ -5,8 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
5
5
|
|
6
6
|
## [Unreleased]
|
7
7
|
|
8
|
-
## [4.0.
|
8
|
+
## [4.0.2] - 2018-03-27
|
9
|
+
### Security
|
10
|
+
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
|
9
11
|
|
12
|
+
## [4.0.1] - 2018-03-07
|
10
13
|
### Security
|
11
14
|
- updated rubocop dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@majormoses)
|
12
15
|
|
@@ -82,7 +85,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
82
85
|
### Added
|
83
86
|
- initial release
|
84
87
|
|
85
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-load-checks/compare/4.0.
|
88
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-load-checks/compare/4.0.2...HEAD
|
89
|
+
[4.0.2]: https://github.com/sensu-plugins/sensu-plugins-load-checks/compare/4.0.1...4.0.2
|
86
90
|
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-load-checks/compare/4.0.0...4.0.1
|
87
91
|
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-load-checks/compare/3.0.0...4.0.0
|
88
92
|
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-load-checks/compare/2.0.0...3.0.0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sensu-plugins-load-checks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.2
|
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
|
@@ -218,14 +218,14 @@ dependencies:
|
|
218
218
|
requirements:
|
219
219
|
- - "~>"
|
220
220
|
- !ruby/object:Gem::Version
|
221
|
-
version:
|
221
|
+
version: 0.9.11
|
222
222
|
type: :development
|
223
223
|
prerelease: false
|
224
224
|
version_requirements: !ruby/object:Gem::Requirement
|
225
225
|
requirements:
|
226
226
|
- - "~>"
|
227
227
|
- !ruby/object:Gem::Version
|
228
|
-
version:
|
228
|
+
version: 0.9.11
|
229
229
|
description: |-
|
230
230
|
This plugin provides native load instrumentation
|
231
231
|
for monitoring and metrics collection, including:
|