chef 15.16.7 → 15.17.4
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/README.md +1 -1
- data/Rakefile +11 -0
- data/lib/chef/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 428f207b551e9d998887382821e0f8823a9e5eaf5b85bf383fe8eef0062e0482
|
|
4
|
+
data.tar.gz: 85e264549adc2e92e7ebbe3629bf4f722caf416bb72f5ad144fa9d325fe90e85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e765f72d1576a95d9bd53997db4ea589d92cd59893b4eb009d4378d5a5b3e2f13178538a69c82de7deec7c3d4b3f5da6b2bce88bafd6ca63f2072d4dad456e9
|
|
7
|
+
data.tar.gz: e2a04846dce24b1e2379c099214e280aeeff7b39941f63f624fa70fb92d8c6b7702c8dbc7a05893734ef512059e772b72eebaf7450ba9c6e9fa2b13006304086
|
data/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Other useful resources for Chef Infra users:
|
|
|
32
32
|
|
|
33
33
|
Issues can be reported by using [GitHub Issues](https://github.com/chef/chef/issues).
|
|
34
34
|
|
|
35
|
-
Note that this repository is primarily for reporting issues in the chef-client itself.
|
|
35
|
+
Note that this repository is primarily for reporting issues in the chef-client itself. For reporting issues against other Chef projects, please look up the appropriate repository. If you're unsure where to submit an issue, please ask in the #chef-dev channel in [Chef Community Slack](https://community-slack.chef.io/).
|
|
36
36
|
|
|
37
37
|
## How We Build & Release Chef
|
|
38
38
|
|
data/Rakefile
CHANGED
|
@@ -65,6 +65,17 @@ task :install do
|
|
|
65
65
|
end
|
|
66
66
|
end
|
|
67
67
|
|
|
68
|
+
namespace :install do
|
|
69
|
+
task local: "super_install"
|
|
70
|
+
|
|
71
|
+
task :local do
|
|
72
|
+
chef_bin_path = ::File.join(::File.dirname(__FILE__), "chef-bin")
|
|
73
|
+
Dir.chdir(chef_bin_path) do
|
|
74
|
+
sh("rake install:local")
|
|
75
|
+
end
|
|
76
|
+
end
|
|
77
|
+
end
|
|
78
|
+
|
|
68
79
|
task :pedant, :chef_zero_spec
|
|
69
80
|
|
|
70
81
|
task :build_eventlog do
|
data/lib/chef/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.
|
|
4
|
+
version: 15.17.4
|
|
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-04-
|
|
11
|
+
date: 2021-04-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: chef-config
|
|
@@ -16,28 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 15.
|
|
19
|
+
version: 15.17.4
|
|
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: 15.
|
|
26
|
+
version: 15.17.4
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: chef-utils
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 15.
|
|
33
|
+
version: 15.17.4
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 15.
|
|
40
|
+
version: 15.17.4
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: train-core
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2656,7 +2656,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2656
2656
|
- !ruby/object:Gem::Version
|
|
2657
2657
|
version: '0'
|
|
2658
2658
|
requirements: []
|
|
2659
|
-
rubygems_version: 3.0.3
|
|
2659
|
+
rubygems_version: 3.0.3.1
|
|
2660
2660
|
signing_key:
|
|
2661
2661
|
specification_version: 4
|
|
2662
2662
|
summary: A systems integration framework, built to bring the benefits of configuration
|