All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.2 (2024-10-24)
2.1.1 (2024-10-03)
2.1.0 (2024-09-05)
2.0.0 (2024-08-06)
- AWS SDK v3 upgrade contains some backward incompatible changes.
- add ad-hoc task runs (#304) (b3a528e)
- add new parameters and tests to one-off task feature (#593) (67393b6)
- Add CodeDeploy deployment config name parameter (4b15394)
- Link to events v2 url (#588) (1a69dae)
- pass maxWaitTime in seconds (b5c6c3f)
- waiter options (a15de3c)
1.6.0 (2024-07-18)
Please note that this is a backward incompatible release with the upgrade to AWS SDK v3. We recommend using v2 of this Github action which includes the SDK upgrade, and update your task definition parameters to adhere to the specification defined in AWS documentation here.
- Add CodeDeploy deployment config name parameter (4b15394)
1.5.0 (2024-05-07)
1.4.11 (2023-01-04)
1.4.10 (2022-09-30)
- support new 'ECS' deployment type rather than relying on a null value (#387) (b74b034)
- Use correct host for China region console (#309) (bfe35b5)
1.4.9 (2022-01-18)
- Strict Mode Deprecation (ec3c2b2)
1.4.8 (2021-11-23)
1.4.7 (2021-07-13)
1.4.6 (2021-06-02)
1.4.5 (2021-05-10)
1.4.4 (2021-02-23)
1.4.3 (2021-02-08)
- 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)
1.4.1 (2020-12-22)
- forceNewDeployment input to take a boolean (#150) (06f69cf)
- forceNewDeployment to be a boolean (#140) (9407da9)
1.4.0 (2020-10-29)
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)
1.3.0 (2020-04-22)
1.2.0 (2020-04-02)
1.1.0 (2020-03-05)
- add option to specify number of minutes to wait for deployment to complete (#37) (27c64c3), closes #33