chef-config 17.1.35 → 17.2.29
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 +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 186e26284291a620856efd097e456983870cc14c5c9eccf96fb21c881a928c2e
|
|
4
|
+
data.tar.gz: 912b53be295a39b488514ee25e976bb5bd3a8fbfad70258c08846eb939095d98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 104655221b5c45170370f99965229a41dd04048aa8261bb61c42722b8d747656dae4a08273109cf60573d220fae53fc067d63713d06225668ef410859c808c0d
|
|
7
|
+
data.tar.gz: fed3234e6fbdf32cf8fc9bb713f26abd0a873f21cf2143943d254e524743ac1e32741e63304efd328bb9a22f84e40982b914149d218a12328bfb59cdf6f410b6
|
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: 17.
|
|
4
|
+
version: 17.2.29
|
|
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-06-09 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: 17.
|
|
19
|
+
version: 17.2.29
|
|
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: 17.
|
|
26
|
+
version: 17.2.29
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mixlib-shellout
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|