vagrant-aws/CHANGELOG.md

97 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

# 0.6.1
* Added configurable instance state check interval
# 0.6.0 (December 13, 2014)
2014-08-29 04:46:08 +00:00
* Support static Elastic IP addresses.
* Support for creating AMIs with the `vagrant package`
2014-08-29 04:46:08 +00:00
2014-06-22 20:03:35 +00:00
# 0.5.0 (June 22, 2014)
2013-10-12 01:31:12 +00:00
* Support for associating public IPs for VMs inside of VPCs (GH
[#219](https://github.com/mitchellh/vagrant-aws/pull/219), GH
[#205](https://github.com/mitchellh/vagrant-aws/issues/205))
* Bug-fix for per region configs with `associate_public_ip` (GH
[#237](https://github.com/mitchellh/vagrant-aws/pull/237))
* rsyncing folders uses `--delete` flag to better emulate "real shared folders
(GH [#194](https://github.com/mitchellh/vagrant-aws/pull/194))
2014-06-22 19:49:46 +00:00
* fog gem version bumped to 1.22 (GH [#253](https://github.com/mitchellh/vagrant-aws/pull/253))
2014-06-26 19:08:56 +00:00
* Simple ELB support (GH [#88](https://github.com/mitchellh/vagrant-aws/pull/88),
GH [#238](https://github.com/mitchellh/vagrant-aws/pull/238))
2013-12-17 03:55:42 +00:00
# 0.4.1 (December 17, 2013)
* Update fog.io to 1.18.0
* Fix sync folder user permissions (GH #175)
* Fix vagrant < 1.3.0 provisioner compatibility (GH #173)
* Add vagrant 1.4.0 multiple SSH key support (GH #172)
* Fix EIP deallocation bug (GH #164)
* Add (per shared folder) rsync exclude flag (GH #156)
2013-10-12 01:18:17 +00:00
# 0.4.0 (October 11, 2013)
2013-09-02 17:04:43 +00:00
2013-09-22 23:17:25 +00:00
* Handle EIP allocation error (GH #134)
* Implement halt and reload (GH #31)
2013-09-27 04:25:21 +00:00
* rsync ignores Vagrantfile
* warn if none of the security groups allows incoming SSH
2013-10-17 23:34:46 +00:00
* bump fog.io to 1.15.0
2013-09-27 20:49:44 +00:00
* Fix rsync on windows (GH #77)
2013-10-11 22:17:30 +00:00
* Add `ssh_host_attribute` config (GH #143)
2013-09-02 17:04:43 +00:00
2013-09-02 16:58:21 +00:00
# 0.3.0 (September 2, 2013)
2013-04-19 16:18:04 +00:00
2013-04-23 19:13:43 +00:00
* Parallelize multi-machine up on Vagrant 1.2+
* Show proper configuration errors if an invalid configuration key
is used.
2013-04-19 20:16:47 +00:00
* Request confirmation on `vagrant destroy`, like normal VirtualBox + Vagrant.
2013-04-25 21:35:20 +00:00
* If user data is configured, output is shown on "vagrant up" that
it is being set.
2013-08-29 03:09:31 +00:00
* Add EIP support (GH #65)
* Add block device mapping support (GH #93)
* README improvements (GH #120)
* Fix missing locale message (GH #73)
2013-08-29 10:43:49 +00:00
* SyncFolders creates hostpath if it doesn't exist and `:create` option is set (GH #17)
2013-08-29 11:07:53 +00:00
* Add IAM Instance Profile support (GH #68)
2013-09-02 16:51:46 +00:00
* Add shutdown behavior support (GH #125,#131)
2013-04-19 16:18:04 +00:00
2013-04-18 21:24:27 +00:00
# 0.2.2 (April 18, 2013)
* Fix crashing bug with incorrect provisioner arguments.
2013-04-16 22:03:28 +00:00
# 0.2.1 (April 16, 2013)
* Got rid of extranneous references to old SSH settings.
2013-04-16 21:58:31 +00:00
# 0.2.0 (April 16, 2013)
2013-04-09 22:41:37 +00:00
2013-04-16 21:43:39 +00:00
* 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.
2013-04-16 21:48:12 +00:00
* Connection can now be done using IAM profiles. [GH-41]
2013-04-09 22:41:37 +00:00
2013-04-09 22:40:57 +00:00
# 0.1.3 (April 9, 2013)
2013-03-22 22:10:28 +00:00
2013-04-09 21:59:44 +00:00
* The `AWS_ACCESS_KEY` and `AWS_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.
2013-04-09 22:00:25 +00:00
* Implement `:disabled` flag support for shared folders. [GH-29]
2013-04-09 22:13:40 +00:00
* `aws.user_data` to specify user data on the instance. [GH-26]
2013-03-22 22:10:28 +00:00
2013-03-22 21:30:54 +00:00
# 0.1.2 (March 22, 2013)
2013-03-22 21:22:48 +00:00
* Choose the proper region when connecting to AWS. [GH-9]
* Configurable SSH port. [GH-13]
* Support other AWS-compatible API endpoints with `config.endpoint`
and `config.version`. [GH-6]
2013-03-22 21:30:04 +00:00
* Disable strict host key checking on rsync so known hosts aren't an issue. [GH-7]
2013-03-22 21:22:48 +00:00
2013-03-18 16:18:45 +00:00
# 0.1.1 (March 18, 2013)
* Up fog dependency for Vagrant 1.1.1
2013-03-14 15:50:28 +00:00
# 0.1.0 (March 14, 2013)
* Initial release.