Skip to content

Releases: aws/amazon-ecs-cli

Amazon ECS CLI - Release v1.1.0

29 Nov 21:45
Compare
Choose a tag to compare
  • Feature - Add support for Task Networking
  • Feature - Add support for AWS Fargate
  • Feature - Add support for viewing Cloudwatch logs of an ECS task
  • Enhancement - Added Amazon Open Source Code of Conduct
  • Bug - Fix credential resolution using aws-profile #369

Amazon ECS CLI - Release v1.0.0

07 Nov 22:29
Compare
Choose a tag to compare
  • Feature - Add support for configuring multiple named ECS Profiles and Cluster Configurations #364
  • Feature - Update the Order of Resolution for Credentials and Region #351
  • Feature - Add support for Task Role Arn, Essential, and Network Mode with the —ecs-params flag #328
  • Feature - Add support for running the ECS CLI on Windows #354
  • Enhancement - Make keypair optional in ecs-cli up command #347
  • Enhancement - Update CloudFormation template with all available instance types #340
  • Bug - Change default cluster MinSize to 0 #336

Amazon ECS CLI - Release v0.6.6

23 Oct 19:17
Compare
Choose a tag to compare
  • Feature - Add support for region ap-northeast-2

Amazon ECS CLI - Release v0.6.5

03 Oct 22:20
Compare
Choose a tag to compare
  • Feature - Add support for cap_add and cap_drop
  • Feature - Update AMI to amzn-ami-2017.03.g-amazon-ecs-optimized
  • Enhancement - PS command displays private IPs when instance lacks a Public IP
  • Bug - All commands now return an error exit code for error cases #306

Amazon ECS CLI - Release v0.6.4

28 Aug 19:35
Compare
Choose a tag to compare
  • Feature - Update AMI to amzn-ami-2017.03.f-amazon-ecs-optimized

Amazon ECS CLI - Release v0.6.3

18 Aug 00:26
Compare
Choose a tag to compare
  • Feature - Update AMI to amzn-ami-2017.03.e-amazon-ecs-optimized
  • Feature - Support configurable timeout using new --timeout flag in ecs-cli compose service commands.
  • Enhancement - Print service events when ecs-cli compose service up is run
  • Feature - Support custom instance role by --instance-role flag in ecs-cli up command.

Amazon ECS CLI - Release v0.6.2

25 Jul 00:20
Compare
Choose a tag to compare
  • Enhancement - Support region cn-north-1

Amazon ECS CLI - Release v0.6.1

13 Jul 23:15
Compare
Choose a tag to compare
  • Enhancement - Support multiple compose files in compose commands
  • Enhancement - Support docker-compose.override.yml with compose commands
  • Bug - --cluster and --region flags can be specified both before and after compose and compose service subcommands

Amazon ECS CLI - Release v0.6.0

22 Jun 00:05
Compare
Choose a tag to compare
  • Feature - Update ami to amzn-ami-2017.03.c-amazon-ecs-optimized
  • Feature - Support cluster and region runtime flag for all ECS commands
  • Feature - Support --task-role-arn in compose commands
  • Feature - Support memory reservation in compose
  • Feature - ecs-cli up without auto-assigned IP address
  • Enhancement - Support Multiple Security Groups in the ecs-cli up
  • Enhancement - Support ecs-cli compose run with multiple containers and run command overrides
  • Enhancement - Support additional instance types p2, g2, and x1
  • Bug - Avoid SIGSEGV error when ec2InstanceID does not exist #231
  • Bug - Allow dashes “-“ in ecs-cli push #238
  • Bug - Allow ecs-cli compose up to have project name longer than 36 characters #97

Amazon ECS CLI - Release v0.5.0

30 Mar 18:15
Compare
Choose a tag to compare
  • Feature - Support ECR push, pull, and list images
  • Feature - Support existing ELB/ALB in CreateService
  • Feature - Update ami to amzn-ami-2016.09.g-amazon-ecs-optimized
  • Enhancement - Added r4 instance types
  • Bug - Add prompt to delete cluster #186
  • Bug - Creates new volume when there's no host path #201
  • Bug - ecs-cli configure truncates the file to avoid messing up the config file #216