summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-23 17:33:12 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-01-23 17:33:12 +0000
commit385e01f515efa57618ddb0754897b520d45c1a1c (patch)
tree0ac689ea6e424ee389d9547d139353053aa96aed
parentf0247eb4345ad1335cae439aa7185d82aa882c04 (diff)
downloadchef-385e01f515efa57618ddb0754897b520d45c1a1c.tar.gz
Bump version to 14.0.19 by Expeditorv14.0.19
-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 6d07bb6ca5..780ed68208 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.18 -->
-## [v14.0.18](https://github.com/chef/chef/tree/v14.0.18) (2018-01-23)
+<!-- latest_release 14.0.19 -->
+## [v14.0.19](https://github.com/chef/chef/tree/v14.0.19) (2018-01-23)
#### Merged Pull Requests
-- Fail on interval runs on windows [#6766](https://github.com/chef/chef/pull/6766) ([lamont-granquist](https://github.com/lamont-granquist))
+- Bump to ruby 2.5.0 [#6770](https://github.com/chef/chef/pull/6770) ([thommay](https://github.com/thommay))
<!-- latest_release -->
<!-- release_rollup since=13.6.4 -->
### Changes since 13.6.4 release
#### Merged Pull Requests
+- Bump to ruby 2.5.0 [#6770](https://github.com/chef/chef/pull/6770) ([thommay](https://github.com/thommay)) <!-- 14.0.19 -->
- Fail on interval runs on windows [#6766](https://github.com/chef/chef/pull/6766) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.18 -->
- [MSYS-727] Added support for setting node policy name and group from knife [#6656](https://github.com/chef/chef/pull/6656) ([piyushawasthi](https://github.com/piyushawasthi)) <!-- 14.0.17 -->
- Convert node map to last-writer-wins for ties [#6765](https://github.com/chef/chef/pull/6765) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.16 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index cd34bc2dd7..14341a0bf9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,10 +35,10 @@ GIT
PATH
remote: .
specs:
- chef (14.0.18)
+ chef (14.0.19)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.18)
+ chef-config (= 14.0.19)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -65,10 +65,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.0.18-universal-mingw32)
+ chef (14.0.19-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.18)
+ chef-config (= 14.0.19)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -110,7 +110,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.0.18)
+ chef-config (14.0.19)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 98acd05e1b..6b9febc861 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.18 \ No newline at end of file
+14.0.19 \ 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 c8f5c9b5c0..94ffe91f48 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.18"
+ VERSION = "14.0.19"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 0ae11053c2..cbf4ed6edc 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.18")
+ VERSION = Chef::VersionString.new("14.0.19")
end
#