diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-26 18:02:19 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-26 18:02:19 +0000 |
commit | 4d45fe4e3dbaa3929f6fe96377bf64a15c6f19ac (patch) | |
tree | b1fe6d0e033b0f549dde6de2a15ed7f6c04b594c | |
parent | 370aaa0406d85f11da4908f8ea405ea544a2e574 (diff) | |
download | chef-4d45fe4e3dbaa3929f6fe96377bf64a15c6f19ac.tar.gz |
Bump version to 14.0.82 by Expeditorv14.0.82
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | Gemfile.lock | 16 | ||||
-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, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0634c1c390..1c083d503d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 14.0.81 --> -## [v14.0.81](https://github.com/chef/chef/tree/v14.0.81) (2018-02-23) +<!-- latest_release 14.0.82 --> +## [v14.0.82](https://github.com/chef/chef/tree/v14.0.82) (2018-02-26) #### Merged Pull Requests -- revert lazy attributes [#6911](https://github.com/chef/chef/pull/6911) ([lamont-granquist](https://github.com/lamont-granquist)) +- Convert parts of cron resource to use properties [#6904](https://github.com/chef/chef/pull/6904) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=13.7.16 --> ### Changes since 13.7.16 release #### Merged Pull Requests +- Convert parts of cron resource to use properties [#6904](https://github.com/chef/chef/pull/6904) ([tas50](https://github.com/tas50)) <!-- 14.0.82 --> - revert lazy attributes [#6911](https://github.com/chef/chef/pull/6911) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.81 --> - Simplify how we define the powershell_package resource_name [#6901](https://github.com/chef/chef/pull/6901) ([tas50](https://github.com/tas50)) <!-- 14.0.80 --> - Modernize mdadm [#6905](https://github.com/chef/chef/pull/6905) ([tas50](https://github.com/tas50)) <!-- 14.0.79 --> diff --git a/Gemfile.lock b/Gemfile.lock index 892db62b1d..93eaf9c19d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,10 +35,10 @@ GIT PATH remote: . specs: - chef (14.0.81) + chef (14.0.82) addressable bundler (>= 1.10) - chef-config (= 14.0.81) + chef-config (= 14.0.82) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -65,10 +65,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (14.0.81-universal-mingw32) + chef (14.0.82-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 14.0.81) + chef-config (= 14.0.82) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -110,7 +110,7 @@ PATH PATH remote: chef-config specs: - chef-config (14.0.81) + chef-config (14.0.82) addressable fuzzyurl mixlib-config (~> 2.0) @@ -156,9 +156,9 @@ GEM multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) - ffi (1.9.22) - ffi (1.9.22-x64-mingw32) - ffi (1.9.22-x86-mingw32) + ffi (1.9.23) + ffi (1.9.23-x64-mingw32) + ffi (1.9.23-x86-mingw32) ffi-win32-extensions (1.0.3) ffi ffi-yajl (2.3.1) @@ -1 +1 @@ -14.0.81
\ No newline at end of file +14.0.82
\ 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 9ec302de4e..fc5abd7280 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.0.81" + VERSION = "14.0.82" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index dca95baa47..b38f485bfa 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.0.81") + VERSION = Chef::VersionString.new("14.0.82") end # |