Skip to content

Latest commit

 

History

History
265 lines (158 loc) · 10.7 KB

CHANGELOG.md

File metadata and controls

265 lines (158 loc) · 10.7 KB

Change Log

All notable changes to this project will be documented in this file.

v3.9.0 - 2021-02-20

  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#129)

v3.8.0 - 2020-11-24

  • fix: Updated supported Terraform versions (#123)

v3.7.0 - 2020-10-06

  • fix: conver to dynamic tags to allow for empty values (#119)

v3.6.0 - 2020-08-13

  • feat: aws-provider version bump to >= 2.41, < 4.0 (#115)
  • feat: base64 encoded user_data (#107)
  • fix: Changed owner to amazon in examples (#105)

v3.5.0 - 2020-04-10

  • feat: Added max_instance_lifetime option for Auto Scaling Group (#98)
  • Updated aws_ec2 example with service_linked_role_arn
  • Adds service_linked_role (#77)
  • Updated pre-commit hooks
  • added encrypted option to root_block_device (#78)
  • Updated pre-commit hooks
  • Fixed example (health_check to map of strings) (#73)
  • Update for Terraform 0.12 (#68)

v2.12.0 - 2019-11-08

  • Added support for service_linked_role_arn (based on #70)
  • Corrected create launch configuration flag

v3.4.0 - 2019-11-08

  • Updated aws_ec2 example with service_linked_role_arn

v3.3.0 - 2019-11-08

  • Adds service_linked_role (#77)

v3.2.0 - 2019-11-08

  • Updated pre-commit hooks
  • added encrypted option to root_block_device (#78)

v3.1.0 - 2019-08-21

  • Updated pre-commit hooks
  • Fixed example (health_check to map of strings) (#73)
  • Update for Terraform 0.12 (#68)

v2.11.0 - 2019-06-08

  • Corrected create launch configuration flag

v3.0.0 - 2019-06-08

  • Update for Terraform 0.12 (#68)

v2.10.0 - 2019-06-08

v2.9.1 - 2019-01-01

  • Fixed typo (closes #49)

v2.9.0 - 2018-11-23

  • Added conditional for initial_lifecycle_hook parameter (#52)
  • Minor cleanup after #45

v2.8.0 - 2018-08-18

  • Fix to support externally created launch configurations (fix #43) (#45)

v2.7.0 - 2018-06-20

  • Allow recreation of ASG when LC changes (fixes #34) (#36)

v2.6.0 - 2018-06-03

  • Add lifecycle hooks create_before_destroy to the autoscaling group (#33)

v2.5.1 - 2018-05-16

  • Updated headers in README.md

v2.5.0 - 2018-05-16

  • Added pre-commit hook to autogenerate terraform-docs (#32)

v2.4.0 - 2018-05-16

  • Allow unlimited tags in ASG (#31)

v2.3.0 - 2018-04-23

  • Enable spot_price on launch configuration (#26)

v2.2.2 - 2018-04-09

  • Set default user_data to single char (#24)

v2.2.1 - 2018-03-15

  • Fixed tags as maps bug (#22)

v2.2.0 - 2018-03-14

  • Added readme about tags, updated example
  • ref #12 #1 - resolve tagging format difference (#19)

v2.1.0 - 2018-01-11

  • Launch configuration naming, tagging fix/clarity (#11)
  • Describe tag format (#12)

v2.0.0 - 2017-11-28

  • Merge ASG and LC submodules into one, added conditional creation (#10)

v1.2.0 - 2017-11-26

  • comment out output for target group arns (#9)

v1.1.0 - 2017-11-24

  • Removed output of target_group_arns (closes #7)

v1.0.4 - 2017-11-22

  • Disable output of load_balancers, because they are not always present

v1.0.3 - 2017-10-04

v1.0.2 - 2017-09-26

  • Added ASG with ELB example

v1.0.1 - 2017-09-26

  • TF: Correct list all the way down
  • TF: Fix passing list from main to ASG submodule

v1.0.0 - 2017-09-14

  • Added all code and README
  • Initial commit