Releases: aws/amazon-ecs-cli
Releases · aws/amazon-ecs-cli
Amazon ECS CLI - Release v1.7.0
1.7.0
- Feature - Add support for container health check (#472)
- Feature - Add support for devices (#508)
- Bug - Fix error in ps command (#522)
- Bug - Fix error using ENV variables with docker compose v3 (#537)
- Bug - Fix memory validation in containers (#546)
- Bug - Fix log message for container resource overrides
- Bug - Add missing cn-northwest-1 region in Cloudformation template (#552)
- Enhancement - Add waiter for service creation (#79)
Amazon ECS CLI - Release v1.6.0
1.6.0
- Feature - Add support for docker Compose file version 3 (#218)
- Feature - Add support for environmental variables in ecs-params.yml (#530)
- Feature - Add support for named volumes (#481)
- Bug - Fix support for slashes in image names (#361)
- Bug - Fix stack timeout message for CFN stack deletion
- Bug - Fix exit code to be 1 for all CLI usage errors (#490)
- Enhancement - Add Pull Request template (#492)
Amazon ECS CLI - Release v1.5.0
1.5.0
- Feature - Add support for tmpfs
- Feature - Add support for shm_size
- Feature - Add Amazon ECS PGP Public Key and instructions on verifying signatures
- Feature - Retrieve ECS AMI ID from SSM on cluster creation
Amazon ECS CLI - Release v1.4.2
1.4.2
- Feature - Update AMI to amzn-ami-2017.09.k-amazon-ecs-optimized
Amazon ECS CLI - Release v1.4.1
1.4.1
- Bug - Ensure tests pass on go 1.10
- Enhancement - Support longer resource IDs in Cloudformation template
Amazon ECS CLI - Release v1.4.0
1.4.0
- Feature - Update AMI to amzn-ami-2017.09.j-amazon-ecs-optimized
- Feature - Add force-deployment flag to compose service (#144)
- Feature - Support aws_session token in ECS Profiles (#415)
- Feature - Add support for us-gov-west-1
- Bug - Fix YAML parse warnings on networks field (#237)
- Enhancement - Add issue template
Amazon ECS CLI - Release v1.3.0
1.3.0
- Feature - Update AMI to amzn-ami-2017.09.g-amazon-ecs-optimized
- Feature - Add health-check-grace-period flag for compose service up
- Feature - Add empty flag for cluster up
Amazon ECS CLI - Release v1.2.2
1.2.2
- Feature - Update AMI to amzn-ami-2017.09.f-amazon-ecs-optimized
Amazon ECS CLI - Release v1.2.1
- Feature - Update AMI to amzn-ami-2017.09.e-amazon-ecs-optimized
Amazon ECS CLI - Release v1.2.0
- Feature - Added
--create-log-groups
flag to create the CloudWatch log groups specified in your compose file. #389 - Feature - Add support for region ap-south-1, sa-east-1, and eu-west-3
- Enhancement - Update CloudFormation template with all available instance types #379
- Enhancement - Make
ecs-cli scale
compatible with CloudFormation Templates created by the ECS Console #390 - Bug - Fixed
ecs-cli up
with EC2 Launch Type and a custom instance role #394 - Bug - Make
ecs-cli scale
compatible with CloudFormation templates created by older version of the ECS CLI #330