summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-12 18:40:23 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-12 18:40:23 +0000
commit04a7bc8fc98d456e4b9eed2d42713b6577ea628b (patch)
tree7458d15ce633a56a6a0d38f60db26ceef968fbeb
parenteed07cfef594f211620214a2f373398b83da392a (diff)
downloadchef-04a7bc8fc98d456e4b9eed2d42713b6577ea628b.tar.gz
Bump version to 15.0.212 by Chef Expeditorv15.0.212
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 5e02a1b65a..35ea6f2c4b 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.211 -->
-## [v15.0.211](https://github.com/chef/chef/tree/v15.0.211) (2019-04-11)
+<!-- latest_release 15.0.212 -->
+## [v15.0.212](https://github.com/chef/chef/tree/v15.0.212) (2019-04-12)
#### Merged Pull Requests
-- Don&#39;t force DSC functional tests to PS4 [#8359](https://github.com/chef/chef/pull/8359) ([btm](https://github.com/btm))
+- Add Verification tests in Buildkite [#8357](https://github.com/chef/chef/pull/8357) ([jaymalasinha](https://github.com/jaymalasinha))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- 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 -->
- Add Debian 10 testing to Travis [#8348](https://github.com/chef/chef/pull/8348) ([tas50](https://github.com/tas50)) <!-- 15.0.209 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index c6cf0c550c..0290fac21d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.211)
+ chef (15.0.212)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.211)
+ chef-config (= 15.0.212)
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.211-universal-mingw32)
+ chef (15.0.212-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.211)
+ chef-config (= 15.0.212)
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.211)
+ chef-config (15.0.212)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index d7162a38bf..00a78d4d99 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.211 \ No newline at end of file
+15.0.212 \ 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 cea02dcbb8..00e43449e6 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.211".freeze
+ VERSION = "15.0.212".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 58abff1860..ec3d79aa6b 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.211")
+ VERSION = Chef::VersionString.new("15.0.212")
end
#