Skip to content

Releases: umotif-public/terraform-aws-ecs-fargate

8.0.0 - 5.x compatibility + container_name mandatory

24 Jul 15:09
dae529d
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE
container_name now must be set for target_group.

This variable can be set via var.container_name or can be set via var.name_prefix.

The purpose behind this change is to accommodate the requirement of using an external container definition where the container name(s) are set externally to the module and, therefore, must be set within target_group.

Please refer to any of the examples to understand this change.

Full Changelog: 7.0.0...8.0.0

7.0.0 - Refactored `container_definitions`

12 Apr 14:44
9909245
Compare
Choose a tag to compare

What's Changed

  • Refactored container definitions out of module by @Ohid25 in #69

Potentially Breaking Changes

This applies only if you want to migrate to using external container definitions and are migrating from ~> 6.7.0 to ~> 7.0.0

With the introduction of using an external container definitions module to manage, cloudwatch log groups need to be created externally to the module. The log group arn + enable_logs = false should then be passed into the module.

Full Changelog: 6.7.1...7.0.0

6.7.1 - Make open egress security rule optional

28 Mar 11:05
98c991c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.7.0...6.7.1

6.7.0 - Add two new features

01 Feb 13:08
4e19b40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.6.0...6.7.0

6.6.0 - Add new circuit breaker feature

02 Nov 15:03
2d3a019
Compare
Choose a tag to compare

What's Changed

  • Add new circuit breaker feature by @Ohid25 in #63

Full Changelog: 6.5.2...6.6.0

6.5.2 - Add entrypoint to task definition parameters

04 Aug 10:17
9fab57f
Compare
Choose a tag to compare

What's Changed

  • Add entrypoint to task definition parameters by @Ohid25 in #61

Full Changelog: 6.5.1...6.5.2

6.5.1

13 Jul 21:58
73fbe84
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.5.0...6.5.1

6.5.0

12 May 14:48
ce9727a
Compare
Choose a tag to compare

Features:

Bug Fixes:

  • Enable containerDefinitions portMappings to use target_groups container_ports by @networkprogrammer in #59

New Contributors

Full Changelog: 6.4.2...6.5.0

6.4.2 - Updating examples to be compatible with AWS Provider 4.x

11 Mar 11:50
88dfdde
Compare
Choose a tag to compare

What's Changed

  • fix: setting task_health_command to null by @Ohid25 in #49
  • Refactor examples to work with provider 4.0.0+ by @Ohid25 in #53

Full Changelog: 6.4.1...6.4.2

6.4.1

14 Dec 10:59
9409b62
Compare
Choose a tag to compare
  • Split task_health into two variables