chef-config 18.4.2 → 18.4.12
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 +0 -10
- 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: ea7bc0fada0a8b847addda12d59afdb31963b2064b8e5660924525a05a707089
|
|
4
|
+
data.tar.gz: 3ad32b8d3fc320aa242593075d5081391fe914c855286a2e718adc6b5f569a1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8af99ef724281cfe67f8b38c6b34b2b176574fda586180ad664df73b22f90a1eb1c21c76d081bf2764bc4b5e25be7677dd0106ad44c4767c64f3710e122a0a99
|
|
7
|
+
data.tar.gz: f6405ef413432ffb4e8acfaacd850ebc2f92346ba915030f41716a0b465a6ffcee8a807f8d2106f34075387fb72ccbc9728df1c30481421e081771bb3b76a7d9
|
data/lib/chef-config/config.rb
CHANGED
|
@@ -1047,16 +1047,6 @@ module ChefConfig
|
|
|
1047
1047
|
default :blocked_normal_attributes, nil
|
|
1048
1048
|
default :blocked_override_attributes, nil
|
|
1049
1049
|
|
|
1050
|
-
# deprecated config options that will be removed in Chef Infra Client 18
|
|
1051
|
-
default :automatic_attribute_blacklist, nil
|
|
1052
|
-
default :default_attribute_blacklist, nil
|
|
1053
|
-
default :normal_attribute_blacklist, nil
|
|
1054
|
-
default :override_attribute_blacklist, nil
|
|
1055
|
-
default :automatic_attribute_whitelist, nil
|
|
1056
|
-
default :default_attribute_whitelist, nil
|
|
1057
|
-
default :normal_attribute_whitelist, nil
|
|
1058
|
-
default :override_attribute_whitelist, nil
|
|
1059
|
-
|
|
1060
1050
|
# Pull down all the rubygems versions from rubygems and cache them the first time we do a gem_package or
|
|
1061
1051
|
# chef_gem install. This is memory-expensive and will grow without bounds, but will reduce network
|
|
1062
1052
|
# round trips.
|
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: 18.4.
|
|
4
|
+
version: 18.4.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Jacob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-02-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: 18.4.
|
|
19
|
+
version: 18.4.12
|
|
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: 18.4.
|
|
26
|
+
version: 18.4.12
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: mixlib-shellout
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|