Skip to content

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

v0.20.1

07 Oct 16:11
Compare
Choose a tag to compare

0.20.1 (2021-10-07)

Bug Fixes

  • Upgrade lambda runtime to node 14.x (#1203) (570949a)
  • webhook: remove node fetch (ca14ac5)
  • webhook: replace node-fetch by axios #1247 (80fff4b)
  • added more detailed logging for scaling up and down (#1222) (9aa7456)

v0.20.0

01 Oct 11:12
Compare
Choose a tag to compare

0.20.0 (2021-10-01)

Features

  • Add option to disable SSL verification support for GitHub Enterprise Server (#1216) (3c3ef19), closes #1207

v0.19.1

30 Sep 14:02
Compare
Choose a tag to compare

0.19.1 (2021-09-30)

Bug Fixes

  • instance_types from a Set to a List, so instance order preference is preserved (#1154) (150d227)

v0.19.0

30 Sep 13:24
Compare
Choose a tag to compare

0.19.0 (2021-09-30)

Features

Bug Fixes

v0.18.1

26 Aug 15:45
Compare
Choose a tag to compare

0.18.1 (2021-08-26)

Bug Fixes

v0.18.0

19 Aug 10:39
Compare
Choose a tag to compare

0.18.0 (2021-08-19)

Features

Bug Fixes

  • replace depcrated 'request' dependency by 'node-fetch' (#903) (#1082) (fb51756)

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)