Releases: umotif-public/terraform-aws-ecs-fargate
8.1.0 - New deployment alarms
What's Changed
- Added dynamic block for cloudwatch alarms by @Mohammed-afk91 in #75
New Contributors
- @Mohammed-afk91 made their first contribution in #75
Full Changelog: 8.0.0...8.1.0
8.0.0 - 5.x compatibility + container_name mandatory
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`
What's Changed
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
What's Changed
- Make egress rule configurable by @pabloandres13 in #71
New Contributors
- @pabloandres13 made their first contribution in #71
Full Changelog: 6.7.0...6.7.1
6.7.0 - Add two new features
What's Changed
- Add readonlyRootFilesystem to container_definition by @maordavidov in #64
- Add ecs-managed-tags parameter by @Ohid25 in #66
New Contributors
- @maordavidov made their first contribution in #64
Full Changelog: 6.6.0...6.7.0
6.6.0 - Add new circuit breaker feature
6.5.2 - Add entrypoint to task definition parameters
What's Changed
Full Changelog: 6.5.1...6.5.2
6.5.1
6.5.0
Features:
- Allow option to customise run_time platform by @MrHassanMurtaza in #56
- Add support for EnvironmentFiles in container definition by @Sherdycoder in #60
Bug Fixes:
- Enable containerDefinitions portMappings to use target_groups container_ports by @networkprogrammer in #59
New Contributors
- @networkprogrammer made their first contribution in #59
- @MrHassanMurtaza made their first contribution in #56
- @Sherdycoder made their first contribution in #60
Full Changelog: 6.4.2...6.5.0
6.4.2 - Updating examples to be compatible with AWS Provider 4.x
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