summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-07 21:30:25 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-07 21:30:25 +0000
commitef186512d36533cafdeadfa83b21d20500029705 (patch)
treedfa6d47c6b533186904119cb02618f0c3a9d322a
parente97d3ab249b2af73e59bcc76364b1722c8928a9a (diff)
downloadchef-ef186512d36533cafdeadfa83b21d20500029705.tar.gz
Bump version to 15.0.53 by Chef Expeditorv15.0.53
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 2881ccad38..d276e908a9 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.52 -->
-## [v15.0.52](https://github.com/chef/chef/tree/v15.0.52) (2018-11-07)
+<!-- latest_release 15.0.53 -->
+## [v15.0.53](https://github.com/chef/chef/tree/v15.0.53) (2018-11-07)
#### Merged Pull Requests
-- add tests for yum version with package_source bug [#7886](https://github.com/chef/chef/pull/7886) ([lamont-granquist](https://github.com/lamont-granquist))
+- fix whitespace in node attributes [ci skip] [#7890](https://github.com/chef/chef/pull/7890) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- fix whitespace in node attributes [ci skip] [#7890](https://github.com/chef/chef/pull/7890) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.53 -->
- add tests for yum version with package_source bug [#7886](https://github.com/chef/chef/pull/7886) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.52 -->
- Remove Chef provisioning lazy loading [#7866](https://github.com/chef/chef/pull/7866) ([tas50](https://github.com/tas50)) <!-- 15.0.51 -->
- Update more descriptions and tweak default handling in chef-resource-inspector [#7884](https://github.com/chef/chef/pull/7884) ([tas50](https://github.com/tas50)) <!-- 15.0.50 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 42109222bf..bdf8068875 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.52)
+ chef (15.0.53)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.52)
+ chef-config (= 15.0.53)
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.52-universal-mingw32)
+ chef (15.0.53-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.52)
+ chef-config (= 15.0.53)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -104,7 +104,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.52)
+ chef-config (15.0.53)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 5310cb0096..e7af67f707 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.52 \ No newline at end of file
+15.0.53 \ 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 1c20881472..743c629b94 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.52".freeze
+ VERSION = "15.0.53".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1673e534e9..ee1ed0cf38 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.52")
+ VERSION = Chef::VersionString.new("15.0.53")
end
#