Skip to content

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

v0.25.1

18 Nov 13:44
Compare
Choose a tag to compare

0.25.1 (2021-11-18)

Bug Fixes

v0.25.0

18 Nov 11:22
Compare
Choose a tag to compare

0.25.0 (2021-11-18)

Features

  • Add option to configure concurrent running scale up lambda (#1415) (23ee630)

Bug Fixes

v0.24.0

09 Nov 08:27
Compare
Choose a tag to compare

0.24.0 (2021-11-09)

Features

Bug Fixes

  • update return codes, no error code for job that are ignored (#1381) (f9f705f)

v0.23.1

04 Nov 17:01
Compare
Choose a tag to compare

0.23.1 (2021-11-04)

Bug Fixes

  • configurable metadata options for runners (#1377) (f37df23)

v0.23.0

04 Nov 11:13
Compare
Choose a tag to compare

0.23.0 (2021-11-04)

Features

  • add option to format logging in JSON for lambdas (#1228) (a250b96)
  • add option to specify SSE config for dist bucket (#1324) (ae84302)

Bug Fixes

v0.22.0

01 Nov 14:25
Compare
Choose a tag to compare

0.22.0 (2021-11-01)

Features

Bug Fixes

  • add validation to distribution_bucket_name variable (#1356) (6522317)

v0.21.1

21 Oct 21:18
Compare
Choose a tag to compare

0.21.1 (2021-10-21)

Bug Fixes

  • logging: Adjusting scale logging messages and levels (#1286) (665e1a6)
  • logging: Adjusting webhook logs and levels (#1287) (9df5fb8)
  • Update launch template to use metadata service v2 (#1278) (ef16287)

v0.21.0

11 Oct 20:29
Compare
Choose a tag to compare

0.21.0 (2021-10-11)

Features

  • Ignore github managed labels and add check disable option (#1244) (859fa38)
  • remove unused app client since SSH key is used to secure app authorization (#1223) (4cb5cf1)
  • upgrade Terraform version of module 1.0.x (#1254) (2a817dc)

Notes

The module development Terraform version is set to 1.0.8. The module can be used for older Terraform versions, currently 0.14.1 and up.

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