Skip to content

Latest commit

 

History

History
75 lines (36 loc) · 4.7 KB

CHANGELOG.md

File metadata and controls

75 lines (36 loc) · 4.7 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.1 (2020-12-22)

Bug Fixes

  • forceNewDeployment input to take a boolean (#150) (06f69cf)
  • forceNewDeployment to be a boolean (#140) (9407da9)

1.4.0 (2020-10-29)

Features

1.3.10 (2020-09-29)

1.3.9 (2020-08-25)

1.3.8 (2020-08-11)

1.3.7 (2020-07-17)

1.3.6 (2020-07-14)

1.3.5 (2020-06-30)

1.3.4 (2020-06-09)

1.3.3 (2020-05-27)

1.3.2 (2020-05-18)

1.3.1 (2020-05-08)

Bug Fixes

1.3.0 (2020-04-22)

Features

  • Add more debugging, including link to the ECS or CodeDeploy console (#56) (f0b3966)

1.2.0 (2020-04-02)

Features

  • clean empty arrays and objects from the task def file (#52) (e64c8a6)

1.1.0 (2020-03-05)

Features

  • add option to specify number of minutes to wait for deployment to complete (#37) (27c64c3), closes #33

1.0.3 (2020-02-06)

1.0.2 (2020-02-06)

Bug Fixes

  • Ignore task definition fields that are Describe outputs, but not Register inputs (70d7e5a), closes #22
  • Match package version to current tag version (2c12fa8)
  • Reduce error debugging (7a9b7f7)