Skip to content

amazon-ecs-cli-v2: Release v0.0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@efekarakus efekarakus released this 09 Mar 22:29
3e32cf8

🎉 Features and bug fixes

  • feat(#642): Add --profile flag to init to override default profile while creating the "test" environment.
  • feat(#630): Add pipeline delete command.
  • feat(#658): project delete now accepts an --env-profiles flag to delete multiple environments.
  • feat(#715): Add --port flag to init and app init.
  • fix(#658, #700): project delete is now idempotent and deletes all artifacts.
  • fix(#651): Service logs are now retained for 30 days instead of indefinitely.

🚨 Backwards incompatible changes

v0.0.6 is incompatible with v0.0.5, if you have an existing project please run ecs-preview project delete && ecs-preview init.

  • chore(#645): The layout of the ecs-project directory has changed! You can find your application's manifest now under ecs-project/{app}/manifest.yml.
    This change is necessary to support the upcoming feature: #644.
  • fix(#598): The path for your applications now defaults to {loadBalancerDNSName}/{appName} instead of {loadBalancerDNSName}/.
  • fix(#692): ECS service security groups are now created in the environment stack instead of application stack.

🙏 Contributions

  • chore(#721): put nonprod environments before prod when listing (thank you @sandyleo26 !)
  • feat(#589): Able to delete application from specific environment (thank you @wingkwong !)