diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-29 21:50:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-29 21:50:11 +0000 |
commit | 16d9804a6d62af90720c8a88cff27b8abc6d7e0c (patch) | |
tree | c4e0c4a46020ab1288bcca3890c542ae0aec32ae | |
parent | 966d98d04f2a23a407d166f6577d0734dcf4dd12 (diff) | |
download | chef-16d9804a6d62af90720c8a88cff27b8abc6d7e0c.tar.gz |
Bump version to 14.13.2 by Chef Expeditorv14.13.2
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d01c3b0a4b..3e333ac8a7 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.1 --> -## [v14.13.1](https://github.com/chef/chef/tree/v14.13.1) (2019-05-29) +<!-- latest_release 14.13.2 --> +## [v14.13.2](https://github.com/chef/chef/tree/v14.13.2) (2019-05-29) #### Merged Pull Requests -- Improving error handling for template render [#8603](https://github.com/chef/chef/pull/8603) ([tas50](https://github.com/tas50)) +- Point people to Learn Chef in the post install message [#8607](https://github.com/chef/chef/pull/8607) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=14.12.9 --> ### Changes since 14.12.9 release #### Merged Pull Requests +- Point people to Learn Chef in the post install message [#8607](https://github.com/chef/chef/pull/8607) ([tas50](https://github.com/tas50)) <!-- 14.13.2 --> - Improving error handling for template render [#8603](https://github.com/chef/chef/pull/8603) ([tas50](https://github.com/tas50)) <!-- 14.13.1 --> - Tell people what file a link is pointing at. [#8604](https://github.com/chef/chef/pull/8604) ([tas50](https://github.com/tas50)) <!-- 14.13.0 --> - Fix delete_resource for resources [#8602](https://github.com/chef/chef/pull/8602) ([tas50](https://github.com/tas50)) <!-- 14.12.14 --> diff --git a/Gemfile.lock b/Gemfile.lock index 22f3f0a7c4..b709382f58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ PATH remote: . specs: - chef (14.13.1) + chef (14.13.2) addressable bundler (>= 1.10) - chef-config (= 14.13.1) + chef-config (= 14.13.2) 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.1-universal-mingw32) + chef (14.13.2-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.13.1) + chef-config (= 14.13.2) 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.1) + chef-config (14.13.2) addressable fuzzyurl mixlib-config (>= 2.2.12, < 4.0) @@ -1 +1 @@ -14.13.1
\ No newline at end of file +14.13.2
\ 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 c2a65bf075..e020277c40 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.1".freeze + VERSION = "14.13.2".freeze end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 38c4a9d60c..ba21a4744a 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.1") + VERSION = Chef::VersionString.new("14.13.2") end # |