Skip to content

Releases: sonikro/aws-run

v1.0.0 - Stable

25 Oct 02:09
40839ee
Compare
Choose a tag to compare

First stable version of aws-run is released

Replicate file changes that happened in the ECS Task, to your GH Runner Workspace

16 Aug 03:01
7e98947
Compare
Choose a tag to compare
  • This version allows the GitHub Runner to read all the file changes that happened inside of the ECS Task

v1.0.0-rc6: Merge pull request #23 from sonikro/optional-subnet-ids

26 Jul 23:50
e01d877
Compare
Choose a tag to compare
  • Makes subnet_ids argument optional.
  • Automatically detect subnets within a VPC

v1.0.0-rc5

26 Jul 02:21
38744ab
Compare
Choose a tag to compare
v1.0.0-rc5 Pre-release
Pre-release

Automatically creates the security group, if no Security Group is provided

v1.0.0-rc4

18 Jul 17:03
Compare
Choose a tag to compare
v1.0.0-rc4 Pre-release
Pre-release
  • Allows to specify multiple subnet ids

v1.0.0-rc3: Merge pull request #16 from sonikro/allow-ecs-cluster-name-input

18 Jul 02:32
050c16b
Compare
Choose a tag to compare
  • Allows ECS Cluster name to be a parameter
  • Allows Memory and CPU to be customized
  • Improved arguments around IAM Roles
  • Clean up logs

v1.0.0-rc2

17 Jul 05:36
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
  • Added teardown for Logstream
  • Stream Cloudwatch Log as they happen
  • Refactored code to make it more organized

1.0.0-rc1. First fully functional version of the Action

15 Jul 04:28
Compare
Choose a tag to compare

This release is fully functional, however there are still a lot of hardcoded values that need to become parameters, and improvements on the Cleanup.

However, this should work.