diff options
author | Chef Expeditor <eng-services-ops+chef-delivery@chef.io> | 2017-07-10 17:11:35 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-delivery@chef.io> | 2017-07-10 17:11:35 +0000 |
commit | f8688c220a202bf210d36fc4e35fda917135bc38 (patch) | |
tree | a74713f0873875ddaf7666d8fb9193e9b24b59a0 | |
parent | e3ae8c7ead76dd8f2004bb6e6ea3347f128803d3 (diff) | |
download | chef-f8688c220a202bf210d36fc4e35fda917135bc38.tar.gz |
Bump version of chef to 13.3.5 by Chef Expeditor.v13.3.5
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Gemfile.lock | 18 | ||||
-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, 10 insertions, 18 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a8a52320..9e6fc5f32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef). -## [v13.3.2](https://github.com/chef/chef/tree/v13.3.2) (2017-07-06) -[Full Changelog](https://github.com/chef/chef/compare/v13.0.118...v13.3.2) +## [v13.3.5](https://github.com/chef/chef/tree/v13.3.5) (2017-07-10) +[Full Changelog](https://github.com/chef/chef/compare/v13.0.118...v13.3.5) **Closed issues:** diff --git a/Gemfile.lock b/Gemfile.lock index 706be4b805..84d7625517 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,10 +30,10 @@ GIT PATH remote: . specs: - chef (13.3.4) + chef (13.3.5) addressable bundler (>= 1.10) - chef-config (= 13.3.4) + chef-config (= 13.3.5) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -60,10 +60,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (13.3.4-universal-mingw32) + chef (13.3.5-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.3.4) + chef-config (= 13.3.5) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -105,7 +105,7 @@ PATH PATH remote: chef-config specs: - chef-config (13.3.4) + chef-config (13.3.5) addressable fuzzyurl mixlib-config (~> 2.0) @@ -212,7 +212,6 @@ GEM little-plugger (~> 1.1) multi_json (~> 1.10) method_source (0.8.2) - mini_portile2 (2.2.0) minitest (5.10.2) mixlib-archive (0.4.1) mixlib-log @@ -246,12 +245,6 @@ GEM net-ssh-gateway (>= 1.2.0) net-telnet (0.1.1) netrc (0.11.0) - nokogiri (1.8.0) - mini_portile2 (~> 2.2.0) - nokogiri (1.8.0-x64-mingw32) - mini_portile2 (~> 2.2.0) - nokogiri (1.8.0-x86-mingw32) - mini_portile2 (~> 2.2.0) nori (2.6.0) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -434,7 +427,6 @@ DEPENDENCIES inspec mixlib-install netrc - nokogiri (>= 1.8) octokit ohai (~> 13) pry @@ -1 +1 @@ -13.3.4
\ No newline at end of file +13.3.5
\ 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 94bd99cad2..b38d662483 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.3.4" + VERSION = "13.3.5" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 7dc37b2797..41273c6993 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.3.4") + VERSION = Chef::VersionString.new("13.3.5") end # |