github philips-labs/terraform-aws-github-runner v0.9.0
Release v0.9.0

latest releases: v5.18.4, v5.18.3, v5.18.2...
3 years ago

Added

Changed

  • Log groups per type of logging #476
  • Copy directory after installing zip #444 @masterful
  • Update ubuntu example with rootless docker and non privileged user #433
  • Changed strategy in scaling. Previous the module scaled by checking for any queued workflow for the repo initiation the check_run event. Now the module scales only if the correlated check_run is still in queued state. #423

Fixed

Migrations

Changes related to logging groups introduced via #476 will destroy existing logging group in AWS cloudwatch for runners log. In case you would like to keep the logging ensure you remove the log group from the state before running an apply

export RESOURCE=$(terraform state list | grep "aws_cloudwatch_log_group.runner")
terraform state rm $RESOURCE

Don't miss a new terraform-aws-github-runner release

NewReleases is sending notifications on new releases.