sensu-plugins-chef 2.0.0 → 2.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 +6 -1
- data/bin/check-chef-node.rb +1 -1
- data/bin/check-chef-nodes.rb +1 -1
- data/lib/sensu-plugins-chef/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64e900ca4c05e0ade6b23a68681d3dc75790f363
|
|
4
|
+
data.tar.gz: 13a83f5184299dcc868b45eb5790dba31d811032
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 428455e3c3fc28e5c1ccc0b6f727b5b84b68679dd320066b5431332f78d963cb5e4a9b7db88eea7a137abcd83ab1935d8a61dca32e2a0d859e680fa2a707735e
|
|
7
|
+
data.tar.gz: 21d455319a2943255fd3869a432393c72e5272dc2a158cf7b11c1f20941feb9f15b645659068e6d5bc877ac57003f356cd2ee605e38557081e09522e3519a613
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [2.0.1] - 2017-04-28
|
|
9
|
+
### Fixed
|
|
10
|
+
- fixed issue with uninitialized constant (@majormoses)
|
|
11
|
+
|
|
8
12
|
## [2.0.0] - 2017-02-12
|
|
9
13
|
### Added
|
|
10
14
|
- `check-chef-nodes.rb`: make client name required and set a sane default (@majormoses)
|
|
@@ -62,7 +66,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
|
|
|
62
66
|
### Added
|
|
63
67
|
- initial release
|
|
64
68
|
|
|
65
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/2.0.
|
|
69
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/2.0.1...HEAD
|
|
70
|
+
[2.0.1]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/2.0.0...2.0.1
|
|
66
71
|
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/1.0.0...2.0.0
|
|
67
72
|
[1.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/0.0.6...1.0.0
|
|
68
73
|
[0.0.6]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/0.0.5...0.0.6
|
data/bin/check-chef-node.rb
CHANGED
data/bin/check-chef-nodes.rb
CHANGED
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: 2.0.
|
|
4
|
+
version: 2.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: 2017-
|
|
11
|
+
date: 2017-04-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef
|