- Handle EIP allocation error (GH #134)
- Implement halt and reload (GH #31)
- rsync ignores Vagrantfile
- warn if none of the security groups allows incoming SSH
- bump fog.io to 1.15.0
- Fix rsync on windows (GH #77)
- Add
ssh_host_attribute
config (GH #143)
- Parallelize multi-machine up on Vagrant 1.2+
- Show proper configuration errors if an invalid configuration key is used.
- Request confirmation on
vagrant destroy
, like normal VirtualBox + Vagrant. - If user data is configured, output is shown on "vagrant up" that it is being set.
- Add EIP support (GH #65)
- Add block device mapping support (GH #93)
- README improvements (GH #120)
- Fix missing locale message (GH #73)
- SyncFolders creates hostpath if it doesn't exist and
:create
option is set (GH #17) - Add IAM Instance Profile support (GH #68)
- Add shutdown behavior support (GH #125,#131)
- Fix crashing bug with incorrect provisioner arguments.
- Got rid of extranneous references to old SSH settings.
- Add support for
vagrant ssh -c
[GH-42] - Ability to specify a timeout for waiting for instances to become ready. [GH-44]
- Better error message if instance didn't become ready in time.
- Connection can now be done using IAM profiles. [GH-41]
- The
AWS_ACCESS_KEY
andAWS_SECRET_KEY
will be used if available and no specific keys are set in the Vagrantfile. [GH-33] - Fix issues with SSH on VPCs, the correct IP is used. [GH-30]
- Exclude the ".vagrant" directory from rsync.
- Implement
:disabled
flag support for shared folders. [GH-29] aws.user_data
to specify user data on the instance. [GH-26]
- Choose the proper region when connecting to AWS. [GH-9]
- Configurable SSH port. [GH-13]
- Support other AWS-compatible API endpoints with
config.endpoint
andconfig.version
. [GH-6] - Disable strict host key checking on rsync so known hosts aren't an issue. [GH-7]
- Up fog dependency for Vagrant 1.1.1
- Initial release.