Skip to content

Releases: geekcell/github-action-aws-ecs-run-task

Release v5.0.0

13 Nov 19:51
48e34f6
Compare
Choose a tag to compare

What's Changed

  • Rename task-stopped-max-wait-time to task-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

29 Jul 20:18
0e10ba3
Compare
Choose a tag to compare

v4.1.0: PR #29 - Use linear backoff on the SDK v3 Waiter due to failure rate for short…

Release v4.0.0

19 Jul 14:43
e10b4f0
Compare
Choose a tag to compare
Release v4.0.0 Pre-release
Pre-release

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

04 Dec 15:39
f20339b
Compare
Choose a tag to compare

v3.1.0: PR #19 - Add new input "task-stopped-wait-for-max-attempts" to allow usage for…

Release v3.0.2

24 Oct 12:07
234f3c5
Compare
Choose a tag to compare

v3.0.2: PR #17 - Bump @babel/traverse from 7.23.0 to 7.23.2

Release v3.0.1

06 Oct 14:31
8afb3a4
Compare
Choose a tag to compare

v3.0.1: PR #15 - Remove forgotten console.log

Release v3.0.0

26 Sep 19:33
302eff7
Compare
Choose a tag to compare
Pre-release

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

Full Changelog: v2.0.0...v3.0.0

v2.0.0

15 Jun 12:17
444d28a
Compare
Choose a tag to compare

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

04 Nov 12:21
Compare
Choose a tag to compare

Initial release!