diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-08-11 00:55:48 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-08-11 00:55:48 +0000 |
commit | e0b4a4c4e7095b554855e8b27ac6ed4749fe8cf8 (patch) | |
tree | 762d2b2c0bc2ac9553b8ba71a3789b92a44afebe | |
parent | c228d5c4b16fa20495f10aecef6c896faac03e26 (diff) | |
download | chef-e0b4a4c4e7095b554855e8b27ac6ed4749fe8cf8.tar.gz |
Bump version to 13.3.39 by Chef Expeditorv13.3.39
-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 4c143e8c55..f3a6b7c52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ -<!-- latest_release 13.3.38 --> -## [v13.3.38](https://github.com/chef/chef/tree/v13.3.38) (2017-08-10) +<!-- latest_release 13.3.39 --> +## [v13.3.39](https://github.com/chef/chef/tree/v13.3.39) (2017-08-11) #### Merged Pull Requests -- Add release notes for 13.3 [#6317](https://github.com/chef/chef/pull/6317) ([tas50](https://github.com/tas50)) +- Pull in Ohai 13.3 [#6319](https://github.com/chef/chef/pull/6319) ([tas50](https://github.com/tas50)) <!-- latest_release --> <!-- release_rollup since=13.2.20 --> ### Changes since 13.2.20 release #### Merged Pull Requests +- Pull in Ohai 13.3 [#6319](https://github.com/chef/chef/pull/6319) ([tas50](https://github.com/tas50)) <!-- 13.3.39 --> - Add release notes for 13.3 [#6317](https://github.com/chef/chef/pull/6317) ([tas50](https://github.com/tas50)) <!-- 13.3.38 --> - Add zypper_repository resource [#5948](https://github.com/chef/chef/pull/5948) ([tas50](https://github.com/tas50)) <!-- 13.3.37 --> - throw readable errors if multiple dsc resources are found [#6307](https://github.com/chef/chef/pull/6307) ([Happycoil](https://github.com/Happycoil)) <!-- 13.3.36 --> diff --git a/Gemfile.lock b/Gemfile.lock index a5264936cc..e216c53238 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,10 @@ GIT PATH remote: . specs: - chef (13.3.38) + chef (13.3.39) addressable bundler (>= 1.10) - chef-config (= 13.3.38) + chef-config (= 13.3.39) 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.3.38-universal-mingw32) + chef (13.3.39-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.3.38) + chef-config (= 13.3.39) 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.3.38) + chef-config (13.3.39) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.3.38
\ No newline at end of file +13.3.39
\ 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 2ce6e034b3..af64840d80 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -20,7 +20,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.3.38" + VERSION = "13.3.39" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 7362e54755..8f404b6a06 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -22,7 +22,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("13.3.38") + VERSION = Chef::VersionString.new("13.3.39") end # |