Skip to content

Commit 2bc89a2

Browse files
authored
Merge branch 'main' into npalm/feature/spot-termination-handler
2 parents 3e457cc + 3fb1729 commit 2bc89a2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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.16.4](https://github.com/philips-labs/terraform-aws-github-runner/compare/v5.16.3...v5.16.4) (2024-10-10)
4+
5+
6+
### Bug Fixes
7+
8+
* missing GHES URL for the retry lambda ([#4177](https://github.com/philips-labs/terraform-aws-github-runner/issues/4177)) ([3afbd5f](https://github.com/philips-labs/terraform-aws-github-runner/commit/3afbd5fb0952dbb37d7db216f325acf57cc3aa97))
9+
310
## [5.16.3](https://github.com/philips-labs/terraform-aws-github-runner/compare/v5.16.2...v5.16.3) (2024-10-09)
411

512

modules/runners/job-retry.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ locals {
2626
github_app_parameters = var.github_app_parameters
2727
enable_organization_runners = var.enable_organization_runners
2828
sqs_build_queue = var.sqs_build_queue
29+
ghes_url = var.ghes_url
2930
}
3031
}
3132

0 commit comments

Comments
 (0)