summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-11 14:41:48 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-11 14:41:48 +0000
commitf340e1d8cd70676e8218a47f546d828a91671d7a (patch)
tree913d57d454fb396e8c3aaed9f21a9e7ef55c2039
parente0eb569737fc480d8c4457e517b402abe4914fb9 (diff)
downloadchef-f340e1d8cd70676e8218a47f546d828a91671d7a.tar.gz
Bump version to 13.11.4 by Chef Expeditorv13.11.4
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-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, 18 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c0e08a3c9..c42ce5bbeb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release -->
+<!-- latest_release 13.11.4 -->
+## [v13.11.4](https://github.com/chef/chef/tree/v13.11.4) (2018-10-11)
+
+#### Merged Pull Requests
+- Backport omnibus cleanup + MSI speedup logic from Chef 14 [#7739](https://github.com/chef/chef/pull/7739) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=13.11.3 -->
+### Changes since 13.11.3 release
+
+#### Merged Pull Requests
+- Backport omnibus cleanup + MSI speedup logic from Chef 14 [#7739](https://github.com/chef/chef/pull/7739) ([tas50](https://github.com/tas50)) <!-- 13.11.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a524224ba8..97244bef23 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.11.3)
+ chef (13.11.4)
addressable
bundler (>= 1.10)
- chef-config (= 13.11.3)
+ chef-config (= 13.11.4)
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.11.3-universal-mingw32)
+ chef (13.11.4-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.11.3)
+ chef-config (= 13.11.4)
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.11.3)
+ chef-config (13.11.4)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index fd9f285315..93c33809bb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.11.3 \ No newline at end of file
+13.11.4 \ 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 3e841b5e9c..d48527004a 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.11.3"
+ VERSION = "13.11.4"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 246b0d1091..b1ddf9cc9d 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.11.3")
+ VERSION = Chef::VersionString.new("13.11.4")
end
#