Skip to content

Latest commit

 

History

History
117 lines (55 loc) · 7.32 KB

CHANGELOG.md

File metadata and controls

117 lines (55 loc) · 7.32 KB

Changelog

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

1.4.9 (2022-01-18)

Bug Fixes

  • Strict Mode Deprecation (ec3c2b2)

1.4.8 (2021-11-23)

1.4.7 (2021-07-13)

Bug Fixes

  • Container Definition Environment variables are being removed when empty (#224) (632a7fa)

1.4.6 (2021-06-02)

Bug Fixes

  • Cannot read property 'length' of undefined (#202) (8009d7d)

1.4.5 (2021-05-10)

1.4.4 (2021-02-23)

1.4.3 (2021-02-08)

Bug Fixes

  • allow empty values in proxyConfiguration.properties (#168) (3963f7f), closes #163
  • enable forceNewDeployment for ECS Task that is broken per #157 (#159) (4b6d445)

1.4.2 (2021-01-26)

Bug Fixes

  • ignore additional fields from task definition input (#165) (7727942)

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)