summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-19 16:12:44 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-19 16:12:44 +0000
commit71caa3a65668132ea0e2c9e142529df89de211f8 (patch)
tree4269278518817ebdc68e521acb7d93dd2c3cc891
parent577c03a04aff973ead3bfdb0592e1fbc79c7db25 (diff)
downloadchef-71caa3a65668132ea0e2c9e142529df89de211f8.tar.gz
Bump version to 13.8.9 by Expeditorv13.8.9
-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 ce5538c36d..08589039a8 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.7 -->
-## [v13.8.7](https://github.com/chef/chef/tree/v13.8.7) (2018-03-16)
+<!-- latest_release 13.8.9 -->
+## [v13.8.9](https://github.com/chef/chef/tree/v13.8.9) (2018-03-19)
#### Merged Pull Requests
-- Pass pointer to LsaFreeMemory, not FFI::MemoryPointer [#6991](https://github.com/chef/chef/pull/6991) ([btm](https://github.com/btm))
+- Backport mount provider fixes to 13 [#7007](https://github.com/chef/chef/pull/7007) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=13.8.5 -->
### Changes since 13.8.5 release
#### Merged Pull Requests
+- Backport mount provider fixes to 13 [#7007](https://github.com/chef/chef/pull/7007) ([thommay](https://github.com/thommay)) <!-- 13.8.9 -->
- Pass pointer to LsaFreeMemory, not FFI::MemoryPointer [#6991](https://github.com/chef/chef/pull/6991) ([btm](https://github.com/btm)) <!-- 13.8.7 -->
- Backport RFC-101/RFC-104 resource enhancements [#6964](https://github.com/chef/chef/pull/6964) ([thommay](https://github.com/thommay)) <!-- 13.8.6 -->
<!-- release_rollup -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 747ba7a2ba..bde7a5129b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.8.8)
+ chef (13.8.9)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.8)
+ chef-config (= 13.8.9)
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.8-universal-mingw32)
+ chef (13.8.9-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.8)
+ chef-config (= 13.8.9)
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.8)
+ chef-config (13.8.9)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 5135d3d999..ea0f9b6971 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.8 \ No newline at end of file
+13.8.9 \ 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 9c700fd595..ace2f31e65 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.8"
+ VERSION = "13.8.9"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index cc4e36d683..61f7babff5 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.8")
+ VERSION = Chef::VersionString.new("13.8.9")
end
#