Releases: geekcell/github-action-aws-ecs-run-task
Releases · geekcell/github-action-aws-ecs-run-task
Release v5.0.0
What's Changed
- Rename
task-stopped-max-wait-time
totask-stop-max-wait-time
⚠️ BREAKING⚠️ - Remove AWS SDKv2 by replacing SmokeTail with native SDKv3
- Create LogTail before the container is started by using
logStreamNamePrefixes
Full Changelog: v4...v5.0.0
Release v4.1.0
v4.1.0: PR #29 - Use linear backoff on the SDK v3 Waiter due to failure rate for short…
Release v4.0.0
What's Changed
- Upgrade AWS SDK to Version 3
- Fix Dependabot findings
- Replace task-stopped-wait-for-max-attempts with task-stopped-max-wait-time
⚠️ BREAKING⚠️ - Add new vars task-wait-until-stopped and task-start-max-wait-time
- Add simple tests
Full Changelog: v3...v4.0.0
Release v3.1.0
v3.1.0: PR #19 - Add new input "task-stopped-wait-for-max-attempts" to allow usage for…
Release v3.0.2
v3.0.2: PR #17 - Bump @babel/traverse from 7.23.0 to 7.23.2
Release v3.0.1
v3.0.1: PR #15 - Remove forgotten console.log
Release v3.0.0
v3.0.0: PR #14 - Try to fix release by versioning the dist file and readd check-dist w…
What's Changed
- Support container environment overrides by @briceburg in #10
- Line appender by @Ic3w0lf in #11
- Update README by @Ic3w0lf in #12
- Update node version and try to fix release workflow by @Ic3w0lf in #13
- Try to fix release by versioning the dist file and readd check-dist workflow by @Ic3w0lf in #14
New Contributors
- @briceburg made their first contribution in #10
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Upgrade dependencies to fix security issues
- Move ENV vars to outputs instead
- Add new output variable
log-output
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Initial release!