Version 1.1.0 adds support for ECS' task role capabilities and boto's `--task-role-arn` option. It introduces a new CLI parameter `-r` or `--role` to set a task role ARN on demand.
1.0.0
- Run a one-off task, based on an existing task definition - https://github.com/fabfuel/ecs-deploy#run-a-one-off-task - Set up New Relic credentials via environment variables: - https://github.com/fabfuel/ecs-deploy#new-relic
0.3.0
Environment Management
Add or change environment variables with the new `-e` or `--env` parameter:
If providing an API key and Application ID via the new parameters `--newrelic-apikey` and `--newrelic-appid` ecs will record the deployment in New Relic.
Optionally you can overwrite the user who triggered the deployment via `--user`and add additional information about the changes via `--comment`.