Releases: silinternational/ecs-deploy
Releases · silinternational/ecs-deploy
Allow change/replace repo for an image in task definition
Merge pull request #209 from silinternational/develop Release 3.9.0 - Allow change/replace repo for an image in task definition
Task def from file, health check from task def, enhanced run-task, Alpine 3.12
- Adding support for loading task definition from file via --task-definition-file
- Updating service now checks task definition for a health check definition to determine if it should wait for RUNNING status or HEALTHY
- Enhanced --run-task with new optional parameters for --wait-for-success, --launch-type, and --network-configuration
- Update Docker image to alpine:3.12
Thanks to @majdarbash, @nakulpathak3, and @maslakov for their contributions!
Add GitHub Action support
Merge pull request #199 from silinternational/develop Add Github Action support
Upgrade Alpine, support executionRoleArn, fix unbound variable errors
This release incorporates a few PRs, special thanks to the contributors:
- @kakakakakku for updating Alpine to 3.8
- @bobdoah for help with unbound variables
- @taka011239 for better Fargate support
- @yu-orz for adding executionRoleArn support
Add flag for using the latest task definition
--use-latest-task-def Will use the most recently created task definition as it's base, rather than the last used.
Corrections in usage/docs
Merge pull request #151 from silinternational/develop 3.5.1 - Fix docs
Several new features and bug fixes
Merged in several PRs:
- #112 - Avoid Bash Expansions
- #118 - Update only task definition (without service)
- #141 - Add support for "force new deployment"
- #148 - Add "skip deployments check" to speed up deployment and not wait for deployment to finish before exiting
- #150 - Add --run-task option for running one off tasks (not ongoing service)
Big thanks to @fbenz, @eguven, @kakakakakku, @Kostanos, and @nazo for their contributions to this release.
Adding assume role support
Merge pull request #140 from silinternational/develop Release 3.4.0 - Adding assume role support
Fargate and placementConstraints support
Merge pull request #139 from silinternational/develop Release 3.3.0 - Fargate and placementConstraints support
Support multi-level releases
Merge pull request #106 from silinternational/develop Support multi-level images