Skip to content

chore: Release #2635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Nov 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
7ac65e5
fix: Use aws_partition for govcloud users in ami_id_ssm_parameter_rea…
jokreliable Nov 3, 2022
37149af
chore: Bump @aws-sdk/client-ssm from 3.194.0 to 3.199.0 in /modules/w…
dependabot[bot] Nov 3, 2022
1296531
chore: Bump aws-sdk from 2.1243.0 to 2.1247.0 in /modules/runners/lam…
dependabot[bot] Nov 3, 2022
aeff1c5
chore: Bump jest-mock from 29.2.0 to 29.2.2 in /modules/webhook/lambd…
dependabot[bot] Nov 3, 2022
3b9c246
chore: Bump jest from 29.2.1 to 29.2.2 in /modules/runners/lambdas/ru…
dependabot[bot] Nov 3, 2022
1190aa2
chore: Bump npalm/action-app-token from 1.0.0 to 1.1.0 (#2602)
dependabot[bot] Nov 3, 2022
9ea10f5
chore: Bump @types/node from 18.11.4 to 18.11.9 in /modules/runners/l…
dependabot[bot] Nov 3, 2022
c668f15
chore: Bump jest-mock from 29.2.1 to 29.2.2 in /modules/runner-binari…
dependabot[bot] Nov 3, 2022
12c6cdc
chore: Bump aws-sdk from 2.1243.0 to 2.1247.0 in /modules/runner-bina…
dependabot[bot] Nov 3, 2022
56291a3
chore: Bump @types/aws-lambda from 8.10.107 to 8.10.108 in /modules/w…
dependabot[bot] Nov 3, 2022
9757716
chore: Bump jest-mock from 29.2.1 to 29.2.2 in /modules/runners/lambd…
dependabot[bot] Nov 4, 2022
55fba22
feat: Allow to toggle access to EC2 instance tags (#2592)
MGSousa Nov 8, 2022
5de552b
chore: Bump @types/node from 18.11.8 to 18.11.9 in /modules/webhook/l…
dependabot[bot] Nov 8, 2022
7c18c2b
chore: Bump @aws-sdk/client-ssm from 3.199.0 to 3.204.0 in /modules/w…
dependabot[bot] Nov 8, 2022
5c3da84
chore: Bump jest-mock from 29.2.2 to 29.3.0 in /modules/webhook/lambd…
dependabot[bot] Nov 8, 2022
2235965
chore: Bump aws-sdk from 2.1247.0 to 2.1250.0 in /modules/runner-bina…
dependabot[bot] Nov 8, 2022
e4a0ed4
chore: Bump aws-sdk from 2.1247.0 to 2.1250.0 in /modules/runners/lam…
dependabot[bot] Nov 8, 2022
636e089
chore: Bump aws-sdk from 2.1244.0 to 2.1250.0 in /modules/webhook/lam…
dependabot[bot] Nov 8, 2022
a730d41
chore: Bump @aws-sdk/client-ssm from 3.199.0 to 3.205.0 in /modules/r…
dependabot[bot] Nov 8, 2022
e4a5b34
chore: Bump jest-mock from 29.2.2 to 29.3.0 in /modules/runners/lambd…
dependabot[bot] Nov 8, 2022
067cd2e
chore: Bump jest-mock from 29.2.2 to 29.3.0 in /modules/runner-binari…
dependabot[bot] Nov 8, 2022
0244027
chore: Bump jest and @types/jest in /modules/runner-binaries-syncer/l…
dependabot[bot] Nov 8, 2022
142fa8e
chore: Bump jest and @types/jest in /modules/runners/lambdas/runners …
dependabot[bot] Nov 8, 2022
23a04c1
chore: Bump @types/node from 18.11.8 to 18.11.9 in /modules/runner-bi…
dependabot[bot] Nov 8, 2022
bfb21f7
chore: Bump jest and @types/jest in /modules/webhook/lambdas/webhook …
dependabot[bot] Nov 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: artifacts

- name: Get installation token
uses: npalm/action-app-token@v1.0.0
uses: npalm/action-app-token@v1.1.0
id: app-token
with:
appId: ${{ secrets.FOREST_RELEASER_APP_ID }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"devDependencies": {
"@octokit/rest": "^19.0.5",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/jest": "^29.1.2",
"@types/node": "^18.11.8",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"@types/request": "^2.48.8",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.34.0",
"aws-sdk": "^2.1243.0",
"aws-sdk": "^2.1250.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "^29.2",
"jest-mock": "^29.2.1",
"jest": "^29.3",
"jest-mock": "^29.3.0",
"prettier": "2.7.1",
"ts-jest": "^29.0.3",
"ts-node-dev": "^2.0.0",
Expand Down
615 changes: 310 additions & 305 deletions modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/runners/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ yarn run dist
| <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 |
| <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 |
| <a name="input_market_options"></a> [market\_options](#input\_market\_options) | DEPCRECATED: Replaced by `instance_target_capacity_type`. | `string` | `null` | no |
| <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 |
| <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 |
| <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 |
| <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 |
| <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 |
Expand Down
12 changes: 6 additions & 6 deletions modules/runners/lambdas/runners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/aws-lambda": "^8.10.108",
"@types/express": "^4.17.14",
"@types/jest": "^29.2.0",
"@types/jest": "^29.2.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "^29.2",
"jest-mock": "^29.2.1",
"jest": "^29.3",
"jest-mock": "^29.3.0",
"jest-mock-extended": "^3.0.1",
"moment-timezone": "^0.5.38",
"nock": "^13.2.9",
Expand All @@ -36,14 +36,14 @@
"ts-node-dev": "^2.0.0"
},
"dependencies": {
"@aws-sdk/client-ssm": "^3.199.0",
"@aws-sdk/client-ssm": "^3.205.0",
"@octokit/auth-app": "4.0.7",
"@octokit/rest": "^19.0.5",
"@octokit/types": "^8.0.0",
"@types/aws-lambda": "^8.10.108",
"@types/express": "^4.17.14",
"@types/node": "^18.11.4",
"aws-sdk": "^2.1243.0",
"@types/node": "^18.11.9",
"aws-sdk": "^2.1250.0",
"cron-parser": "^4.6.0",
"tslog": "^3.3.4",
"typescript": "^4.8.4"
Expand Down
Loading