Skip to content

v2.1.0 (☁️ Cloudy Day)

Compare
Choose a tag to compare
@pzeballos pzeballos released this 05 Jul 17:37
· 56 commits to master since this release
52dcca4

What's new

  • Use array expansion compatible with older bash (#93) @sj26
  • Use plugin tester (#94) @toote
  • Fix query quote tests (#92) @sj26

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     ecs-deploy#v2.0.1:
+     ecs-deploy#v2.1.0:
        cluster: "my-ecs-cluster"