Skip to content

Releases: meap/runecs

v0.7

20 Nov 10:36
Compare
Choose a tag to compare

Changelog

  • f4b816c Update README to include usage of --all parameter for listing tasks in services
  • c18703e Extract task ID from ARN in listTasks
  • 946cbd0 Add 'all' flag to list command and implement task listing for services
  • 1df0456 List command does not need to initiate a service
  • 0c75d64 Remove annoying white chars
  • 43e4b7b Demo video

v0.6

01 Oct 11:57
Compare
Choose a tag to compare

Changelog

  • 46377f8 Tailing logs from CloudWatch for executed process
  • ae150df Incorporate golangci-lint linter
  • ca90576 Fix linter errors
  • 117e0c9 Introduce a new restart command to restart tasks in the service

v0.5.2

13 Sep 09:53
Compare
Choose a tag to compare

Changelog

  • 648af6b Fix required service attribute

v0.5.1

13 Sep 09:42
Compare
Choose a tag to compare

Changelog

  • 80c2cba Do not generate changelog
  • 10059e9 Fix Goreleaser access to Brew repository
  • 85662a7 Fix Goreleaser flag
  • 42ae877 License mention
  • 23e330e Add Docker usage information in the README
  • e610087 Add Docker support
  • 2489285 Minor fixes
  • bc81099 Print information about the deregistered task definition
  • 55a066f Optimize CLI argument checking
  • fa869b4 Use the basic context from the main thread
  • ecf6d0a Better use of Context()
  • fd6352a Upgrade to goreleaser v2
  • 98159fb Display the related log from CloudWatch if the process fails
  • 8285b31 Beautify the readme
  • 515b784 Add command List

v0.4

07 Jan 16:55
Compare
Choose a tag to compare

Changelog

v0.3

07 Jan 15:48
Compare
Choose a tag to compare

Changelog

v0.2

29 Dec 17:40
Compare
Choose a tag to compare

Simplify the determination of the task definition.

v0.1

30 Mar 16:41
322acc8
Compare
Choose a tag to compare

First release.

Implements running one-off tasks in an ECS cluster and using the -w parameter, runs such tasks synchronously.