summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-21 00:40:28 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-21 00:40:28 +0000
commitd0b85445e373554a6d9436e209c28caf9745db77 (patch)
treef96e09657529d99f5532bfb6ef24e6a07d88ac95
parent19a3e4d634291b6fef6240f34460558a1a881c84 (diff)
downloadchef-14.13.16.tar.gz
Bump version to 14.13.16 by Chef Expeditorv14.13.16
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock14
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 14 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e13bdc3ab..9243822d6b 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.15 -->
-## [v14.13.15](https://github.com/chef/chef/tree/v14.13.15) (2019-08-14)
+<!-- latest_release 14.13.16 -->
+## [v14.13.16](https://github.com/chef/chef/tree/v14.13.16) (2019-08-21)
#### Merged Pull Requests
-- Deprecate Ubuntu 14 + SLES 11 [#8818](https://github.com/chef/chef/pull/8818) ([christopher-snapp](https://github.com/christopher-snapp))
+- Add AIX 7.2 platform [#8833](https://github.com/chef/chef/pull/8833) ([jaymalasinha](https://github.com/jaymalasinha))
<!-- latest_release -->
<!-- release_rollup since=14.13.11 -->
### Changes since 14.13.11 release
#### Merged Pull Requests
+- 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 -->
- Stop building Chef Infra Client 14.x on FreeBSD 10 [#8810](https://github.com/chef/chef/pull/8810) ([jeremiahsnapp](https://github.com/jeremiahsnapp)) <!-- 14.13.13 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 595c99baa4..36c250f095 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
- chef (14.13.15)
+ chef (14.13.16)
addressable
bundler (>= 1.10)
- chef-config (= 14.13.15)
+ chef-config (= 14.13.16)
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.15-universal-mingw32)
+ chef (14.13.16-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.13.15)
+ chef-config (= 14.13.16)
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.15)
+ chef-config (14.13.16)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
@@ -190,7 +190,7 @@ GEM
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
- ohai (14.8.12)
+ ohai (14.14.0)
chef-config (>= 12.8, < 15)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
@@ -261,7 +261,7 @@ GEM
rubyzip (1.2.3)
safe_yaml (1.0.5)
semverse (3.0.0)
- serverspec (2.41.4)
+ serverspec (2.41.5)
multi_json
rspec (~> 3.0)
rspec-its
diff --git a/VERSION b/VERSION
index 63ba4e43ad..f2cce852ac 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.13.15 \ No newline at end of file
+14.13.16 \ 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 7478a225d6..90aa002006 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.15".freeze
+ VERSION = "14.13.16".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 76134c94c4..708870a3e3 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.15")
+ VERSION = Chef::VersionString.new("14.13.16")
end
#