Skip to content

Latest commit

 

History

History
176 lines (111 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

176 lines (111 loc) · 6.27 KB

Change Log

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

v3.3.0 - 2021-06-28

  • fix: Complete ECS example (IAM role not configured in ASG) (#45)

v3.2.0 - 2021-06-20

  • feat: Add GovCloud support (#44)

v3.1.0 - 2021-05-07

  • chore: Fixed code in example (#41)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#40)

v3.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#39)

v2.9.0 - 2021-04-11

  • feat: Add this_iam_instance_profile_arn output (#38)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#36)
  • fix: correct documentation based on update by terraform_docs (#35)
  • chore: add ci-cd workflow for pre-commit checks (#34)

v2.8.0 - 2021-02-20

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

v2.7.0 - 2021-01-30

  • fix: Fixed no capacity providers with a weight value greater than 0 error message (#30)

v2.6.0 - 2021-01-26

  • fix: Converting type of default_capacity_provider_strategy from map to list (#28)

v2.5.0 - 2020-11-09

  • feat: Added capacity providers options to ECS cluster (#25)
  • feat: add tags to ECS instance profile role (#21)

v2.4.0 - 2020-10-06

  • feat: Added IAM role id to outputs (#13)

v2.3.0 - 2020-06-29

  • feat: Add container insights (#10)

v2.2.0 - 2020-06-23

  • fix: make the example workable (#23)

v2.1.0 - 2020-06-23

  • fix: Remove the dependency of hard coded region and availability zones (#22)

v2.0.0 - 2019-06-09

  • Updated module to support Terraform 0.12 (#8)
  • Fixed formatting
  • Updated Terraform 0.12

v1.4.0 - 2019-06-09

  • Added changelog

v1.3.0 - 2019-03-08

  • Add tag support for ECS module

v1.2.0 - 2019-03-05

  • Updated pre-commit
  • Added cluster name to outputs

v1.1.0 - 2019-01-22

  • Run pre-commit -a
  • Add ARN output to README
  • Add arn output
  • Fix typos

v1.0.0 - 2018-05-20

  • Updated README.md
  • Added pre-commit hooks with docs
  • Use this_ in the outputs
  • Fix output when create cluster is false
  • Move ec2-instances to main.tf in the example for easier reading
  • Add link to examples from the readme
  • Remove fixed versions from other dependencies
  • Use _ instead of -in the resource name
  • Call the resource 'this'
  • Fix typo
  • Remove version: need to be able to run examples using latest automatically
  • Create only ECS resources nothing more
  • Adding EC2 instances
  • Update all to newest version
  • Add infrastructure to the example
  • Create ECS cluster

v0.0.1 - 2017-09-26

  • Initial commit
  • Initial commit