summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-26 01:14:36 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-26 01:14:36 +0000
commit8ef54a7d059a269bb0daf43173682b29f73491f8 (patch)
tree112f5579e2f55ce2b42e17f0313006c3675cc40e
parent1a3a4182e8fc6f67e7bca2ccb03f01ec1e7c9d5c (diff)
downloadchef-8ef54a7d059a269bb0daf43173682b29f73491f8.tar.gz
Bump version to 14.0.211 by Chef Expeditorv14.0.211
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock16
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3115a8a48e..e9d7d2428d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.0.210 -->
-## [v14.0.210](https://github.com/chef/chef/tree/v14.0.210) (2018-04-23)
+<!-- latest_release 14.0.211 -->
+## [v14.0.211](https://github.com/chef/chef/tree/v14.0.211) (2018-04-26)
#### Merged Pull Requests
-- whitespace fix to make expeditor run [#7179](https://github.com/chef/chef/pull/7179) ([lamont-granquist](https://github.com/lamont-granquist))
+- Run all tests in CI [#7183](https://github.com/chef/chef/pull/7183) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=14.0.202 -->
### Changes since 14.0.202 release
#### Merged Pull Requests
+- Run all tests in CI [#7183](https://github.com/chef/chef/pull/7183) ([thommay](https://github.com/thommay)) <!-- 14.0.211 -->
- whitespace fix to make expeditor run [#7179](https://github.com/chef/chef/pull/7179) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.210 -->
- Ubuntu 1804 - passing tests and fixed ifconfig provider [#7174](https://github.com/chef/chef/pull/7174) ([thommay](https://github.com/thommay)) <!-- 14.0.208 -->
- Avoid conflict with build_powershell_command from powershell_out mixin [#7173](https://github.com/chef/chef/pull/7173) ([stuartpreston](https://github.com/stuartpreston)) <!-- 14.0.207 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index aa7ac2e51a..3f6c3cc539 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,10 +15,10 @@ GIT
PATH
remote: .
specs:
- chef (14.0.210)
+ chef (14.0.211)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.210)
+ chef-config (= 14.0.211)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -45,10 +45,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.0.210-universal-mingw32)
+ chef (14.0.211-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.210)
+ chef-config (= 14.0.211)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -90,7 +90,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.0.210)
+ chef-config (14.0.211)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -121,10 +121,10 @@ GEM
builder (3.2.3)
byebug (10.0.2)
chef-vault (3.3.0)
- chef-zero (14.0.1)
+ chef-zero (14.0.6)
ffi-yajl (~> 2.2)
hashie (>= 2.0, < 4.0)
- mixlib-log (~> 2)
+ mixlib-log (~> 2.0)
rack (~> 2.0)
uuidtools (~> 2.1)
cheffish (14.0.0)
@@ -212,7 +212,7 @@ GEM
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.9.0)
- mixlib-archive (0.4.1)
+ mixlib-archive (0.4.2)
mixlib-log
mixlib-authentication (2.0.0)
mixlib-cli (1.7.0)
diff --git a/VERSION b/VERSION
index 6e727c5a33..8cb749cdd4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.210 \ No newline at end of file
+14.0.211 \ 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 c8500ff6ea..68d81c0ed6 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 = "14.0.210"
+ VERSION = "14.0.211"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 637fbc08a9..9eb678985f 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("14.0.210")
+ VERSION = Chef::VersionString.new("14.0.211")
end
#