sensu-plugins-process-checks 3.0.1 → 3.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 +7 -1
- data/lib/sensu-plugins-process-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: d7d96075bfa12a8e5594f733920c38c45fd4a54fcd992191f73fb921d4e44a47
|
|
4
|
+
data.tar.gz: 9aa70847d5f8c6dd30067d44ea2e002c660a00d1b572489d6648e785dfc29260
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 215c720d7bc9764bb9223f6ee161c10965b1e640ce3e8dd4180bea7ec600ea03d375e12645b0b3845ef6f2e0071dc01761d4e2c17ea49f95798a8ffd2cdb78e5
|
|
7
|
+
data.tar.gz: 283ccb1cbcd5bc732fedcfae32e12fe02fed7eda1efb08bf32aacb8b8f5c0e07a5b4ad0a0ae278b8d2c007397c9b323467f33c242df2c2ebda3163a2124e152c
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [3.0.2] - 2018-03-27
|
|
10
|
+
### Security
|
|
11
|
+
- updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
|
|
12
|
+
|
|
13
|
+
## [3.0.1] - 2018-03-17
|
|
9
14
|
### Fixed
|
|
10
15
|
- check-process.rb: fixed an issue introduced in #61 (@majormoses)
|
|
11
16
|
|
|
@@ -173,7 +178,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
173
178
|
- built against 1.9.3, 2.0, 2.1
|
|
174
179
|
- cryptographically signed
|
|
175
180
|
|
|
176
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.
|
|
181
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.2...HEAD
|
|
182
|
+
[3.0.2]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.1...3.0.2
|
|
177
183
|
[3.0.1]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/3.0.0...3.0.1
|
|
178
184
|
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/2.7.0...3.0.0
|
|
179
185
|
[2.7.0]: https://github.com/sensu-plugins/sensu-plugins-process-checks/compare/2.6.0...2.7.0
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sensu-plugins-process-checks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.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: english
|
|
@@ -170,14 +170,14 @@ dependencies:
|
|
|
170
170
|
requirements:
|
|
171
171
|
- - "~>"
|
|
172
172
|
- !ruby/object:Gem::Version
|
|
173
|
-
version:
|
|
173
|
+
version: 0.9.11
|
|
174
174
|
type: :development
|
|
175
175
|
prerelease: false
|
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
|
177
177
|
requirements:
|
|
178
178
|
- - "~>"
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version:
|
|
180
|
+
version: 0.9.11
|
|
181
181
|
description: |-
|
|
182
182
|
This plugin provides native process instrumentation
|
|
183
183
|
for monitoring and metrics collection, including:
|