Skip to content

Releases: github-aws-runners/terraform-aws-github-runner

v0.13.0

28 Mar 13:23
Compare
Choose a tag to compare

0.13.0 (2021-03-28)

Features

  • Allow setting the market_options runners module to disable spot instances (#657) (7487643)

v0.12.0

09 Mar 09:47
Compare
Choose a tag to compare

0.12.0 (2021-03-09)

IMPORTANT

  • Release proces is automated from version v0.12.0. Download links of lamba's are without version in the name!

Features

  • syncer: account access control for distribution cache bucket (#585) (05c1c11)

Bug Fixes

  • Pass runner_group_name to runner module (#603) (54070b3)

Release v0.11.0

01 Mar 22:13
Compare
Choose a tag to compare

Added

  • feat: Tag Volume Resources (#570)
  • feat: Retrieve installation id automatically if not present (triggered by ordinary webhook) (#515)

Fixed

  • fix(bucket): Adds bucket policy #536
  • fix: Upgrade vpc to 2.2.0 and pre-commit terraform hooks (#538)
  • fix(lint): Clean up lint (#534)

Release v0.10.0

27 Jan 20:17
Compare
Choose a tag to compare

Added

  • Support runner groups (#496)

Release v0.9.1

22 Jan 20:47
Compare
Choose a tag to compare

Fixed

Release v0.9.0

21 Jan 16:04
Compare
Choose a tag to compare

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

Release v0.9.0_next

20 Jan 09:14
ff43686
Compare
Choose a tag to compare
Release v0.9.0_next Pre-release
Pre-release
Pre release 0.9.0

Release v0.8.1

08 Dec 16:27
Compare
Choose a tag to compare

Changed

  • Policy is missing for streaming logs to cloudwatch #388

Release v0.8.0

08 Dec 08:25
Compare
Choose a tag to compare

Changed

  • Examples upgraded to Terraform 13 (#372)

Added

  • Streaming runner logs to cloudwatch #375

Release v0.7.0

04 Dec 08:57
Compare
Choose a tag to compare

Changed

Added

  • Allow operator to pass in a list of managed IAM policy ARNs for the runner role #361 @jpalomaki
  • expand options for sourcing lambda to include S3 #292 @eky5006