Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 928 Bytes

2024-03-14 - 1.4.0 - Support IPV6

  • Support :ipv_6_address on aws_ec2_contact_point (Thanks @jksy!)

2021-11-10 - 1.3.0 - Fix License!

  • Move from colorize to rainbow due to license incompatibiliy (Thanks @andyspix!)

2020-04-22 - 1.2.2 - Extra EC2 contact point

  • Added extra EC2 contact point with instance id and private DNS (for SSM usage)

2018-03-08 - 1.1.0 - Custom filters

  • Support extra filters for retrieving EC2 instances.
  • Allow customization of the stage filter value.
  • Improved description of the :aws_ec2_roles_tag variable.
  • Removed Gemfile.lock.
  • Order instances by name in the instances table.

2017-05-05 - 1.0.1 - Improved instances access

  • Turn instances result into a hash, being able to access the instance by its id.
  • Fixed aws_ec2 not being exposed to SSHKit.

2017-05-05 - 1.0.0 - Initial Release

  • Add servers from multiple regions.
  • Access EC2 client with the DSL in your custom tasks.