CHANGELOG.md in chef-provisioning-1.1.1 vs CHANGELOG.md in chef-provisioning-1.2.0

- old
+ new

@@ -1,7 +1,12 @@ # Chef Provisioning Changelog +## 1.2.0 (5/27/2015) + +- Updating for newly introduced Socketless mode. If the local chef-zero url is `chefzero://...` then we replace it with `http://...` on the target VM ([#337][]) +- Bumped winrm dependency to 1.3.0 ([#332][]) + ## 1.1.1 (4/19/2015) - Fixed undefined method on nil class error inside setup-convergence ([@tyler-ball][]) ## 1.1.0 (4/16/2015) @@ -92,10 +97,11 @@ - Fix "metal execute mario ls" to work again ## 0.14 (8/18/2014) - FEATURE: Add the machine_image resource ([@jkeiser][], [@johnewart][]): + ```ruby machine_image 'base' do machine_options :bootstrap_options => { :image_id => 'ami-1234798123431', :ssh_username => 'root' } recipe 'secure_base' recipe 'corp_users' @@ -291,9 +297,11 @@ [#303]: https://github.com/chef/chef-provisioning/issues/303 [#311]: https://github.com/chef/chef-provisioning/issues/311 [#316]: https://github.com/chef/chef-provisioning/issues/316 [#317]: https://github.com/chef/chef-provisioning/issues/317 [#321]: https://github.com/chef/chef-provisioning/issues/321 +[#332]: https://github.com/chef/chef-provisioning/issues/332 +[#337]: https://github.com/chef/chef-provisioning/issues/337 [@MrMMorris]: https://github.com/MrMMorris [@causton1]: https://github.com/causton1 [@chef]: https://github.com/chef [@cstewart87]: https://github.com/cstewart87 [@dafyddcrosby]: https://github.com/dafyddcrosby \ No newline at end of file