v2.0.0 (đ Green Apple)
What's new
task-definition was renamed tocontainer-definition- added support for
task-definition andservice-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"