chef 15.16.7 → 15.17.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/Rakefile +11 -0
  4. data/lib/chef/version.rb +1 -1
  5. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 276fa6d0cc86f3f2d31fc73697af6dcf9a240a0e13447a2c93136e79c2deb2fa
4
- data.tar.gz: 0b7aaf574df6d6777918071a57e0143a6d1fc2e0e6f82706da8a4f2f54424002
3
+ metadata.gz: 428f207b551e9d998887382821e0f8823a9e5eaf5b85bf383fe8eef0062e0482
4
+ data.tar.gz: 85e264549adc2e92e7ebbe3629bf4f722caf416bb72f5ad144fa9d325fe90e85
5
5
  SHA512:
6
- metadata.gz: 4c2849795d06aecf127d328bb4d8639a276ed887a2c2b451b27c3187ae662cca35f0d7a191e4591ce4791ba3a6ab220391c39e4af15c9215d511e13ff5714968
7
- data.tar.gz: 57651a87c211d05dbcac558cb583ab1730d8da3ac13f2fd0fc5fe6391ef282d93e7265000992abdfa307c2fb1a419356697ce6860315fd81ce33d9217a6ca2af
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. 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/).
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
@@ -23,7 +23,7 @@ require_relative "version_string"
23
23
 
24
24
  class Chef
25
25
  CHEF_ROOT = File.expand_path("..", __dir__)
26
- VERSION = Chef::VersionString.new("15.16.7")
26
+ VERSION = Chef::VersionString.new("15.17.4")
27
27
  end
28
28
 
29
29
  #
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.16.7
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-02 00:00:00.000000000 Z
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.16.7
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.16.7
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.16.7
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.16.7
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