- Minimum vagrant version supported is 1.4.3
- Add support for port forwarding (by Ryan Petrello [email protected])
- Improve network device creation (by Brian Pitts [email protected])
- Improvements to NFS sharing (by Matt Palmer and Jason DeTiberus [email protected])
- Provisioning fixes for Vagrant 1.4 (by @keitwb)
- Vagrant 1.4 compatibility fixes (by Dmitry Vasilets [email protected])
- Improve how VMs IP address is discovered (by Brian Pitts [email protected])
- Add cpu_mode parameter (by Jordan Tardif [email protected])
- Add disk_bus parameter (by Brian Pitts [email protected])
- Fixes to some error output (by Matthiew Coudron [email protected])
- Add parameters for booting kernel file (by Matthiew Coudron [email protected])
- Add default_prefix parameter (by James Shubin [email protected])
- Improve network creation (by Brian Pitts [email protected])
- Replace default_network parameter with management_network parameters (by Brian Pitts [email protected])
- Allow to use nested virtualization again (by Artem Chernikov [email protected])
- Proxy ssh through libvirt host, if libvirt is connected via ssh(by @erik-smit)
- Fix wrong nfs methods call (by [email protected])
- adding the nfs share on start (by @cp16net)
- Mention vagrant-mutate (by Brian Pitts [email protected])
- Fix box metadata error keys (by Brian Pitts [email protected])
- Fix selinux should working
- Mention compatibility with sahara (by Brian Pitts [email protected])
- Add default network and ssh key file parameters (by Mathilde Ffrench [email protected])
- BUG FIX close #70 undefine machine id should be after all operations
- BUG FIX close #76 correct uri for different virtualizations
- BUG FIX close #72 possibility to give VMs a name
- Delete any snapshots when destroying domain (by Brian Pitts [email protected])
- Add reload command (by Brian Pitts [email protected])
- Update README (by [email protected])
- Delete files from destination to avoid confusions(by [email protected])
- fixed version of nokogiri = 1.5.10(by Brian Pitts [email protected])
- fix issue with network activation (by Brian Pitts [email protected])
- restrict version of vagrant > 1.3.0
- enable parallelization (by Brian Pitts [email protected])
- Fixed namespace collision with ruby-libvirt library which used by vagrant-kvm provider.(by Hiroshi Miura)
- enable nested virtualization for amd (by Jordan Tardif [email protected])
- Synced folder via NFS support.
- Routed private network support.
- Configurable ssh parameters in Vagrantfile via
config.ssh.*
. - Fixed uploading base box image to storage pool bug (buffer was too big).
- Private networks support.
- Creating new private networks if ip is specified and network is not available.
- Removing previously created networks, if there are no active connections.
- Guest interfaces configuration.
- Setting guest hostname (via
config.vm.hostname
).
- Bug fix in number of parameters for provisioner.
- Handle box URL when downloading a box.
- Support for running ssh commands like
vagrant ssh -c "bash cli"
- Cpu and memory settings for domains.
- IP is parsed from dnsmasq lease files only, no saving of IP address into files anymore.
- Tool for preparation RedHat Linux distros for box image added.
- Halt, suspend, resume, ssh and provision commands added.
- IP address of VM is saved into
$data_dir/ip
file. - Provider can be set via
VAGRANT_DEFAULT_PROVIDER
env variable.
- Initial release.