summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-23 22:13:25 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-23 22:13:25 +0000
commit5ef14cc77226fe16b734ec90aead1de5d49ca7fb (patch)
tree1d3f5859acaf621282e6a5ce774e959d92036c05
parent2e134a01ce6c71a6110500d2483ee2bf7f6faac8 (diff)
downloadchef-5ef14cc77226fe16b734ec90aead1de5d49ca7fb.tar.gz
Bump version to 14.0.210 by Expeditorv14.0.210
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock12
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 13 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ddec0745f..3115a8a48e 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.208 -->
-## [v14.0.208](https://github.com/chef/chef/tree/v14.0.208) (2018-04-23)
+<!-- latest_release 14.0.210 -->
+## [v14.0.210](https://github.com/chef/chef/tree/v14.0.210) (2018-04-23)
#### Merged Pull Requests
-- Ubuntu 1804 - passing tests and fixed ifconfig provider [#7174](https://github.com/chef/chef/pull/7174) ([thommay](https://github.com/thommay))
+- whitespace fix to make expeditor run [#7179](https://github.com/chef/chef/pull/7179) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=14.0.202 -->
### Changes since 14.0.202 release
#### Merged Pull Requests
+- 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 -->
- Some options, i.e. metric, require specifying dev [#7162](https://github.com/chef/chef/pull/7162) ([tomdoherty](https://github.com/tomdoherty)) <!-- 14.0.206 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index a86178c3c6..aa7ac2e51a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,10 +15,10 @@ GIT
PATH
remote: .
specs:
- chef (14.0.208)
+ chef (14.0.210)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.208)
+ chef-config (= 14.0.210)
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.208-universal-mingw32)
+ chef (14.0.210-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.208)
+ chef-config (= 14.0.210)
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.208)
+ chef-config (14.0.210)
addressable
fuzzyurl
mixlib-config (~> 2.0)
@@ -285,7 +285,7 @@ GEM
pusher-client (0.6.2)
json
websocket (~> 1.0)
- rack (2.0.4)
+ rack (2.0.5)
rainbow (3.0.0)
rake (12.3.1)
rb-readline (0.5.5)
diff --git a/VERSION b/VERSION
index 507132f8ca..6e727c5a33 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.209
+14.0.210 \ 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 6cdb70c53c..c8500ff6ea 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.208"
+ VERSION = "14.0.210"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f0a3eda560..637fbc08a9 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.208")
+ VERSION = Chef::VersionString.new("14.0.210")
end
#