Skip to content

Commit d532b07

Browse files
authored
Merge branch 'main' into fix/multi-runner-dispatch
2 parents f143a6a + 75c16b2 commit d532b07

File tree

13 files changed

+935
-985
lines changed

13 files changed

+935
-985
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
path: results.sarif
5252

5353
- name: Upload SARIF file
54-
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
54+
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
5555
with:
5656
sarif_file: results.sarif
5757
category: actions-zizmor

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
34+
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
3535
with:
3636
languages: ${{ matrix.language }}
3737
build-mode: none
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
40+
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
4141
with:
4242
category: "/language:${{matrix.language}}"

CHANGELOG.md

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

3+
## [6.5.8](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.5.7...v6.5.8) (2025-06-12)
4+
5+
6+
### Bug Fixes
7+
8+
* scale down log level ([1d32d26](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/1d32d262ff67a13b0eab8cb6b4f19fa5f9479324))
9+
10+
## [6.5.7](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.5.6...v6.5.7) (2025-06-11)
11+
12+
13+
### Bug Fixes
14+
15+
* add comment in terraform code ([d9d6373](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/d9d6373b217f8abe7b112c1746c437deae25f569))
16+
* handle enable_on_demand_failover_for_errors default value ([ab8b15f](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/ab8b15f9f2686a7a0cffe5b9de05432014a01cda))
17+
* **lambda:** bump the aws group across 1 directory with 7 updates ([0558831](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/05588310ee8c409e29b5148930b16b3ea4f4e7d5))
18+
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([0219411](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/0219411d2b9bc56fad6d6e90fe94de42cc95216e))
19+
* **lambda:** bump the octokit group across 1 directory with 3 updates ([015752a](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/015752a93b05a6ceef34f0936202a2f8ea7df35d))
20+
* only tag spot requests if no on-demand fallback ([2a28ef1](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/2a28ef1bc5aeb0280b92c5f7b6aabf69c1a68b81))
21+
322
## [6.5.6](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.5.5...v6.5.6) (2025-05-24)
423

524

