- Loosen the vagrant dependency to allow for Vagrant 2.X
- Add deprecation warning to the readme
- Bump the Ruby requirement from 1.9 to 2.2
- Preserve cookbooks_path set in Vagrantfile
- Bump Berkshelf requirement from
~> 3.2
to~> 4.0
- Honor
berksfile_path
configuration option when uploading cookbooks - Honor
freeze
andforce
options in all berkshelf commands
- Enabled plugin state is only enabled if explicitly set to boolean
true
- Base setup occurs before Config validate, not after
- Don't check Berkshelf version if plugin is disabled
- Improved ability to find a Berksfile within a project
- Add support for chef-client local mode
- Chef Client provider configuration attributes are now properly read from a Berkshelf configuration file
- Shared folder is no longer deleted and recreated on each provision
berksfile_path
config option now defaults to CWD of Vagrantfile- Non-colored terminal output will be used when not available
- VM's Berkshelf share will be cleaned up after destroying a VM
- Fix issue loading configuration from a Berkshelf config.json
- Now leverages the Berkshelf version installed by ChefDK
- Installation process of plugin should be many, many times faster
- Fix many installation issues for Windows users
- Fix warning output of berkshelf path when berkshelf is disabled but a Berksfile is present
- Ensure default values for configuration are properly set
- Fix gem conflict issue when installing as a ruby gem
- Support Berkshelf 3.0
- Support Vagrant 1.5.x
- Fix undefined constant error when provisioning with Vagrant AWS
- Rename to vagrant-berkshelf
- Trigger the plugin also on
vagrant reload
- Check Vagrant version to see if it's supported
- cookbooks uploaded via chef_client will be forced and not frozen
- Respect --no-provision flag
- Fix bug with AWS provisioner
- Support Vagrant 1.2
- Plugin defaults to enabled, if Berksfile exists.
- Plugin defaults to disabled. Set 'config.berkshelf.enabled = true' in Vagrant config
- Separated Berkshelf Vagrant plugin into it's own gem (this one)
- Support Vagrant 1.1.x