Skip to content

Commit c4522e3

Browse files
author
Chef Expeditor
committed
Bump version to 14.0.66 by Expeditor
1 parent 13ea697 commit c4522e3

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.65 -->
3-
## [v14.0.65](https://github.com/chef/chef/tree/v14.0.65) (2018-02-20)
2+
<!-- latest_release 14.0.66 -->
3+
## [v14.0.66](https://github.com/chef/chef/tree/v14.0.66) (2018-02-20)
44

55
#### Merged Pull Requests
6-
- Add ohai_hint resource from ohai cookbook [#6793](https://github.com/chef/chef/pull/6793) ([tas50](https://github.com/tas50))
6+
- check identifier to resolve exported cookbooks by chef export [#6859](https://github.com/chef/chef/pull/6859) ([sawanoboly](https://github.com/sawanoboly))
77
<!-- latest_release -->
88

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

1212
#### Merged Pull Requests
13+
- check identifier to resolve exported cookbooks by chef export [#6859](https://github.com/chef/chef/pull/6859) ([sawanoboly](https://github.com/sawanoboly)) <!-- 14.0.66 -->
1314
- Add ohai_hint resource from ohai cookbook [#6793](https://github.com/chef/chef/pull/6793) ([tas50](https://github.com/tas50)) <!-- 14.0.65 -->
1415
- Add powershell_package source param [#6843](https://github.com/chef/chef/pull/6843) ([Happycoil](https://github.com/Happycoil)) <!-- 14.0.64 -->
1516
- Add new Redhat Subscription Manager resources [#6827](https://github.com/chef/chef/pull/6827) ([tas50](https://github.com/tas50)) <!-- 14.0.63 -->

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.65)
38+
chef (14.0.66)
3939
addressable
4040
bundler (>= 1.10)
41-
chef-config (= 14.0.65)
41+
chef-config (= 14.0.66)
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.65-universal-mingw32)
68+
chef (14.0.66-universal-mingw32)
6969
addressable
7070
bundler (>= 1.10)
71-
chef-config (= 14.0.65)
71+
chef-config (= 14.0.66)
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.65)
113+
chef-config (14.0.66)
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.65
1+
14.0.66

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.65"
24+
VERSION = "14.0.66"
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.65")
26+
VERSION = Chef::VersionString.new("14.0.66")
2727
end
2828

2929
#

0 commit comments

Comments
 (0)