Releases: github-aws-runners/terraform-aws-github-runner
Releases · github-aws-runners/terraform-aws-github-runner
v0.25.0
0.25.0 (2021-11-18)
Features
- Add option to configure concurrent running scale up lambda (#1415) (23ee630)
Bug Fixes
v0.24.0
0.24.0 (2021-11-09)
Features
Bug Fixes
- update return codes, no error code for job that are ignored (#1381) (f9f705f)
v0.23.0
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
0.22.0 (2021-11-01)
Features
Bug Fixes
- add validation to distribution_bucket_name variable (#1356) (6522317)
v0.21.1
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
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.0
0.20.0 (2021-10-01)
Features
- Add option to disable SSL verification support for GitHub Enterprise Server (#1216) (3c3ef19), closes #1207