sensu-plugins-chef 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4f7f1ddb957442aee64422476bccfbd54312b355f247eb89946c340ace896f07
4
- data.tar.gz: d6c522a674b02d6bb117174b44a93669f75f2c64ea45ef296184788dc4450e31
3
+ metadata.gz: 458fb260dc37c5889bca834b2260c6644649f5ba3ea4b15bc7327651da037ac7
4
+ data.tar.gz: b02e09e7d11001a56355a3a923b40f2ddc41d1d2062aac182dc4e869bc54f10b
5
5
  SHA512:
6
- metadata.gz: d25745ac900bf24d9379ecf786d3df57921855a87c6e267f86438b3841eef13e5b82ba32a811755a77c0a1681418d569ff4401dcf22fdc35cb0bb0fce3a13fb7
7
- data.tar.gz: 08c356690899cf835f17bb534ed7423ed66d996e98210ff966ec7d64926c13931aa94235e091bfa9c5bb19b7ffaa7febbde48f012294b4c7aac2318320be2f57
6
+ metadata.gz: 52728a42d8ac46fd6d133c7f2646b006c757fcaaf38aac996920bbb0eefe0944ad98b5f5264c5f11bb7ab983afeb009f1d81072e0906e3f5d2bc74e2700ab0a3
7
+ data.tar.gz: 1cc4713fcc4d7077dc35cee16eddf58f3594f3827ec8da3f2918d6efc3a7cd566094dcc522860cc43b0cccb10de24c43add08ea5e05758d89086f8df82b9bc0b
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [5.0.1] - 2018-03-28
9
+ ### Security
10
+ - updated yard dependency to `~> 0.9.11` per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
11
+
8
12
  ## [5.0.0] - 2018-01-31
9
13
  ### Security
10
14
  - updated `rubocop` dependency to `~> 0.51.0` per: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418. (@geewiz)
@@ -100,7 +104,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
100
104
  ### Added
101
105
  - initial release
102
106
 
103
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/5.0.0...HEAD
107
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/5.0.1...HEAD
108
+ [5.1.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/5.0.0...5.0.1
104
109
  [5.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/4.0.0...5.0.0
105
110
  [4.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/3.0.2...4.0.0
106
111
  [3.0.2]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/3.0.2...3.0.1
@@ -2,7 +2,7 @@ module SensuPluginsChef
2
2
  module Version
3
3
  MAJOR = 5
4
4
  MINOR = 0
5
- PATCH = 0
5
+ PATCH = 1
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-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.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-01-31 00:00:00.000000000 Z
11
+ date: 2018-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chef
@@ -204,14 +204,14 @@ dependencies:
204
204
  requirements:
205
205
  - - "~>"
206
206
  - !ruby/object:Gem::Version
207
- version: '0.8'
207
+ version: 0.9.11
208
208
  type: :development
209
209
  prerelease: false
210
210
  version_requirements: !ruby/object:Gem::Requirement
211
211
  requirements:
212
212
  - - "~>"
213
213
  - !ruby/object:Gem::Version
214
- version: '0.8'
214
+ version: 0.9.11
215
215
  description: |-
216
216
  This plugin provides native Chef instrumentation
217
217
  for monitoring, including: report stale nodes,
@@ -261,7 +261,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  version: '0'
262
262
  requirements: []
263
263
  rubyforge_project:
264
- rubygems_version: 2.7.4
264
+ rubygems_version: 2.7.6
265
265
  signing_key:
266
266
  specification_version: 4
267
267
  summary: Sensu plugins for chef