summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-30 19:20:41 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-30 19:20:41 +0000
commitd479c310d02693f9ba73354faf80c5788b89404b (patch)
tree380e838e5e589fe6dcc1ad7b18aab88e2ad115f8
parent14789e68332c8ad0de87db5e64277d0250e22a19 (diff)
downloadchef-d479c310d02693f9ba73354faf80c5788b89404b.tar.gz
Bump version to 15.0.15 by Chef Expeditorv15.0.15
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 d1d6d7176b..4122942f0f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.0.14 -->
-## [v15.0.14](https://github.com/chef/chef/tree/v15.0.14) (2018-10-30)
+<!-- latest_release 15.0.15 -->
+## [v15.0.15](https://github.com/chef/chef/tree/v15.0.15) (2018-10-30)
#### Merged Pull Requests
-- Fix inspector to properly handle defaults that are symbols [#7813](https://github.com/chef/chef/pull/7813) ([tas50](https://github.com/tas50))
+- Remove unused route resource properties [#7240](https://github.com/chef/chef/pull/7240) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- Remove unused route resource properties [#7240](https://github.com/chef/chef/pull/7240) ([tas50](https://github.com/tas50)) <!-- 15.0.15 -->
- Fix inspector to properly handle defaults that are symbols [#7813](https://github.com/chef/chef/pull/7813) ([tas50](https://github.com/tas50)) <!-- 15.0.14 -->
- Refactor Cookbook loader logic now that we don&#39;t support merging [#7794](https://github.com/chef/chef/pull/7794) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.13 -->
- Remove deprecated support for FreeBSD pkg provider [#7789](https://github.com/chef/chef/pull/7789) ([tas50](https://github.com/tas50)) <!-- 15.0.12 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index d2254e43fe..5cc0148440 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.14)
+ chef (15.0.15)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.14)
+ chef-config (= 15.0.15)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -57,10 +57,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (15.0.14-universal-mingw32)
+ chef (15.0.15-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.14)
+ chef-config (= 15.0.15)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -103,7 +103,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.14)
+ chef-config (15.0.15)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index f1d170d2b7..90c9640b58 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.14 \ No newline at end of file
+15.0.15 \ 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 e8b076df59..135cbf7cc6 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 = "15.0.14".freeze
+ VERSION = "15.0.15".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 532860b90f..ea84525938 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("15.0.14")
+ VERSION = Chef::VersionString.new("15.0.15")
end
#