File tree 5 files changed +12
-11
lines changed
chef-config/lib/chef-config 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
2
- <!-- latest_release 14.0.69 -->
3
- ## [ v14.0.69 ] ( https://github.com/chef/chef/tree/v14.0.69 ) (2018-02-20 )
2
+ <!-- latest_release 14.0.70 -->
3
+ ## [ v14.0.70 ] ( https://github.com/chef/chef/tree/v14.0.70 ) (2018-02-21 )
4
4
5
5
#### Merged Pull Requests
6
- - updating paranoid to verify_host_key [ # 6869 ] ( https://github.com/chef/chef/pull/6869 ) ([ tarcinil ] ( https://github.com/tarcinil ) )
6
+ - Add macos_user_defaults resource from mac_os_x cookbook [ # 6878 ] ( https://github.com/chef/chef/pull/6878 ) ([ tas50 ] ( https://github.com/tas50 ) )
7
7
<!-- latest_release -->
8
8
9
9
<!-- release_rollup since=13.7.16 -->
10
10
### Changes since 13.7.16 release
11
11
12
12
#### Merged Pull Requests
13
+ - Add macos_user_defaults resource from mac_os_x cookbook [ #6878 ] ( https://github.com/chef/chef/pull/6878 ) ([ tas50] ( https://github.com/tas50 ) ) <!-- 14.0.70 -->
13
14
- updating paranoid to verify_host_key [ #6869 ] ( https://github.com/chef/chef/pull/6869 ) ([ tarcinil] ( https://github.com/tarcinil ) ) <!-- 14.0.69 -->
14
15
- make sure all proxy settings are dealt with [ #6875 ] ( https://github.com/chef/chef/pull/6875 ) ([ thommay] ( https://github.com/thommay ) ) <!-- 14.0.68 -->
15
16
- fix chefstyle [ #6874 ] ( https://github.com/chef/chef/pull/6874 ) ([ thommay] ( https://github.com/thommay ) ) <!-- 14.0.67 -->
Original file line number Diff line number Diff line change 35
35
PATH
36
36
remote: .
37
37
specs:
38
- chef (14.0.69 )
38
+ chef (14.0.70 )
39
39
addressable
40
40
bundler (>= 1.10 )
41
- chef-config (= 14.0.69 )
41
+ chef-config (= 14.0.70 )
42
42
chef-zero (>= 13.0 )
43
43
diff-lcs (~> 1.2 , >= 1.2.4 )
44
44
erubis (~> 2.7 )
65
65
specinfra (~> 2.10 )
66
66
syslog-logger (~> 1.6 )
67
67
uuidtools (~> 2.1.5 )
68
- chef (14.0.69 -universal-mingw32 )
68
+ chef (14.0.70 -universal-mingw32 )
69
69
addressable
70
70
bundler (>= 1.10 )
71
- chef-config (= 14.0.69 )
71
+ chef-config (= 14.0.70 )
72
72
chef-zero (>= 13.0 )
73
73
diff-lcs (~> 1.2 , >= 1.2.4 )
74
74
erubis (~> 2.7 )
110
110
PATH
111
111
remote: chef-config
112
112
specs:
113
- chef-config (14.0.69 )
113
+ chef-config (14.0.70 )
114
114
addressable
115
115
fuzzyurl
116
116
mixlib-config (~> 2.0 )
Original file line number Diff line number Diff line change 1
- 14.0.69
1
+ 14.0.70
Original file line number Diff line number Diff line change 21
21
22
22
module ChefConfig
23
23
CHEFCONFIG_ROOT = File . expand_path ( "../.." , __FILE__ )
24
- VERSION = "14.0.69 "
24
+ VERSION = "14.0.70 "
25
25
end
26
26
27
27
#
Original file line number Diff line number Diff line change 23
23
24
24
class Chef
25
25
CHEF_ROOT = File . expand_path ( "../.." , __FILE__ )
26
- VERSION = Chef ::VersionString . new ( "14.0.69 " )
26
+ VERSION = Chef ::VersionString . new ( "14.0.70 " )
27
27
end
28
28
29
29
#
You can’t perform that action at this time.
0 commit comments