chef-config 16.11.7 → 16.15.22
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/lib/chef-config/config.rb +1 -1
- data/lib/chef-config/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 504c6caf0d9e05629afe1f45b77212fc04318861e95e18e4e7c786435410bb4f
|
|
4
|
+
data.tar.gz: fbc1151323d950b24a51ade812793f1c5ffb922e0772b27f644353e5ca94e8f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cca6f8b9b4b7906fab376173b030504a260c8c13d3f2ac4591b6a2c88fa9b45a3ef16bdeb6da03e522dcadc48427e12f7b81d76cef4b9a05df4a50d9400d8647
|
|
7
|
+
data.tar.gz: 062aef019d25d0a5352a6097f96af0bccec1ff8f26a6d3480b2c840e0393815cbdf32b5c672cbd01a494c6c8af0f55193660586100dbbac01f120144f16fb31f
|
data/lib/chef-config/config.rb
CHANGED
|
@@ -1007,7 +1007,7 @@ module ChefConfig
|
|
|
1007
1007
|
default :blocked_normal_attributes, nil
|
|
1008
1008
|
default :blocked_override_attributes, nil
|
|
1009
1009
|
|
|
1010
|
-
# deprecated config options that will be removed in Chef Infra Client
|
|
1010
|
+
# deprecated config options that will be removed in Chef Infra Client 18
|
|
1011
1011
|
default :automatic_attribute_blacklist, nil
|
|
1012
1012
|
default :default_attribute_blacklist, nil
|
|
1013
1013
|
default :normal_attribute_blacklist, nil
|
data/lib/chef-config/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 16.
|
|
4
|
+
version: 16.15.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Jacob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef-utils
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 16.
|
|
19
|
+
version: 16.15.22
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 16.
|
|
26
|
+
version: 16.15.22
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mixlib-shellout
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
- !ruby/object:Gem::Version
|
|
159
159
|
version: '0'
|
|
160
160
|
requirements: []
|
|
161
|
-
rubygems_version: 3.1.
|
|
161
|
+
rubygems_version: 3.1.6
|
|
162
162
|
signing_key:
|
|
163
163
|
specification_version: 4
|
|
164
164
|
summary: Chef Infra's default configuration and config loading library
|