Skip to content

Commit 3ee9115

Browse files
author
Chef Expeditor
committed
Bump version to 14.0.61 by Expeditor
1 parent 9a2ba65 commit 3ee9115

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!-- 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)
44

55
#### 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))
77
<!-- latest_release -->
88

99
<!-- release_rollup since=13.7.16 -->
1010
### Changes since 13.7.16 release
1111

1212
#### 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 -->
1314
- 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 -->
1415
- Use the updated inspec gem - 1.51.18 [#6845](https://github.com/chef/chef/pull/6845) ([tas50](https://github.com/tas50)) <!-- 14.0.59 -->
1516
- add Chef::NodeMap#delete_class API [#6846](https://github.com/chef/chef/pull/6846) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.58 -->

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ GIT
3535
PATH
3636
remote: .
3737
specs:
38-
chef (14.0.60)
38+
chef (14.0.61)
3939
addressable
4040
bundler (>= 1.10)
41-
chef-config (= 14.0.60)
41+
chef-config (= 14.0.61)
4242
chef-zero (>= 13.0)
4343
diff-lcs (~> 1.2, >= 1.2.4)
4444
erubis (~> 2.7)
@@ -65,10 +65,10 @@ PATH
6565
specinfra (~> 2.10)
6666
syslog-logger (~> 1.6)
6767
uuidtools (~> 2.1.5)
68-
chef (14.0.60-universal-mingw32)
68+
chef (14.0.61-universal-mingw32)
6969
addressable
7070
bundler (>= 1.10)
71-
chef-config (= 14.0.60)
71+
chef-config (= 14.0.61)
7272
chef-zero (>= 13.0)
7373
diff-lcs (~> 1.2, >= 1.2.4)
7474
erubis (~> 2.7)
@@ -110,7 +110,7 @@ PATH
110110
PATH
111111
remote: chef-config
112112
specs:
113-
chef-config (14.0.60)
113+
chef-config (14.0.61)
114114
addressable
115115
fuzzyurl
116116
mixlib-config (~> 2.0)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.0.60
1+
14.0.61

chef-config/lib/chef-config/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
module ChefConfig
2323
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
24-
VERSION = "14.0.60"
24+
VERSION = "14.0.61"
2525
end
2626

2727
#

lib/chef/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class Chef
2525
CHEF_ROOT = File.expand_path("../..", __FILE__)
26-
VERSION = Chef::VersionString.new("14.0.60")
26+
VERSION = Chef::VersionString.new("14.0.61")
2727
end
2828

2929
#

0 commit comments

Comments
 (0)