summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-22 16:26:46 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-22 16:26:47 +0000
commiteb51b3d1391dcbb6b870cb90ff8554c7d4f39b2f (patch)
treecb37fd8b7e9279b7953c7d41e02574f5a91204c3
parent650f57ae987ae4f1e61f6c35b19edc18376c5315 (diff)
downloadchef-eb51b3d1391dcbb6b870cb90ff8554c7d4f39b2f.tar.gz
Bump version to 14.14.0 by Chef Expeditorv14.14.0
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 9243822d6b..9f66bc74ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.13.16 -->
-## [v14.13.16](https://github.com/chef/chef/tree/v14.13.16) (2019-08-21)
+<!-- latest_release 14.14.0 -->
+## [v14.14.0](https://github.com/chef/chef/tree/v14.14.0) (2019-08-22)
#### Merged Pull Requests
-- Add AIX 7.2 platform [#8833](https://github.com/chef/chef/pull/8833) ([jaymalasinha](https://github.com/jaymalasinha))
+- Update Chef 14 deps to the latest [#8824](https://github.com/chef/chef/pull/8824) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.13.11 -->
### Changes since 14.13.11 release
#### Merged Pull Requests
+- Update Chef 14 deps to the latest [#8824](https://github.com/chef/chef/pull/8824) ([tas50](https://github.com/tas50)) <!-- 14.14.0 -->
- Add AIX 7.2 platform [#8833](https://github.com/chef/chef/pull/8833) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 14.13.16 -->
- Deprecate Ubuntu 14 + SLES 11 [#8818](https://github.com/chef/chef/pull/8818) ([christopher-snapp](https://github.com/christopher-snapp)) <!-- 14.13.15 -->
- 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)) <!-- 14.13.14 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 68661729f7..046c113630 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (14.13.16)
+ chef (14.14.0)
addressable
bundler (>= 1.10)
- chef-config (= 14.13.16)
+ chef-config (= 14.14.0)
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.16-universal-mingw32)
+ chef (14.14.0-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.13.16)
+ chef-config (= 14.14.0)
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.16)
+ chef-config (14.14.0)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index f2cce852ac..6ea03e03f1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.13.16 \ No newline at end of file
+14.14.0 \ 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 90aa002006..428a349de6 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.16".freeze
+ VERSION = "14.14.0".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 708870a3e3..b269ad250f 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.16")
+ VERSION = Chef::VersionString.new("14.14.0")
end
#