v0.6.0 (2021-02-23)
Closed issues:
- How to add instance <public_ip> filed to
ec2 ls
output message? #55 - Update region environment variable from shell prompt #53
- Running hubot-aws on AWS Lambda? #43
Merged pull requests:
- Adds scripts to work with IAM users and group #58 (arifcse019)
- Add ec2 instance ins.PublicIpAddress #57 (lazysa)
- Stopped supporting nodejs 0.12 #56 (yoheimuta)
- Typo corrections and README update. #51 (deep-spaced)
- solves issue #34 #49 (toadkicker)
- implement #36 #48 (toadkicker)
v0.5.0 (2016-08-19)
Merged pull requests:
- Issue #39 - Add SNS Support #47 (toadkicker)
- Upgrade moment to 2.13.0 #45 (waniji)
v0.4.0 (2016-06-27)
Merged pull requests:
v0.3.1 (2016-06-23)
Merged pull requests:
v0.3.0 (2016-01-07)
Merged pull requests:
v0.2.0 (2015-10-11)
Implemented enhancements:
- Enable to create tags when hubot ec2 run #28
- Add commands to control EC2 tags #27
- Enable to pass a config file path #26
- Support json as well as cson #25
Closed issues:
- Make easy to read help and README #29
Merged pull requests:
- Added command of ec2 tag [ls|create|delete] #33 (yoheimuta)
- Added example json files #32 (yoheimuta)
- Make easy to read full spec in each file and README #31 (yoheimuta)
- Enabled to pass configpath arg/26 #30 (yoheimuta)
v0.1.0 (2015-10-09)
Implemented enhancements:
- Describe and delete images (AMI) #20
- Added tests and CI #19
- Fixed function name of get_arg_params from snake case to camel case #16
- Fixed the command match logic to more flexible #1
Fixed bugs:
- typo: hubot ec2 run --image-id=[ami-id] #17
Merged pull requests:
- (refs #1)Changed how to capture arg params #24 (yoheimuta)
- (refs #20)Support ami api to create, deregister and ls #23 (yoheimuta)
- (refs #16)Fixed sneak case function names #22 (yoheimuta)
- Introduced grunt/19 #21 (yoheimuta)
v0.0.5 (2015-07-01)
Merged pull requests:
v0.0.4 (2015-05-06)
Implemented enhancements:
- Set maxsize of autoscaling when autoscaling create with capacity #9
- Prepared example cson files to run ec2 and autoscaling #7
- Enabled to give an ami-id as an argument to commands of
ec2 run
andautoscaling launch create
#6 - Handled error of not found the resource like *.cson #3
Fixed bugs:
- Bug: a command of autoscaling notification put invokes a wrong AWS API #8
- Fixed to output a wrong name of the instance that has no name in a command of ec2 ls #5
Merged pull requests:
- (refs #6)Overrode image-id(=ami-id) of cson by a given one #15 (yoheimuta)
- (refs #7)Prepared example files of env and cson to show reference settings #14 (yoheimuta)
- (refs #3)Checked error of not found about a cson file #13 (yoheimuta)
- (refs #5)Set [NoName] as default ec2 name if the name is empty #12 (yoheimuta)
- (refs #9)Set maxsize of autoscaling group to avoid scale out when an argument of capacity is not empty #11 (yoheimuta)
- (refs #8)Fixed to invoke right apis about autoscaling notification #10 (yoheimuta)
v0.0.3 (2015-04-28)
Implemented enhancements:
- Created an autoscaling group with an argument of desiredCapacity #2
v0.0.2 (2015-04-28)
Merged pull requests:
v0.0.1 (2015-04-22)
* This Changelog was automatically generated by github_changelog_generator