Releases: github-aws-runners/terraform-aws-github-runner
v6.2.0
6.2.0 (2025-01-29)
Features
Bug Fixes
- lambda: bump the aws group in /lambdas with 7 updates (#4383) (1b3f8af)
- Tag event rules, fix broken runner hook examples (#4378) (6345ec2) @winwinashwin
Attestation
Attestation url: https://github.com/github-aws-runners/terraform-aws-github-runner/attestations/4687485
Verify the artifacts by running gh attest verify <name_of_artifact> --repo github-aws-runners/terraform-aws-github-runner
v6.1.3
6.1.3 (2025-01-21)
Bug Fixes
- lambda: bump @octokit/types from 13.6.2 to 13.7.0 in /lambdas in the octokit group (#4370) (cc0f873)
- lambda: bump the aws group in /lambdas with 7 updates (#4369) (2223525)
- lambda: bump the aws-powertools group in /lambdas with 4 updates (#4371) (9f17371)
Attestation
Attestation url: https://github.com/github-aws-runners/terraform-aws-github-runner/attestations/4616989
Verify the artifacts by running gh attest verify <name_of_artifact> --repo github-aws-runners/terraform-aws-github-runner
v6.1.2
6.1.2 (2025-01-13)
Bug Fixes
- lambda: bump @octokit/types from 13.6.2 to 13.7.0 in /lambdas in the octokit group (#4355) (4544228)
- lambda: bump the aws group in /lambdas with 7 updates (#4354) (c30c5b8)
- lambda: bump typescript from 5.7.2 to 5.7.3 in /lambdas (#4356) (5a5f58d)
Attestation
Attestation url: https://github.com/github-aws-runners/terraform-aws-github-runner/attestations/4380416
Verify the artifacts by running gh attest verify <name_of_artifact> --repo github-aws-runners/terraform-aws-github-runner
v6.1.1
6.1.1 (2025-01-13)
Bug Fixes
Attestation
Attestation url: https://github.com/github-aws-runners/terraform-aws-github-runner/attestations/4368955
Verify the artifacts by running gh attest verify <name_of_artifact> --repo github-aws-runners/terraform-aws-github-runner
v6.1.0
v6.0.1
v6.0.0
6.0.0 (2024-12-20)
This release contains several breaking changes
- Terraform AWS provider minimal version is upgraded to support node 22
- EventBridge is used by default, opt out can be configured
- FIFO queued are removed, an update will re-crate all queues. This can cause loss of messages. When the EventBridge is enabled messages can be replayed if needed.
- Deprecated variables are removed
⚠ BREAKING CHANGES
- Enable eventbridge by default (#4320)
- remove deprecated metric feature flag (#4319)
- Upgrade Node to 22 (LTS) (#4318)
- remove deprecated variables (#4073)
- Remove FIFO queues (#4072)
- remove deprecated runners_scale_up_Lambda_memory_size as it breaks CDKTF (#4276) @stefanrusu-loctax
Features
Bug Fixes
v5.21.0
5.21.0 (2024-12-20)
Features
- Natively support runner pre/post job hooks (#4263) (259a852) @winwinashwin
Bug Fixes
- Incorrect syncer binary location in tf outputs (#4274) (401a373), closes #4137 @winwinashwin
- lambda: bump @octokit/types from 13.6.1 to 13.6.2 in /lambdas in the octokit group (#4303) (9f76c4c)
- lambda: bump axios from 1.7.7 to 1.7.9 in /lambdas (#4305) (e3cd5b4)
- lambda: bump the aws group across 1 directory with 7 updates (#4314) (3f9b768)
v5.20.1
5.20.1 (2024-12-09)
Bug Fixes
- lambda: bump @octokit/types from 13.6.1 to 13.6.2 in /lambdas in the octokit group (#4291) (d8d7519)
- lambda: bump the aws group across 1 directory with 7 updates (#4288) (039f5db)
- lambda: bump the aws group in /lambdas with 4 updates (#4290) (eb9c123)
- lambda: bump the aws-powertools group in /lambdas with 4 updates (#4281) (e1f330b)
- lambda: bump typescript from 5.6.3 to 5.7.2 in /lambdas (#4293) (f6e4b92)
v5.20.0
5.20.0 (2024-11-19)
Features
- runners: add support to disable default labels (Linux) (#3491) (772e1a5) @jgutierrezglez
- runners: add support to disable default labels (Windows) (#4261) (ad9bcc4) @jgutierrezglez