Skip to content

Latest commit

 

History

History
117 lines (53 loc) · 5.67 KB

CHANGELOG.md

File metadata and controls

117 lines (53 loc) · 5.67 KB

2.1.7 (2021-06-14)

Bug Fixes

2.1.6 (2021-03-16)

Bug Fixes

2.1.5 (2021-01-19)

Bug Fixes

  • variable type def for placement constraints (#40) (3a3f6f8)

2.1.4 (2021-01-14)

Bug Fixes

  • Add tags to the aws_ecs_task_definition resource (#48) (5d3b19f)

2.1.3 (2020-12-07)

Bug Fixes

2.1.2 (2020-10-01)

Bug Fixes

  • task-definition: update volumesFrom data type (#42) (9d61d38)

2.1.1 (2020-07-07)

Bug Fixes

  • use correct type for extraHosts directive (#39) (084ebe6)

2.1.0 (2020-06-29)

Features

  • allow task definitions to be used by Fargate (#37) (8e1e46c)

2.0.1 (2020-03-21)

Bug Fixes

  • update type of logConfiguration variable (#27) (041b144), closes #26

2.0.0 (2020-03-19)

Features

  • upgrade module to support Terraform 0.12.x (#24) (8998443)

BREAKING CHANGES

  • This module no longer supports Terraform versions 0.11.x. Please upgrade your version of Terraform and run the 0.12upgrade command. Visit the following URL for more information:

    https://www.terraform.io/docs/commands/0.12upgrade.html

  • fix: change Terraform download URL to latest in CI

1.2.1 (2019-12-24)

Bug Fixes

  • add checkout step to CircleCI config (d40ec70)
  • begin updating CI config (1f223b9)
  • remove nested job directive from CI config (958615c)

1.2.0 (2019-04-16)

Features

  • Add support for multiple containers (a7377e2), closes #9

1.1.0 (2019-04-11)

Features

  • Add register_task_definition input (430b1bf)

1.0.1 (2019-04-09)

Bug Fixes

  • Support negative values for ulimits (ca6f022)

1.0.0 (2019-04-09)

Features

  • Use semantic release for GitHub releases (be3151d)