Skip to content

v2.0.0 (🍏 Green Apple)

Compare
Choose a tag to compare
@pzeballos pzeballos released this 20 Sep 14:50
· 103 commits to master since this release
97fb7ac

What's new

  • task-definition was renamed to container-definition
  • added support for task-definition and service-definition parameters

All these changes should help move this plugin to better support Fargate. #77 @aleksclark / @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecs-deploy#v1.4.1:
+     ecs-deploy#v2.0.0:
        cluster: "my-ecs-cluster"