Skip to content

Commit 864ad8d

Browse files
authored
Merge branch 'main' into npalm/remove-deprecated
2 parents db9e99f + a2fe8af commit 864ad8d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.15.1](https://github.com/philips-labs/terraform-aws-github-runner/compare/v5.15.0...v5.15.1) (2024-08-16)
4+
5+
6+
### Bug Fixes
7+
8+
* missing lambda s3 key and version for job retry ([#4074](https://github.com/philips-labs/terraform-aws-github-runner/issues/4074)) ([8540379](https://github.com/philips-labs/terraform-aws-github-runner/commit/8540379e36dd0e900e777684a55c51da80a5ef1b))
9+
310
## [5.15.0](https://github.com/philips-labs/terraform-aws-github-runner/compare/v5.14.1...v5.15.0) (2024-08-16)
411

512

modules/runners/job-retry.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ locals {
1919
role_path = var.role_path
2020
role_permissions_boundary = var.role_permissions_boundary
2121
s3_bucket = var.lambda_s3_bucket
22+
s3_key = var.runners_lambda_s3_key
23+
s3_object_version = var.runners_lambda_s3_object_version
2224
tracing_config = var.tracing_config
2325
github_app_parameters = var.github_app_parameters
2426
enable_organization_runners = var.enable_organization_runners

0 commit comments

Comments
 (0)