v0.4.0 (2018-12-19)
Elastic Whenever now supports Fargate launch type. Thanks @avinson.
From this release, ECS parameters must be passed as arguments. Previously, it supported schedule file variables, but it will be ignored.
# Before
$ elastic_whenever --set 'cluster=ecs-test&task_definition=oneoff-application:2&container=oneoff'
# After
$ elastic_whenever --cluster ecs-test --task-definition oneoff-application:2 --container oneoff
Enhancements
- update elastic_whenever for FARGATE launch type (#34)