lambdas/functions/ami-housekeeper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"all": "yarn build && yarn format && yarn lint && yarn test"
1818
},
1919
"devDependencies": {
20-
"@aws-sdk/types": "^3.804.0",
20+
"@aws-sdk/types": "^3.821.0",
2121
"@types/aws-lambda": "^8.10.147",
2222
"@vercel/ncc": "^0.38.3",
2323
"aws-sdk-client-mock": "^4.1.0",
@@ -26,8 +26,8 @@
2626
"dependencies": {
2727
"@aws-github-runner/aws-powertools-util": "*",
2828
"@aws-github-runner/aws-ssm-util": "*",
29-
"@aws-sdk/client-ec2": "^3.813.0",
30-
"@aws-sdk/client-ssm": "^3.812.0",
29+
"@aws-sdk/client-ec2": "^3.827.0",
30+
"@aws-sdk/client-ssm": "^3.826.0",
3131
"cron-parser": "^5.0.4"
3232
},
3333
"nx": {

lambdas/functions/control-plane/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@
1717
"all": "yarn build && yarn format && yarn lint && yarn test"
1818
},
1919
"devDependencies": {
20-
"@aws-sdk/types": "^3.804.0",
21-
"@octokit/types": "^14.0.0",
20+
"@aws-sdk/types": "^3.821.0",
21+
"@octokit/types": "^14.1.0",
2222
"@types/aws-lambda": "^8.10.147",
2323
"@types/node": "^22.14.0",
2424
"@vercel/ncc": "^0.38.3",
2525
"aws-sdk-client-mock": "^4.1.0",
2626
"aws-sdk-client-mock-jest": "^4.1.0",
27-
"moment-timezone": "^0.5.47",
27+
"moment-timezone": "^0.6.0",
2828
"nock": "^14.0.2",
2929
"ts-node": "^10.9.2",
3030
"ts-node-dev": "^2.0.0"
3131
},
3232
"dependencies": {
3333
"@aws-github-runner/aws-powertools-util": "*",
3434
"@aws-github-runner/aws-ssm-util": "*",
35-
"@aws-lambda-powertools/parameters": "^2.19.1",
36-
"@aws-sdk/client-ec2": "^3.813.0",
37-
"@aws-sdk/client-sqs": "^3.812.0",
35+
"@aws-lambda-powertools/parameters": "^2.20.0",
36+
"@aws-sdk/client-ec2": "^3.827.0",
37+
"@aws-sdk/client-sqs": "^3.826.0",
3838
"@middy/core": "^6.1.6",
3939
"@octokit/auth-app": "8.0.1",
4040
"@octokit/core": "7.0.2",
4141
"@octokit/plugin-throttling": "11.0.1",
42-
"@octokit/rest": "21.1.1",
42+
"@octokit/rest": "22.0.0",
4343
"cron-parser": "^5.0.4"
4444
},
4545
"nx": {

lambdas/functions/control-plane/src/scale-runners/scale-down.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function removeRunner(ec2runner: RunnerInfo, ghRunnerIds: number[]): Promi
130130

131131
if (statuses.every((status) => status == 204)) {
132132
await terminateRunner(ec2runner.instanceId);
133-
logger.debug(`AWS runner instance '${ec2runner.instanceId}' is terminated and GitHub runner is de-registered.`);
133+
logger.info(`AWS runner instance '${ec2runner.instanceId}' is terminated and GitHub runner is de-registered.`);
134134
} else {
135135
logger.error(`Failed to de-register GitHub runner: ${statuses}`);
136136
}

lambdas/functions/gh-agent-syncer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"all": "yarn build && yarn format && yarn lint && yarn test"
1818
},
1919
"devDependencies": {
20-
"@aws-sdk/types": "^3.804.0",
20+
"@aws-sdk/types": "^3.821.0",
2121
"@types/aws-lambda": "^8.10.147",
2222
"@types/node": "^22.14.0",
2323
"@types/request": "^2.48.12",
@@ -28,10 +28,10 @@
2828
},
2929
"dependencies": {
3030
"@aws-github-runner/aws-powertools-util": "*",
31-
"@aws-sdk/client-s3": "^3.812.0",
32-
"@aws-sdk/lib-storage": "^3.812.0",
31+
"@aws-sdk/client-s3": "^3.826.0",
32+
"@aws-sdk/lib-storage": "^3.826.0",
3333
"@middy/core": "^6.1.6",
34-
"@octokit/rest": "21.1.1",
34+
"@octokit/rest": "22.0.0",
3535
"axios": "^1.8.4"
3636
},
3737
"nx": {

lambdas/functions/termination-watcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"all": "yarn build && yarn format && yarn lint && yarn test"
1616
},
1717
"devDependencies": {
18-
"@aws-sdk/types": "^3.804.0",
18+
"@aws-sdk/types": "^3.821.0",
1919
"@types/aws-lambda": "^8.10.147",
2020
"@types/node": "^22.14.0",
2121
"@vercel/ncc": "^0.38.3",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@aws-github-runner/aws-powertools-util": "*",
27-
"@aws-sdk/client-ec2": "^3.813.0",
27+
"@aws-sdk/client-ec2": "^3.827.0",
2828
"@middy/core": "^6.1.6"
2929
},
3030
"nx": {

lambdas/functions/webhook/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"all": "yarn build && yarn format && yarn lint && yarn test"
1818
},
1919
"devDependencies": {
20-
"@aws-sdk/client-eventbridge": "^3.812.0",
20+
"@aws-sdk/client-eventbridge": "^3.826.0",
2121
"@octokit/webhooks-types": "^7.6.1",
2222
"@types/aws-lambda": "^8.10.147",
2323
"@types/express": "^5.0.0",
@@ -30,11 +30,11 @@
3030
"dependencies": {
3131
"@aws-github-runner/aws-powertools-util": "*",
3232
"@aws-github-runner/aws-ssm-util": "*",
33-
"@aws-sdk/client-sqs": "^3.812.0",
33+
"@aws-sdk/client-sqs": "^3.826.0",
3434
"@middy/core": "^6.1.6",
35-
"@octokit/rest": "21.1.1",
36-
"@octokit/types": "^14.0.0",
37-
"@octokit/webhooks": "^14.0.0",
35+
"@octokit/rest": "22.0.0",
36+
"@octokit/types": "^14.1.0",
37+
"@octokit/webhooks": "^14.0.2",
3838
"aws-lambda": "^1.0.7"
3939
},
4040
"nx": {

lambdas/libs/aws-powertools-util/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"body-parser": "^2.2.0"
2121
},
2222
"dependencies": {
23-
"@aws-lambda-powertools/logger": "^2.19.1",
24-
"@aws-lambda-powertools/metrics": "^2.19.1",
25-
"@aws-lambda-powertools/tracer": "^2.19.1",
23+
"@aws-lambda-powertools/logger": "^2.20.0",
24+
"@aws-lambda-powertools/metrics": "^2.20.0",
25+
"@aws-lambda-powertools/tracer": "^2.20.0",
2626
"aws-lambda": "^1.0.7"
2727
},
2828
"nx": {

0 commit comments

Comments
 (0)