Skip to content

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

v5.10.4

07 May 07:39
fd7681c
Compare
Choose a tag to compare

5.10.4 (2024-05-06)

Bug Fixes

  • lambda: bump ejs from 3.1.9 to 3.1.10 in /lambdas (#3887) (4cca21f)
  • lambda: bump the aws group across 1 directory with 6 updates (#3890) (d1cd712)
  • Typo in env vars for scale-up lambda (#3891) (f4ecf46)

v5.10.3

03 May 14:30
2eaaab3
Compare
Choose a tag to compare

5.10.3 (2024-05-03)

Bug Fixes

v5.10.2

25 Apr 09:28
74471de
Compare
Choose a tag to compare

5.10.2 (2024-04-25)

📢 \THIS RELEASE IS BORKEN - PLEASE IGNORE - 5.10.3 contains patch

Bug Fixes

v5.10.1

24 Apr 05:44
8e47807
Compare
Choose a tag to compare

5.10.1 (2024-04-24)

Bug Fixes

  • Add missing webhook_events_workflow_job_queue_policy to multi-runner queue (#3848) (a8cba4e)
  • lambda: bump the aws group in /lambdas with 5 updates (#3861) (6119354)
  • lambda: bump typescript from 5.3.3 to 5.4.5 in /lambdas (#3863) (e3f3d77)
  • webhook expects REPOSITORY_ALLOW_LIST env var (#3856) (0006ab9)

v5.10.0

17 Apr 11:47
0ddeefc
Compare
Choose a tag to compare

5.10.0 (2024-04-17)

Features

Bug Fixes

  • lambda: bump axios from 1.6.7 to 1.6.8 in /lambdas (#3814) (513b22f)
  • lambda: bump the aws group in /lambdas with 5 updates (#3834) (e7e56ea)
  • lambda: bump the aws group in /lambdas with 5 updates (#3846) (9303a10)
  • lambda: bump the aws group in /lambdas with 6 updates (#3818) (9a9031e)

v5.9.0

14 Mar 08:00
1173830
Compare
Choose a tag to compare

5.9.0 (2024-03-14)

Features

  • runners: add retry logic to default install and start script for dnf operations (#3787) (6a8e1f0) @jkruse14
  • Update default runtime from nodejs18.x to nodejs20.x (#3791) (11ace32)

Bug Fixes

  • lambda: bump the aws group in /lambdas with 6 updates (#3803) (eedbf52)

v5.8.0

27 Feb 15:21
45fd1cb
Compare
Choose a tag to compare

5.8.0 (2024-02-27)

Features

  • Add option to set lambda memory increase webhook memory (#3778) (40bceb6)
  • migrate webhook runner configuration to SSM (#3728) (32492e3)

Bug Fixes

  • lambda: bump the aws group in /lambdas with 6 updates (#3772) (3549bc1)
  • lambda: bump the aws group in /lambdas with 6 updates (#3783) (b850e85)
  • lambda: bump the octokit group in /lambdas with 2 updates (#3773) (de9985a)

v5.7.1

19 Feb 16:06
5232ca9
Compare
Choose a tag to compare

5.7.1 (2024-02-13)

Bug Fixes

  • add retry logic to runner start script for libicu download (#3748) (1b4597b)
  • lambda: bump the aws group in /lambdas with 6 updates (#3762) (e43fd80)
  • lambda: bump the octokit group in /lambdas with 1 update (#3763) (77586c5)

v5.7.0

12 Feb 13:47
5fd1973
Compare
Choose a tag to compare

5.7.0 (2024-02-12)

Features

  • allow setting VPC and subnets per runner (#3467) (1288c81)

Bug Fixes

  • Correct typo in README.md (#3758) (7186c1c)
  • images: avoid wrong AMI selected for ubuntu jammy (#3747) (595aec9)
  • lambda: bump @aws-lambda-powertools/logger from 1.17.0 to 1.18.0 in /lambdas (#3754) (98131ff)
  • lambda: bump axios from 1.6.2 to 1.6.7 in /lambdas (#3755) (80a34bd)
  • lambda: bump the aws group in /lambdas with 5 updates (#3730) (7854a5f)
  • lambda: bump the aws group in /lambdas with 5 updates (#3743) (7ca40ef)
  • lambda: bump the aws group in /lambdas with 5 updates (#3753) (9f3aa68)
  • windows userdata does not support gzip (#3759) (b74df54)

v5.6.3

17 Jan 21:13
936f32a
Compare
Choose a tag to compare

5.6.3 (2024-01-16)

Bug Fixes

  • lambda: bump the aws group in /lambdas with 5 updates (#3720) (9a17b13)
  • lambda: bump the octokit group in /lambdas with 1 update (#3721) (9b13c09)
  • runners: zip base64 encoded user data to avoid size limits (#3717) (f2bbcb1), closes #3700