- Dotfile (.ec2ssh) format has been changed from YAML to Ruby DSL.
- Refactored
- Add ssh_options (#11) Thanks to @frsyuki
- Change thor version specifier from 0.14.6 to 0.14 (#13) Thanks to @memerelics
- Updated README.md along with fixing a bug at version 2.0.4 (#9)
- Store multiple hosts info per
--aws_key
(#8)
- Fix bug: Fix undefined method
empty?
when aws keys not set Thanks to @2get #6
- Fix bug: Raises nil.empty? exception on ec2ssh update if there're ec2 instances which have empty Name tag. Thanks to @chiastolite #4
- Fix bugs around initializing dotfile.
-
Add dotfile (.ec2ssh); supports multiple aws keys with
$ ec2ssh update --aws-key keyname
option. Thanks to @kentaro #3 -
Replace a gem
ktheory-right_aws
withaws-sdk
. -
Write tests.
- Surpress thor warnings. Thanks to @mururu #1, @sanemat #2
- Fix bug: Blank HostName is created if there're some "stopped" instances.
- First Release.