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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75003eb9be3bf34501791b565cbecb8d2f66eea220f3593af2dff160c1f62f13
4
- data.tar.gz: 777f324837498eec1f02233b62b31910b3f4dd954d2a176943e58c05ffb5bf5c
3
+ metadata.gz: d7d96075bfa12a8e5594f733920c38c45fd4a54fcd992191f73fb921d4e44a47
4
+ data.tar.gz: 9aa70847d5f8c6dd30067d44ea2e002c660a00d1b572489d6648e785dfc29260
5
5
  SHA512:
6
- metadata.gz: 29b4df1b52c0880e77df983798078f37b4c1d73ce006ccde79f41e616dd5c1c1c13314b00df69764cf1e340f06dff92bffd165c5df3f7fa549d2d6df0f3e577b
7
- data.tar.gz: f2465df32618899325b162d1dbd10aa3bdcd7e75367cee798150471db0dc93a635e5ad9fbc66226b740e93fc3bbedf60ae7281d5ac88f948dc038afccaf5fddd
6
+ metadata.gz: 215c720d7bc9764bb9223f6ee161c10965b1e640ce3e8dd4180bea7ec600ea03d375e12645b0b3845ef6f2e0071dc01761d4e2c17ea49f95798a8ffd2cdb78e5
7
+ data.tar.gz: 283ccb1cbcd5bc732fedcfae32e12fe02fed7eda1efb08bf32aacb8b8f5c0e07a5b4ad0a0ae278b8d2c007397c9b323467f33c242df2c2ebda3163a2124e152c
@@ -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.1...HEAD
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
@@ -2,7 +2,7 @@ module SensuPluginsProcessChecks
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- PATCH = 1
5
+ PATCH = 2
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
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.1
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-17 00:00:00.000000000 Z
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: '0.8'
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: '0.8'
180
+ version: 0.9.11
181
181
  description: |-
182
182
  This plugin provides native process instrumentation
183
183
  for monitoring and metrics collection, including: