Releases: theonestack/hl-component-ecs-service
Releases · theonestack/hl-component-ecs-service
2.17.2
What's Changed
- Add task role parameter by @jay72487 in #69
- Update spec tests by @tarunmenon95 in #70
New Contributors
Full Changelog: 2.17.1...2.17.2
2.17.1
What's Changed
- fix: secretsmanager valuefrom task definition by @raykrishardi in #68
New Contributors
- @raykrishardi made their first contribution in #68
Full Changelog: 2.17.0...2.17.1
2.17.0
What's Changed
- Feature/cognito support by @tarunmenon95 in #67
New Contributors
- @tarunmenon95 made their first contribution in #67
Full Changelog: 2.16.0...2.17.0
2.16.0
What's Changed
- allows setting EphemeralStorage for a task definition
Usage:
ephemeral_storage:
SizeInGiB: 50
Full Changelog: 2.15.0...2.16.0
2.15.0
What's Changed
- Allows passing -1 for DesiredCount which means DesiredCount on the ECS service isn't set. This is useful when you want to do a deployment without changing the desired count which is often the the case with autoscaled services
Full Changelog: 2.14.0...2.15.0
2.14.0
2.13.2
- ability to set the loggroup name
2.13.1
- add support for start and stop timeouts in the ECS task definition
2.13.0
- Add multiline pattern option for task def logs
2.12.0
- add support for multiple target groups either by parameter or creating targetgroups