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.60 -->
3
- ## [ v14.0.60 ] ( https://github.com/chef/chef/tree/v14.0.60 ) (2018-02-19)
2
+ <!-- latest_release 14.0.61 -->
3
+ ## [ v14.0.61 ] ( https://github.com/chef/chef/tree/v14.0.61 ) (2018-02-19)
4
4
5
5
#### Merged Pull Requests
6
- - registry_key: Add sensitive property support for suppressing output (fixes # 5695 ) [ # 6496 ] ( https://github.com/chef/chef/pull/6496 ) ([ shoekstra ] ( https://github.com/shoekstra ) )
6
+ - Add hostname resource from chef_hostname cookbook [ # 6795 ] ( https://github.com/chef/chef/pull/6795 ) ([ 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 hostname resource from chef_hostname cookbook [ #6795 ] ( https://github.com/chef/chef/pull/6795 ) ([ tas50] ( https://github.com/tas50 ) ) <!-- 14.0.61 -->
13
14
- registry_key: Add sensitive property support for suppressing output (fixes #5695 ) [ #6496 ] ( https://github.com/chef/chef/pull/6496 ) ([ shoekstra] ( https://github.com/shoekstra ) ) <!-- 14.0.60 -->
14
15
- Use the updated inspec gem - 1.51.18 [ #6845 ] ( https://github.com/chef/chef/pull/6845 ) ([ tas50] ( https://github.com/tas50 ) ) <!-- 14.0.59 -->
15
16
- add Chef::NodeMap#delete_class API [ #6846 ] ( https://github.com/chef/chef/pull/6846 ) ([ lamont-granquist] ( https://github.com/lamont-granquist ) ) <!-- 14.0.58 -->
Original file line number Diff line number Diff line change 35
35
PATH
36
36
remote: .
37
37
specs:
38
- chef (14.0.60 )
38
+ chef (14.0.61 )
39
39
addressable
40
40
bundler (>= 1.10 )
41
- chef-config (= 14.0.60 )
41
+ chef-config (= 14.0.61 )
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.60 -universal-mingw32 )
68
+ chef (14.0.61 -universal-mingw32 )
69
69
addressable
70
70
bundler (>= 1.10 )
71
- chef-config (= 14.0.60 )
71
+ chef-config (= 14.0.61 )
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.60 )
113
+ chef-config (14.0.61 )
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.60
1
+ 14.0.61
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.60 "
24
+ VERSION = "14.0.61 "
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.60 " )
26
+ VERSION = Chef ::VersionString . new ( "14.0.61 " )
27
27
end
28
28
29
29
#
You can’t perform that action at this time.
0 commit comments