Skip to content

v2.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 15:53
· 290 commits to v2 since this release

Changelog

  • Fix --suspend-auto-scaling and --resume-auto-scaling didn't work. (#497 @fujiwara)
  • Fix ECS service cannot wait stable that uses CodeDeploy. (#500 @hrfmmr, #502, #504)
  • Fix run --revision flags doesn't work with --skip-task-definition (#505 @fujiwara)
    • v2.0.4 shows warnings when --latest-task-definition and --revision flag both. The --revision is preferred.
  • Add delete --terminate flag. (#512 @fujiwara)
    • By historical reason, ecspresso delete --force means "without confirmation". But aws ecs delete-service --force means "delete the service and related tasks".
    • A --terminate flag provides behavior the same as aws ecs delete-service --force.