Skip to content

Commit ceffdc5

Browse files
author
Chef Expeditor
committed
Bump version to 14.0.70 by Expeditor
1 parent 77f787f commit ceffdc5

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.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)
44

55
#### 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))
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 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 -->
1314
- updating paranoid to verify_host_key [#6869](https://github.com/chef/chef/pull/6869) ([tarcinil](https://github.com/tarcinil)) <!-- 14.0.69 -->
1415
- make sure all proxy settings are dealt with [#6875](https://github.com/chef/chef/pull/6875) ([thommay](https://github.com/thommay)) <!-- 14.0.68 -->
1516
- fix chefstyle [#6874](https://github.com/chef/chef/pull/6874) ([thommay](https://github.com/thommay)) <!-- 14.0.67 -->

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

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

2929
#

0 commit comments

Comments
 (0)