Skip to content

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

v0.17.0

06 Aug 12:19
Compare
Choose a tag to compare

0.17.0 (2021-08-06)

Features

  • Adding support for new workflow_job event. (#1019) (a74e10b)

v0.16.0

05 Aug 09:49
Compare
Choose a tag to compare

0.16.0 (2021-08-05)

Features

Bug Fixes

  • change module exports and upgrade vercel to latest release (#1005) (f8f8981)
  • reduce permission required for session manager (#1018) (09476eb)

Mirgration Directions

When using a CMK by setting the variable kms_key_id, a small update is required. Replace this variable by the ARN of the CMK by setting kms_key_arn.

v0.15.1

13 Jul 21:45
Compare
Choose a tag to compare

0.15.1 (2021-07-13)

Bug Fixes

  • apply patch for broken scale up lambda #980 (b957e26)

v0.15.0

07 Jul 12:24
Compare
Choose a tag to compare

0.15.0 (2021-07-07)

Features

  • Added support for white listing of repositories (#915) (b1f451a)

v0.14.0

17 Jun 11:33
Compare
Choose a tag to compare

0.14.0 (2021-06-17)

Features

Bug Fixes

v0.13.1

01 Jun 14:33
Compare
Choose a tag to compare

0.13.1 (2021-06-01)

Bug Fixes

  • .gitignore for 'secrets.auto.tfvars' (38d7df0)
  • Add some essential dependecies on ubuntu example (0079d16)
  • fail to download wrong tag of lambda (#840) (1112ca8)
  • increase runner sync lambda memory setting and upgrade npm dependencies (#844) (b9e36e9)
  • revert dependency updates on runner module (#784) (76cdbe3)
  • ubuntu example runner_log_files variable (5b3fc5b)
  • ubuntu example to log syslog instead of messages (#785) (fb3e5d2)
  • Update ubuntu example with assume_role comment (2478daf)
  • upgrade runner module to support upgrade octokit auth-app (#786) (e110318)
  • docs: fix variable name create_service_linked_role_spot in readme (#750) (42b0427), closes #736

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)