Releases: terraform-aws-modules/terraform-aws-ecs
Releases Β· terraform-aws-modules/terraform-aws-ecs
v5.2.0
5.2.0 (2023-06-05)
Features
- Add support for setting placement constraints separately between service and task definition (#93) (a111e5d)
v5.1.0
5.1.0 (2023-06-05)
Features
- Add option to ignore
load_balancer
changes to ECS service (#81) (24bd1d8)
v5.0.2
5.0.2 (2023-06-03)
Bug Fixes
- Missing field LogConfiguration.LogDriver error when enable_cloudwatch_logging is false (#91) (8ca6fd4)
v5.0.1
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
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
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
4.1.2 (2022-11-07)
Bug Fixes
- Update CI configuration files to use latest version (#71) (2f68113)
v4.1.1
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
4.1.0 (2022-06-29)
Features
- Export cluster name since cluster ID is exporting the ARN (#67) (8c9273f)
v4.0.2
4.0.2 (2022-06-20)
Bug Fixes
- Complete example EC2 instance cluster joining issue (#64) (81a7a56)