Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 626dfdd

Browse files
authored
Merge pull request #2635 from philips-labs/develop
chore: Release
2 parents f202976 + bfb21f7 commit 626dfdd

File tree

12 files changed

+1717
-1718
lines changed

12 files changed

+1717
-1718
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
path: artifacts
5858

5959
- name: Get installation token
60-
uses: npalm/action-app-token@v1.0.0
60+
uses: npalm/action-app-token@v1.1.0
6161
id: app-token
6262
with:
6363
appId: ${{ secrets.FOREST_RELEASER_APP_ID }}

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"devDependencies": {
1818
"@octokit/rest": "^19.0.5",
1919
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
20-
"@types/jest": "^29.1.2",
21-
"@types/node": "^18.11.8",
20+
"@types/jest": "^29.2.2",
21+
"@types/node": "^18.11.9",
2222
"@types/request": "^2.48.8",
2323
"@typescript-eslint/eslint-plugin": "^4.33.0",
2424
"@typescript-eslint/parser": "^4.33.0",
2525
"@vercel/ncc": "^0.34.0",
26-
"aws-sdk": "^2.1243.0",
26+
"aws-sdk": "^2.1250.0",
2727
"eslint": "^7.32.0",
2828
"eslint-plugin-prettier": "4.2.1",
29-
"jest": "^29.2",
30-
"jest-mock": "^29.2.1",
29+
"jest": "^29.3",
30+
"jest-mock": "^29.3.0",
3131
"prettier": "2.7.1",
3232
"ts-jest": "^29.0.3",
3333
"ts-node-dev": "^2.0.0",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

+310-305
Large diffs are not rendered by default.

modules/runners/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ yarn run dist
158158
| <a name="input_logging_kms_key_id"></a> [logging\_kms\_key\_id](#input\_logging\_kms\_key\_id) | Specifies the kms key id to encrypt the logs with | `string` | `null` | no |
159159
| <a name="input_logging_retention_in_days"></a> [logging\_retention\_in\_days](#input\_logging\_retention\_in\_days) | Specifies the number of days you want to retain log events for the lambda log group. Possible values are: 0, 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. | `number` | `180` | no |
160160
| <a name="input_market_options"></a> [market\_options](#input\_market\_options) | DEPCRECATED: Replaced by `instance_target_capacity_type`. | `string` | `null` | no |
161-
| <a name="input_metadata_options"></a> [metadata\_options](#input\_metadata\_options) | Metadata options for the ec2 runner instances. | `map(any)` | <pre>{<br> "http_endpoint": "enabled",<br> "http_put_response_hop_limit": 1,<br> "http_tokens": "optional"<br>}</pre> | no |
161+
| <a name="input_metadata_options"></a> [metadata\_options](#input\_metadata\_options) | Metadata options for the ec2 runner instances. | `map(any)` | <pre>{<br> "http_endpoint": "enabled",<br> "http_put_response_hop_limit": 1,<br> "http_tokens": "optional",<br> "instance_metadata_tags": "enabled"<br>}</pre> | no |
162162
| <a name="input_minimum_running_time_in_minutes"></a> [minimum\_running\_time\_in\_minutes](#input\_minimum\_running\_time\_in\_minutes) | The time an ec2 action runner should be running at minimum before terminated if non busy. If not set the default is calculated based on the OS. | `number` | `null` | no |
163163
| <a name="input_overrides"></a> [overrides](#input\_overrides) | This map provides the possibility to override some defaults. The following attributes are supported: `name_sg` overrides the `Name` tag for all security groups created by this module. `name_runner_agent_instance` overrides the `Name` tag for the ec2 instance defined in the auto launch configuration. `name_docker_machine_runners` overrides the `Name` tag spot instances created by the runner agent. | `map(string)` | <pre>{<br> "name_runner": "",<br> "name_sg": ""<br>}</pre> | no |
164164
| <a name="input_pool_config"></a> [pool\_config](#input\_pool\_config) | The configuration for updating the pool. The `pool_size` to adjust to by the events triggered by the `schedule_expression`. For example you can configure a cron expression for week days to adjust the pool to 10 and another expression for the weekend to adjust the pool to 1. | <pre>list(object({<br> schedule_expression = string<br> size = number<br> }))</pre> | `[]` | no |

modules/runners/lambdas/runners/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
2020
"@types/aws-lambda": "^8.10.108",
2121
"@types/express": "^4.17.14",
22-
"@types/jest": "^29.2.0",
22+
"@types/jest": "^29.2.2",
2323
"@typescript-eslint/eslint-plugin": "^4.33.0",
2424
"@typescript-eslint/parser": "^4.33.0",
2525
"@vercel/ncc": "^0.34.0",
2626
"eslint": "^7.32.0",
2727
"eslint-plugin-prettier": "4.2.1",
28-
"jest": "^29.2",
29-
"jest-mock": "^29.2.1",
28+
"jest": "^29.3",
29+
"jest-mock": "^29.3.0",
3030
"jest-mock-extended": "^3.0.1",
3131
"moment-timezone": "^0.5.38",
3232
"nock": "^13.2.9",
@@ -36,14 +36,14 @@
3636
"ts-node-dev": "^2.0.0"
3737
},
3838
"dependencies": {
39-
"@aws-sdk/client-ssm": "^3.199.0",
39+
"@aws-sdk/client-ssm": "^3.205.0",
4040
"@octokit/auth-app": "4.0.7",
4141
"@octokit/rest": "^19.0.5",
4242
"@octokit/types": "^8.0.0",
4343
"@types/aws-lambda": "^8.10.108",
4444
"@types/express": "^4.17.14",
45-
"@types/node": "^18.11.4",
46-
"aws-sdk": "^2.1243.0",
45+
"@types/node": "^18.11.9",
46+
"aws-sdk": "^2.1250.0",
4747
"cron-parser": "^4.6.0",
4848
"tslog": "^3.3.4",
4949
"typescript": "^4.8.4"

0 commit comments

Comments
 (0)