summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-05 20:00:41 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-05 20:00:41 +0000
commit21155f73467969da3b36a35b146100d1a04b0cdf (patch)
treee4165c376fcb282cba23996139cd0222c8bfe275
parent90b263b605387f056e0754888e44475114823102 (diff)
downloadchef-21155f73467969da3b36a35b146100d1a04b0cdf.tar.gz
Bump version to 13.7.5 by Expeditorv13.7.5
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d94f502b0..7fc60d5ec7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.7.4 -->
-## [v13.7.4](https://github.com/chef/chef/tree/v13.7.4) (2018-01-03)
+<!-- latest_release 13.7.5 -->
+## [v13.7.5](https://github.com/chef/chef/tree/v13.7.5) (2018-01-05)
#### Merged Pull Requests
-- Modernize windows_path resource [#6699](https://github.com/chef/chef/pull/6699) ([tas50](https://github.com/tas50))
+- DSCL: Check for set home property before file existence (fixes #5777) [#6735](https://github.com/chef/chef/pull/6735) ([get9](https://github.com/get9))
<!-- latest_release -->
<!-- release_rollup since=13.6.4 -->
### Changes since 13.6.4 release
#### Merged Pull Requests
+- DSCL: Check for set home property before file existence (fixes #5777) [#6735](https://github.com/chef/chef/pull/6735) ([get9](https://github.com/get9)) <!-- 13.7.5 -->
- Modernize windows_path resource [#6699](https://github.com/chef/chef/pull/6699) ([tas50](https://github.com/tas50)) <!-- 13.7.4 -->
- Don&#39;t check both platform_family / os in provides when platform_family will do [#6711](https://github.com/chef/chef/pull/6711) ([tas50](https://github.com/tas50)) <!-- 13.7.3 -->
- Update the knife editor error message to point to the correct document [#6726](https://github.com/chef/chef/pull/6726) ([tas50](https://github.com/tas50)) <!-- 13.7.2 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 2cde9513b2..3b7bc8ab9c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -17,10 +17,10 @@ GIT
PATH
remote: .
specs:
- chef (13.7.4)
+ chef (13.7.5)
addressable
bundler (>= 1.10)
- chef-config (= 13.7.4)
+ chef-config (= 13.7.5)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -47,10 +47,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.7.4-universal-mingw32)
+ chef (13.7.5-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.7.4)
+ chef-config (= 13.7.5)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -92,7 +92,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.7.4)
+ chef-config (13.7.5)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 1fabcd61c9..59656c3591 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.7.4 \ No newline at end of file
+13.7.5 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 28dbcb34f2..d2f1d4d136 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.7.4"
+ VERSION = "13.7.5"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b2781c7367..f4bd6f6e95 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.7.4")
+ VERSION = Chef::VersionString.new("13.7.5")
end
#