sensu-plugins-chef 7.1.0 → 7.1.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/bin/check-chef-server.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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eaf913bf617acfe2da6b0180c22ba5b977e24cfba3c7b368d7b018e42a9759fb
|
|
4
|
+
data.tar.gz: 7c0aa85eb8b57054be5a06efd03757fbf2838e4ba4a2ef419f88371b60be7114
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7a6598bab36877ba4e1716c6aaa3f3e8d08b332e4b88ce5105c11655bb8351764af2fd637fac0a23ca771521beaa21cdd13c0e3718a9d6dd22219d5797e76c1
|
|
7
|
+
data.tar.gz: a0a174cefb6fabf7be2c8d947341ba106886cb2b039f61a789a1e4c974279c748bf8d91c8f416f71e6cd7ff1f313d60b27235a35f35332218520ecddd53b756e
|
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [7.1.1] - 2021-05-18
|
|
9
|
+
### Fixed
|
|
10
|
+
- Fixed frozen string literal directive setting in executable binaries
|
|
11
|
+
|
|
8
12
|
## [7.1.0] - 2021-05-05
|
|
9
13
|
|
|
10
14
|
### Changed
|
|
@@ -126,7 +130,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
|
|
|
126
130
|
### Added
|
|
127
131
|
- initial release
|
|
128
132
|
|
|
129
|
-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/7.1.
|
|
133
|
+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/7.1.1...HEAD
|
|
134
|
+
[7.1.1]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/7.1.0...7.1.1
|
|
130
135
|
[7.1.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/7.0.0...7.1.0
|
|
131
136
|
[7.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/6.0.0...7.0.0
|
|
132
137
|
[6.0.0]: https://github.com/sensu-plugins/sensu-plugins-chef/compare/5.0.1...6.0.1
|
data/bin/check-chef-node.rb
CHANGED
data/bin/check-chef-nodes.rb
CHANGED
data/bin/check-chef-server.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: 7.1.
|
|
4
|
+
version: 7.1.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: 2021-05-
|
|
11
|
+
date: 2021-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: hashie
|