diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-04 16:50:53 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-09-04 16:50:53 +0000 |
commit | 76f6507044162021636f380168e75542ac7d5f20 (patch) | |
tree | 13ce0e78ba53dd5cca461ff063851a47ea616cd6 | |
parent | 38361e70e83c044e9706cf02e9bc39b3d1617930 (diff) | |
download | chef-76f6507044162021636f380168e75542ac7d5f20.tar.gz |
Bump version to 13.4.12 by Chef Expeditorv13.4.12
-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 7fc287f641..551cf57775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -<!-- latest_release 13.4.11 --> -## [v13.4.11](https://github.com/chef/chef/tree/v13.4.11) (2017-09-01) +<!-- latest_release 13.4.12 --> +## [v13.4.12](https://github.com/chef/chef/tree/v13.4.12) (2017-09-04) #### Merged Pull Requests -- immutablize properly as we deep merge [#6362](https://github.com/chef/chef/pull/6362) ([lamont-granquist](https://github.com/lamont-granquist)) +- handle apple git [#6359](https://github.com/chef/chef/pull/6359) ([kzw](https://github.com/kzw)) <!-- latest_release --> <!-- release_rollup since=13.3.42 --> @@ -12,6 +12,7 @@ - Pass json configuration to ShellSession class [#6314](https://github.com/chef/chef/pull/6314) ([btm](https://github.com/btm)) <!-- 13.3.47 --> #### Merged Pull Requests +- handle apple git [#6359](https://github.com/chef/chef/pull/6359) ([kzw](https://github.com/kzw)) <!-- 13.4.12 --> - immutablize properly as we deep merge [#6362](https://github.com/chef/chef/pull/6362) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 13.4.11 --> - Support an array of keys for apt_repository [#6372](https://github.com/chef/chef/pull/6372) ([gsreynolds](https://github.com/gsreynolds)) <!-- 13.4.10 --> - Ship chef-vault in the omnibus package [#6370](https://github.com/chef/chef/pull/6370) ([thommay](https://github.com/thommay)) <!-- 13.4.9 --> diff --git a/Gemfile.lock b/Gemfile.lock index cbeba7a841..fd831228ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,10 +17,10 @@ GIT PATH remote: . specs: - chef (13.4.11) + chef (13.4.12) addressable bundler (>= 1.10) - chef-config (= 13.4.11) + chef-config (= 13.4.12) 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.4.11-universal-mingw32) + chef (13.4.12-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.4.11) + chef-config (= 13.4.12) 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.4.11) + chef-config (13.4.12) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -13.4.11
\ No newline at end of file +13.4.12
\ 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 814d1e5e97..369ac53c05 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.4.11" + VERSION = "13.4.12" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index a2852a4b8f..e74dcc724b 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.4.11") + VERSION = Chef::VersionString.new("13.4.12") end # |