Releases: sonikro/aws-run
Releases · sonikro/aws-run
v1.0.0 - Stable
Replicate file changes that happened in the ECS Task, to your GH Runner Workspace
Pre-release
- 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
- Makes subnet_ids argument optional.
- Automatically detect subnets within a VPC
v1.0.0-rc5
Automatically creates the security group, if no Security Group is provided
v1.0.0-rc4
- Allows to specify multiple subnet ids
v1.0.0-rc3: Merge pull request #16 from sonikro/allow-ecs-cluster-name-input
Pre-release
- 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
- 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
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.