## 1.1.1 (September 4, 2013) BUG FIXES: * PR [#28][]: Include OpenStack provider into the list of working providers. ([@srenatus][]) * PR [#32][], Issue [#31][]: No need to do sudo in sudo ([@matsu911][]) * PR [#32][], Issue [#32][]: Fix the curl line to install the requested Chef version ([@tmatilai][]) * PR [#37][]: Document that newer than v1.1.x Vagrant is fine, too. ([@tmatilai][]) * PR [#38][]: Drop unneeded ConfigValidate action call ([@tmatilai][]) * Issue [#27][]: Properly shell escape version strings ([@schisamo][]) ## 1.1.0 (June 21, 2013) FEATURES: * PR [#23][], Issue [#17][], Issue [#19][], Issue [#21][], Issue [#23][]: Support for all Vagrant providers that hook into `Vagrant::Action::Builtin::Provision` for provisioning. ([@smdahlen][], [@michfield][], [@rjocoleman][]) * Issue [#15][]: Multi-VM Vagrantfiles are now fully supported. A global `omnibus.chef_version` will install the same version of Chef on all VMs OR declare a separate Chef version in the config block for each individual VM! ([@smdahlen][], [@schisamo][]) * PR [#10][]: Optionally change the location of `install.sh` via the `OMNIBUS_INSTALL_URL` environment variable. Default is still https://www.opscode.com/chef/install.sh. , ([@petecheslock][]) ## 1.0.2 (April 20, 2013) IMPROVEMENTS: * Unit test coverage for `VagrantPlugins::Omnibus::Config` ([@schisamo][]) * Add Rackspace provider acceptance test. ([@schisamo][]) * Parameterize the acceptance test Rake task, this allows you test run acceptance tests against a single provider. ([@schisamo][]) BUG FIXES: * Issue [#2][]: Convert `Gem::Version` returned by `#retrieve_latest_chef_version` to a string. ([@schisamo][]) * Issue [#6][]: RubyGems 2.0 compat: use #empty? to check for results. ([@schisamo][]) * Issue [#7][]: Ensure 'vagrant-rackspace/action' is loaded. ([@schisamo][]) * Issue [#8][]: Trigger plugin if machine state is `:active`. ([@schisamo][]) ## 1.0.1 (April 17, 2013) IMPROVEMENTS: * Issue [#2][]: Resolve `latest` to a real Chef version. This ensures the plugin does not attempt to re-install Chef on subsequent provisions. ([@schisamo][]) * Issue [#4][]: Validate user provided value for omnibus.chef_version is in fact a real Chef version. ([@schisamo][]) * Retrieve omnibus.chef_version directly from global config. ([@schisamo][]) * Update development dependencies to vagrant (1.2.1) and vagrant-aws (0.2.1). ([@schisamo][]) BUG FIXES: * Issue [#3][]: Plugin now correctly operates in "no-op" node if now `omnibus.chef_version` is not present in the Vagrantfile. ([@schisamo][]) * Use Ubuntu 12.04 release AMI for acceptance testing. ([@schisamo][]) ## 1.0.0 (April 1, 2013) * The initial release. [#2]: https://github.com/schisamo/vagrant-omnibus/issues/2 [#3]: https://github.com/schisamo/vagrant-omnibus/issues/3 [#4]: https://github.com/schisamo/vagrant-omnibus/issues/4 [#6]: https://github.com/schisamo/vagrant-omnibus/issues/6 [#7]: https://github.com/schisamo/vagrant-omnibus/issues/7 [#8]: https://github.com/schisamo/vagrant-omnibus/issues/8 [#10]: https://github.com/schisamo/vagrant-omnibus/issues/10 [#15]: https://github.com/schisamo/vagrant-omnibus/issues/15 [#17]: https://github.com/schisamo/vagrant-omnibus/issues/17 [#19]: https://github.com/schisamo/vagrant-omnibus/issues/19 [#21]: https://github.com/schisamo/vagrant-omnibus/issues/21 [#23]: https://github.com/schisamo/vagrant-omnibus/issues/23 [#27]: https://github.com/schisamo/vagrant-omnibus/issues/27 [#28]: https://github.com/schisamo/vagrant-omnibus/issues/28 [#31]: https://github.com/schisamo/vagrant-omnibus/issues/31 [#32]: https://github.com/schisamo/vagrant-omnibus/issues/32 [#37]: https://github.com/schisamo/vagrant-omnibus/issues/37 [#38]: https://github.com/schisamo/vagrant-omnibus/issues/38 [@matsu911]: https://github.com/matsu911 [@michfield]: https://github.com/michfield [@petecheslock]: https://github.com/petecheslock [@rjocoleman]: https://github.com/rjocoleman [@schisamo]: https://github.com/schisamo [@smdahlen]: https://github.com/smdahlen [@srenatus]: https://github.com/srenatus [@tmatilai]: https://github.com/tmatilai