summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-23 15:58:14 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-23 15:58:14 +0000
commit6755a255306048cb5c4c966dc26d11d2aa12ad2f (patch)
tree6f50a09dc3b7a8f5287348a0c27e84b87ef3b0db
parentba96a6b80132f0ff87839994020854379ae1c866 (diff)
downloadchef-6755a255306048cb5c4c966dc26d11d2aa12ad2f.tar.gz
Bump version to 13.8.11 by Expeditorv13.8.11
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock13
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 14 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59f1b2317f..375b287b57 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.10 -->
-## [v13.8.10](https://github.com/chef/chef/tree/v13.8.10) (2018-03-21)
+<!-- latest_release 13.8.11 -->
+## [v13.8.11](https://github.com/chef/chef/tree/v13.8.11) (2018-03-23)
#### Merged Pull Requests
-- [chef-13] support nils because of course [#7017](https://github.com/chef/chef/pull/7017) ([thommay](https://github.com/thommay))
+- Empty commit to trigger a release build [#7040](https://github.com/chef/chef/pull/7040) ([btm](https://github.com/btm))
<!-- latest_release -->
<!-- release_rollup since=13.8.5 -->
### Changes since 13.8.5 release
#### Merged Pull Requests
+- Empty commit to trigger a release build [#7040](https://github.com/chef/chef/pull/7040) ([btm](https://github.com/btm)) <!-- 13.8.11 -->
- [chef-13] support nils because of course [#7017](https://github.com/chef/chef/pull/7017) ([thommay](https://github.com/thommay)) <!-- 13.8.10 -->
- 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 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 8b5d6c8d2c..8569ba01ca 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (13.8.10)
+ chef (13.8.11)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.10)
+ chef-config (= 13.8.11)
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.10-universal-mingw32)
+ chef (13.8.11-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.8.10)
+ chef-config (= 13.8.11)
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.10)
+ chef-config (13.8.11)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -192,7 +192,8 @@ GEM
mixlib-log
mixlib-authentication (1.4.2)
mixlib-cli (1.7.0)
- mixlib-config (2.2.5)
+ mixlib-config (2.2.6)
+ tomlrb
mixlib-log (1.7.1)
mixlib-shellout (2.3.2)
mixlib-shellout (2.3.2-universal-mingw32)
diff --git a/VERSION b/VERSION
index c28d18011e..af8226eb01 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.8.10 \ No newline at end of file
+13.8.11 \ 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 fcf32cb756..e903c59b5d 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.10"
+ VERSION = "13.8.11"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 016c351a97..3ca4a10e41 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.10")
+ VERSION = Chef::VersionString.new("13.8.11")
end
#