summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-15 17:25:09 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-15 17:25:09 +0000
commitce11470525cf03df6b464112db9501d7c49fd29b (patch)
treeb72417a0cbd897a08aedd5daa0f4fa0c861ea163
parent03c0c1f17cede82623979d5092a94033155e42f8 (diff)
downloadchef-ce11470525cf03df6b464112db9501d7c49fd29b.tar.gz
Bump version to 15.0.213 by Chef Expeditorv15.0.213
Obvious fix; these changes are the result of automation not creative thinking.
-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 35ea6f2c4b..d88ebe0ea4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.0.212 -->
-## [v15.0.212](https://github.com/chef/chef/tree/v15.0.212) (2019-04-12)
+<!-- latest_release 15.0.213 -->
+## [v15.0.213](https://github.com/chef/chef/tree/v15.0.213) (2019-04-15)
#### Merged Pull Requests
-- Add Verification tests in Buildkite [#8357](https://github.com/chef/chef/pull/8357) ([jaymalasinha](https://github.com/jaymalasinha))
+- Drop privileges before creating files in solo mode [#8361](https://github.com/chef/chef/pull/8361) ([btm](https://github.com/btm))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- Drop privileges before creating files in solo mode [#8361](https://github.com/chef/chef/pull/8361) ([btm](https://github.com/btm)) <!-- 15.0.213 -->
- Add Verification tests in Buildkite [#8357](https://github.com/chef/chef/pull/8357) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 15.0.212 -->
- Don&#39;t force DSC functional tests to PS4 [#8359](https://github.com/chef/chef/pull/8359) ([btm](https://github.com/btm)) <!-- 15.0.211 -->
- Avoid occasionally randomly reusing a gid in tests [#8352](https://github.com/chef/chef/pull/8352) ([btm](https://github.com/btm)) <!-- 15.0.210 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 0290fac21d..9a72f0b45b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.212)
+ chef (15.0.213)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.212)
+ chef-config (= 15.0.213)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -51,10 +51,10 @@ PATH
proxifier (~> 1.0)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (15.0.212-universal-mingw32)
+ chef (15.0.213-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.212)
+ chef-config (= 15.0.213)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -91,7 +91,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.212)
+ chef-config (15.0.213)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index 00a78d4d99..2f56ef3079 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.212 \ No newline at end of file
+15.0.213 \ 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 00e43449e6..6dd4251f56 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 = "15.0.212".freeze
+ VERSION = "15.0.213".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index ec3d79aa6b..b407662426 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("15.0.212")
+ VERSION = Chef::VersionString.new("15.0.213")
end
#