Skip to content

Releases: terraform-aws-modules/terraform-aws-ecs

v5.2.0

05 Jun 18:11
Compare
Choose a tag to compare

5.2.0 (2023-06-05)

Features

  • Add support for setting placement constraints separately between service and task definition (#93) (a111e5d)

v5.1.0

05 Jun 17:54
Compare
Choose a tag to compare

5.1.0 (2023-06-05)

Features

  • Add option to ignore load_balancer changes to ECS service (#81) (24bd1d8)

v5.0.2

03 Jun 11:22
Compare
Choose a tag to compare

5.0.2 (2023-06-03)

Bug Fixes

  • Missing field LogConfiguration.LogDriver error when enable_cloudwatch_logging is false (#91) (8ca6fd4)

v5.0.1

26 Apr 20:34
Compare
Choose a tag to compare

5.0.1 (2023-04-26)

Bug Fixes

  • Ensure that launch type is not specified when a capacity provider strategy is set on a service (#80) (873cccf)

v5.0.0

21 Apr 11:33
Compare
Choose a tag to compare

5.0.0 (2023-04-21)

⚠ BREAKING CHANGES

  • Add support for creating ECS service and container definition (#76)
    • Add support for creating cluster CloudWatch log group
    • Add support for ECS service connect
    • Add support for creating task execution from cluster module; this is for scenarios where you wish to create one task execution role shared across tasks within the cluster (there is also support for individual task execution role at the service level)
    • Add support for creating container definition within HCL; this is consumed by the service sub-module

Features

  • Add support for creating ECS service and container definition (#76) (57244e6)

v4.1.3

24 Jan 21:40
Compare
Choose a tag to compare

4.1.3 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#73) (fbff232)

v4.1.2

07 Nov 19:44
Compare
Choose a tag to compare

4.1.2 (2022-11-07)

Bug Fixes

  • Update CI configuration files to use latest version (#71) (2f68113)

v4.1.1

25 Jul 19:04
Compare
Choose a tag to compare

4.1.1 (2022-07-25)

Bug Fixes

  • Allow for both Fargate and EC2/Autoscaling capacity providers in same cluster (#69) (9cb2b84)

v4.1.0

29 Jun 15:22
Compare
Choose a tag to compare

4.1.0 (2022-06-29)

Features

  • Export cluster name since cluster ID is exporting the ARN (#67) (8c9273f)

v4.0.2

20 Jun 14:00
Compare
Choose a tag to compare

4.0.2 (2022-06-20)

Bug Fixes

  • Complete example EC2 instance cluster joining issue (#64) (81a7a56)