Releases: theonestack/hl-component-ecs-service
Releases · theonestack/hl-component-ecs-service
2.2.0
- support for fargate
- toggle between launch types EC2 and FARGATE (NOTE: memory must be set on the task for fargate to work correctly)
2.1.2
- Don't set DesiredCount when using the daemon scheduling strategy
2.1.1
bug fix for service discovery task policy
2.1.0
- support for AWS service discovery
- bug fixes for awsvpc networking
2.0.0
- Replace subnet az function with list of subnet ids
- added test cases
1.9.0
Improvements
- Add support for SchedulingStrategy
1.8.0
- additional volume config options
- support adding a privileged container
1.7.7
- fix typos
- set rule logical id
1.7.6
- remove to_int to allow refs to be passed in
1.7.5
memory_hard
config to support hard memory task limits