Skip to content

Releases: aws/amazon-ecs-cli

Amazon ECS CLI - Release v1.14.0

04 Apr 19:03
Compare
Choose a tag to compare

1.14.0

  • Feature - Add support for running tasks with GPU resources (#729)
  • Feature - Add support for init_process_enabled in container definition (#716)

Amazon ECS CLI - Release v1.13.1

12 Mar 20:10
Compare
Choose a tag to compare

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

07 Mar 19:12
Compare
Choose a tag to compare

1.13.0

  • Feature - Add support for specifying Scheduling Strategy on compose service create and up (#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 all ps 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 all ecs-cli compose commands with use of the --tags flag. (#670)
  • Feature - Add support for ECR FIPS endpoints on push and pull commands (partially addresses #697)
  • Feature - Add support for tty attribute in compose projects (#705)

Amazon ECS CLI - Release v1.12.1

13 Dec 19:13
Compare
Choose a tag to compare

1.12.1

  • Bug - Allow container mem_limit to be null if task mem_limit is set (#606)
  • Bug - Allow container mem_limit to be null if mem_reservation is set (#570)
  • Bug - Ensure that logger writes to stdout (#675)
  • Bug - Remove spurious warning for extends field in Compose files (#681)

Amazon ECS CLI - Release v1.12.0

20 Nov 22:38
Compare
Choose a tag to compare

1.12.0

  • Feature - Add support for IPC and PID Docker flags #669

Amazon ECS CLI - Release v1.11.1

20 Nov 01:08
Compare
Choose a tag to compare
  • Bug - Revert IPC/PID flags due to bad default behavior #667

Amazon ECS CLI - Release v1.11.0

20 Nov 00:12
Compare
Choose a tag to compare

1.11.0

  • Feature - Add support ECS Secrets for #664
  • Feature - Add support for IPC and PID flags #665
  • Feature - Add support for mandatory variables in docker-compose #651
  • Enhancement - Add support for FIPs endpoint when using ECR #666

Amazon ECS CLI - Release v1.10.0

25 Oct 23:19
Compare
Choose a tag to compare

1.10.0

  • Feature - Add registry-creds command as part of Private Registry Authentication workflow #652 #601
  • Feature - Use Amazon Linux 2 ECS Optimized AMI #647
  • Bug - Catch errors from missing user data files #646
  • Bug - Fix '--create-log-groups' to leave region for Service Discovery resources unchanged #644

Amazon ECS CLI - Release v1.9.0

18 Oct 21:42
Compare
Choose a tag to compare

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

07 Sep 18:33
Compare
Choose a tag to compare

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 on compose up to force re-creation of tasks
  • Feature - Add support for specifying Private Registry Authentication credentials in ECS Params #573