summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-02 14:30:05 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-02 14:30:05 +0000
commit5153b58d551464d86791dbde1efe95ed6f1e755f (patch)
tree4880b75a4d8fdb05017249ad2d2fbe1320c05143
parent6830e42842613437bd306da8fcfea714e62ca2df (diff)
downloadchef-13.8.15.tar.gz
Bump version to 13.8.15 by Chef Expeditorv13.8.15
-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 a0511fc9aa..78e9f0bf38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 13.8.14 -->
-## [v13.8.14](https://github.com/chef/chef/tree/v13.8.14) (2018-05-02)
+<!-- latest_release 13.8.15 -->
+## [v13.8.15](https://github.com/chef/chef/tree/v13.8.15) (2018-05-02)
#### Merged Pull Requests
-- Windows MSI: files are now re-unzipped during repair mode (Backport to Chef 13) [#7112](https://github.com/chef/chef/pull/7112) ([stuartpreston](https://github.com/stuartpreston))
+- Don&#39;t always request lazy files [#7216](https://github.com/chef/chef/pull/7216) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=13.8.5 -->
### Changes since 13.8.5 release
#### Merged Pull Requests
+- Don&#39;t always request lazy files [#7216](https://github.com/chef/chef/pull/7216) ([thommay](https://github.com/thommay)) <!-- 13.8.15 -->
- Windows MSI: files are now re-unzipped during repair mode (Backport to Chef 13) [#7112](https://github.com/chef/chef/pull/7112) ([stuartpreston](https://github.com/stuartpreston)) <!-- 13.8.14 -->
- Bump dependencies to bring in Ohai 13.9 [#7135](https://github.com/chef/chef/pull/7135) ([tas50](https://github.com/tas50)) <!-- 13.8.13 -->
- partially revert 61e3d4bb: do not use properties for mount [#7031](https://github.com/chef/chef/pull/7031) ([thommay](https://github.com/thommay)) <!-- 13.8.12 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a90af77923..9148c46d41 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.8.14)
+ chef (13.8.15)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.14)
+ chef-config (= 13.8.15)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -39,10 +39,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (13.8.14-universal-mingw32)
+ chef (13.8.15-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.14)
+ chef-config (= 13.8.15)
chef-zero (~> 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -84,7 +84,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (13.8.14)
+ chef-config (13.8.15)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 8d39a193e7..a6cc152285 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.14 \ No newline at end of file
+13.8.15 \ 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 b3ba1b18ee..81d52f8c3a 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.8.14"
+ VERSION = "13.8.15"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 70de6a2f66..b82a538980 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.8.14")
+ VERSION = Chef::VersionString.new("13.8.15")
end
#