Releases: aws/amazon-ecs-cli
Releases · aws/amazon-ecs-cli
Amazon ECS CLI - Release v1.14.0
Amazon ECS CLI - Release v1.13.1
1.13.1
- Bug - Fix
ecs-cli up
so that container instances with tags successfully join cluster (#744)
Amazon ECS CLI - Release v1.13.0
1.13.0
- Feature - Add support for specifying Scheduling Strategy on
compose service create
andup
(#540) - Feature - Add
check-attributes
command to verify that task definition requirements are present on a set of container instances (#444) - Feature - Add support for instances with
arm64
architechture - Feature - Add
--desired-status
flag to allps
commands to allow filtering for "STOPPED" or "RUNNING" containers (#400) - Feature - Add support for tagging resources created by the ecs-cli. Tagging is supported on
ecs-cli up
,ecs-cli push
,ecs-cli registry-creds up
and allecs-cli compose
commands with use of the--tags
flag. (#670) - Feature - Add support for ECR FIPS endpoints on
push
andpull
commands (partially addresses #697) - Feature - Add support for
tty
attribute in compose projects (#705)
Amazon ECS CLI - Release v1.12.1
Amazon ECS CLI - Release v1.12.0
1.12.0
- Feature - Add support for IPC and PID Docker flags #669
Amazon ECS CLI - Release v1.11.1
- Bug - Revert IPC/PID flags due to bad default behavior #667
Amazon ECS CLI - Release v1.11.0
Amazon ECS CLI - Release v1.10.0
1.10.0
Amazon ECS CLI - Release v1.9.0
1.9.0
- Feature - Add support for Service Discovery (#485)
- Feature - Add support for EC2 Spot Instances in ECS Clusters (#396)
- Feature - Add support for custom user data (#16)
- Bug - Fix error using env vars with nil value (#620)
- Enhancement - Improve
logs
command behavior and error handling (#612) - Enhancement - Add support for GO 1.11 (#632)
- Enhancement - Add support for new EC2 Instance types (#630, #618)
Amazon ECS CLI - Release v1.8.0
1.8.0
- Feature - Add support for volumes with docker volume configuration in ECS Params #587
- Feature - Add support for task placement constraints and strategies in ECS Params (#515, #212)
- Feature - Add
--force-update
oncompose up
to force re-creation of tasks - Feature - Add support for specifying Private Registry Authentication credentials in ECS Params #573