From 47d2d5cddcba255b10c848c53670a2547d7c4f1b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 13 Aug 2019 19:13:25 +0000 Subject: Bump version to 14.13.14 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- Gemfile.lock | 10 +++++----- VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- lib/chef/version.rb | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f17712c2a..951e62f51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v14.13.13](https://github.com/chef/chef/tree/v14.13.13) (2019-08-13) + +## [v14.13.14](https://github.com/chef/chef/tree/v14.13.14) (2019-08-13) #### Merged Pull Requests -- Stop building Chef Infra Client 14.x on FreeBSD 10 [#8810](https://github.com/chef/chef/pull/8810) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) +- Chef-14: Raise an error on Chef 14 when trying to bootstrap Chef 15 [#8782](https://github.com/chef/chef/pull/8782) ([vsingh-msys](https://github.com/vsingh-msys)) ### Changes since 14.13.11 release #### Merged Pull Requests +- Chef-14: Raise an error on Chef 14 when trying to bootstrap Chef 15 [#8782](https://github.com/chef/chef/pull/8782) ([vsingh-msys](https://github.com/vsingh-msys)) - Stop building Chef Infra Client 14.x on FreeBSD 10 [#8810](https://github.com/chef/chef/pull/8810) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) - Chef-14: fix zypper_package upgrade provider and unit tests to verify [#8799](https://github.com/chef/chef/pull/8799) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/Gemfile.lock b/Gemfile.lock index a60eadf001..9fc4eb7f6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ PATH remote: . specs: - chef (14.13.13) + chef (14.13.14) addressable bundler (>= 1.10) - chef-config (= 14.13.13) + chef-config (= 14.13.14) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -31,10 +31,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.13.13-universal-mingw32) + chef (14.13.14-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.13.13) + chef-config (= 14.13.14) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -77,7 +77,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.13.13) + chef-config (14.13.14) addressable fuzzyurl mixlib-config (>= 2.2.12, < 4.0) diff --git a/VERSION b/VERSION index 1d5dfed064..590fb011c8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.13.13 \ No newline at end of file +14.13.14 \ 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 d7475f6249..5d5a20f3e3 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.13.13".freeze + VERSION = "14.13.14".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 9189f1143a..a02f7f6162 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.13.13") + VERSION = Chef::VersionString.new("14.13.14") end # -- cgit v1.2.1