Releases: DNXLabs/docker-ecs-deploy
Releases · DNXLabs/docker-ecs-deploy
1.5.0
Include Fargate service type when running tasks inside of the cluster.
2.1.0
- Improve registry workflow.
2.0.0
NEW RELEASE - 2.0.0
- Remake deploy script to show a better log structure.
- Improve deployment time.
#14
1.4.3
Updated the AWS CLI to add new features
1.4.2
BUGFIXES:
- Fixes bug caused by task ARN coming with cluster name, causing script to not find logs
1.4.1
FEATURES
- Script to register task definition without a deployment (bump)
1.4.0
FEATURES
- Script to register task definition without a deployment
1.3.2
BUGFIXES
- Fixing bug where tail-task-logs would fail if log stream doesn't exist and task fails to start
1.2.0
ENHANCEMENTS
- Concurrent deployments: Variable
DEPLOY_CONCURRENCY_MODE=wait|fail
to wait or fail if a previous deployment is running