diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-08 17:54:04 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-08 17:54:04 +0000 |
commit | f514e4c853738cbf3dae8927a31197cc6e8f47bb (patch) | |
tree | 9d1c07ff5effab60a1a4f94a9b2ab801508b91ba | |
parent | 6d6b3390ec2f5db4d527b4a7b0d0123a959a5204 (diff) | |
download | chef-f514e4c853738cbf3dae8927a31197cc6e8f47bb.tar.gz |
Bump version to 13.7.9 by Expeditorv13.7.9
-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 ae39c0604b..c9e81c571b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> -<!-- latest_release 13.7.8 --> -## [v13.7.8](https://github.com/chef/chef/tree/v13.7.8) (2018-01-08) +<!-- latest_release 13.7.9 --> +## [v13.7.9](https://github.com/chef/chef/tree/v13.7.9) (2018-01-08) #### Merged Pull Requests -- Fix dscl group provider gid_used? [#6703](https://github.com/chef/chef/pull/6703) ([get9](https://github.com/get9)) +- Enable the deprecation for use_inline_resource [#6732](https://github.com/chef/chef/pull/6732) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=13.6.4 --> ### Changes since 13.6.4 release #### Merged Pull Requests +- Enable the deprecation for use_inline_resource [#6732](https://github.com/chef/chef/pull/6732) ([tas50](https://github.com/tas50)) <!-- 13.7.9 --> - Fix dscl group provider gid_used? [#6703](https://github.com/chef/chef/pull/6703) ([get9](https://github.com/get9)) <!-- 13.7.8 --> - Fix windows_task resource not being idempotent for random_delay and execution_time_limit [#6688](https://github.com/chef/chef/pull/6688) ([Vasu1105](https://github.com/Vasu1105)) <!-- 13.7.7 --> - Update to Ruby 2.4.3 [#6737](https://github.com/chef/chef/pull/6737) ([tas50](https://github.com/tas50)) <!-- 13.7.6 --> diff --git a/Gemfile.lock b/Gemfile.lock index 023b5e4de6..0bec44d334 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,10 @@ GIT PATH remote: . specs: - chef (13.7.8) + chef (13.7.9) addressable bundler (>= 1.10) - chef-config (= 13.7.8) + chef-config (= 13.7.9) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -47,10 +47,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (13.7.8-universal-mingw32) + chef (13.7.9-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.7.8) + chef-config (= 13.7.9) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -92,7 +92,7 @@ PATH PATH remote: chef-config specs: - chef-config (13.7.8) + chef-config (13.7.9) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.7.8
\ No newline at end of file +13.7.9
\ 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 faec04337f..dad3aca1cb 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 = "13.7.8" + VERSION = "13.7.9" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 98e79848c6..252befb268 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("13.7.8") + VERSION = Chef::VersionString.new("13.7.9") end # |