diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-30 13:48:08 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-30 13:48:08 +0000 |
commit | b3ae36cb4759a1ee16368b78558b69c553e650d8 (patch) | |
tree | 967fbb1b79f827c9d9fd900afe9c4af7bcd39ad0 | |
parent | 3862a7dfc3987db8cbf3c2181be5ab0ec8a6d7d0 (diff) | |
download | chef-b3ae36cb4759a1ee16368b78558b69c553e650d8.tar.gz |
Bump version of chef to 12.19.3 by Chef Versioner.v12.19.3
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-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, 11 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d9621ef12c..ef0c061c3b 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). -## [v12.19.2](https://github.com/chef/chef/tree/v12.19.2) (2017-01-25) -[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.2) +## [v12.19.3](https://github.com/chef/chef/tree/v12.19.3) (2017-01-30) +[Full Changelog](https://github.com/chef/chef/compare/v12.18.31...v12.19.3) **Merged pull requests:** @@ -15,6 +15,7 @@ This changelog reflects the current state of chef's master branch on github and - Do not modify File's new\_resource during why-run [\#5742](https://github.com/chef/chef/pull/5742) ([scottopherson](https://github.com/scottopherson)) - Add gems for ECC algorithm support to omnibus. [\#5736](https://github.com/chef/chef/pull/5736) ([rhass](https://github.com/rhass)) - make it a trifle clearer that server issues don't belong here [\#5734](https://github.com/chef/chef/pull/5734) ([thommay](https://github.com/thommay)) +- dh/url support cab [\#5732](https://github.com/chef/chef/pull/5732) ([dheerajd-msys](https://github.com/dheerajd-msys)) - Add myself as core maintainer [\#5728](https://github.com/chef/chef/pull/5728) ([tduffield](https://github.com/tduffield)) - Raise NamedSecurityInfo related exception using HR result. [\#5727](https://github.com/chef/chef/pull/5727) ([Aliasgar16](https://github.com/Aliasgar16)) - pass true as 2nd args for Net::SSH.configuration\_for by default. [\#5726](https://github.com/chef/chef/pull/5726) ([sawanoboly](https://github.com/sawanoboly)) diff --git a/Gemfile.lock b/Gemfile.lock index ae8c82a3e7..e856b5878f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,10 +47,10 @@ GIT PATH remote: . specs: - chef (12.19.2) + chef (12.19.3) addressable bundler (>= 1.10) - chef-config (= 12.19.2) + chef-config (= 12.19.3) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -76,10 +76,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.19.2-universal-mingw32) + chef (12.19.3-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 12.19.2) + chef-config (= 12.19.3) chef-zero (>= 4.8) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -120,7 +120,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.19.2) + chef-config (12.19.3) addressable fuzzyurl mixlib-config (~> 2.0) @@ -1 +1 @@ -12.19.2
\ No newline at end of file +12.19.3
\ 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 926c6da34a..b3afa014c8 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 = "12.19.2" + VERSION = "12.19.3" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 8997838d58..c627359444 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.19.2" + VERSION = "12.19.3" end # |