File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 6.10.0] ( https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.9.1...v6.10.0 ) (2025-11-24)
4+
5+
6+ ### Features
7+
8+ * ** runner-binaries-syncer:** add s3_tags variable for additional S3 bucket tagging ([ #4832 ] ( https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4832 ) ) ([ 8db1f60] ( https://github.com/github-aws-runners/terraform-aws-github-runner/commit/8db1f60401b35e769e03b2ab6a1a009ea0dd8095 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** lambda:** bump the aws group in /lambdas with 6 updates ([ #4906 ] ( https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4906 ) ) ([ afd62b6] ( https://github.com/github-aws-runners/terraform-aws-github-runner/commit/afd62b676f9f7e05d3065484c38c1c96cb4d1884 ) )
14+ * ** runners:** support for AMIs with parentheses in the name ([ #4856 ] ( https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4856 ) ) ([ 2904a10] ( https://github.com/github-aws-runners/terraform-aws-github-runner/commit/2904a10e0b0d6c0bbb862643af49659530c19960 ) )
15+
316## [ 6.9.1] ( https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.9.0...v6.9.1 ) (2025-11-21)
417
518
Original file line number Diff line number Diff line change 2626 "dependencies" : {
2727 "@aws-github-runner/aws-powertools-util" : " *" ,
2828 "@aws-github-runner/aws-ssm-util" : " *" ,
29- "@aws-sdk/client-ec2" : " ^3.930 .0" ,
30- "@aws-sdk/client-ssm" : " ^3.930 .0" ,
29+ "@aws-sdk/client-ec2" : " ^3.934 .0" ,
30+ "@aws-sdk/client-ssm" : " ^3.934 .0" ,
3131 "cron-parser" : " ^5.4.0"
3232 },
3333 "nx" : {
Original file line number Diff line number Diff line change 3333 "@aws-github-runner/aws-powertools-util" : " *" ,
3434 "@aws-github-runner/aws-ssm-util" : " *" ,
3535 "@aws-lambda-powertools/parameters" : " ^2.28.1" ,
36- "@aws-sdk/client-ec2" : " ^3.930 .0" ,
37- "@aws-sdk/client-sqs" : " ^3.930 .0" ,
36+ "@aws-sdk/client-ec2" : " ^3.934 .0" ,
37+ "@aws-sdk/client-sqs" : " ^3.934 .0" ,
3838 "@middy/core" : " ^6.4.5" ,
3939 "@octokit/auth-app" : " 8.1.2" ,
4040 "@octokit/core" : " 7.0.6" ,
Original file line number Diff line number Diff line change 2424 "@vercel/ncc" : " ^0.38.4" ,
2525 "aws-sdk-client-mock" : " ^4.1.0" ,
2626 "aws-sdk-client-mock-jest" : " ^4.1.0" ,
27- "aws-sdk-client-mock-vitest" : " ^6.2 .1"
27+ "aws-sdk-client-mock-vitest" : " ^7.0 .1"
2828 },
2929 "dependencies" : {
3030 "@aws-github-runner/aws-powertools-util" : " *" ,
31- "@aws-sdk/client-s3" : " ^3.930 .0" ,
32- "@aws-sdk/lib-storage" : " ^3.930 .0" ,
31+ "@aws-sdk/client-s3" : " ^3.934 .0" ,
32+ "@aws-sdk/lib-storage" : " ^3.934 .0" ,
3333 "@middy/core" : " ^6.4.5" ,
3434 "@octokit/rest" : " 22.0.1" ,
3535 "axios" : " ^1.13.2"
Original file line number Diff line number Diff line change 2424 },
2525 "dependencies" : {
2626 "@aws-github-runner/aws-powertools-util" : " *" ,
27- "@aws-sdk/client-ec2" : " ^3.930 .0" ,
27+ "@aws-sdk/client-ec2" : " ^3.934 .0" ,
2828 "@middy/core" : " ^6.4.5"
2929 },
3030 "nx" : {
Original file line number Diff line number Diff line change 1717 "all" : " yarn build && yarn format && yarn lint && yarn test"
1818 },
1919 "devDependencies" : {
20- "@aws-sdk/client-eventbridge" : " ^3.930 .0" ,
20+ "@aws-sdk/client-eventbridge" : " ^3.934 .0" ,
2121 "@octokit/webhooks-types" : " ^7.6.1" ,
2222 "@types/aws-lambda" : " ^8.10.155" ,
2323 "@types/express" : " ^5.0.3" ,
3030 "dependencies" : {
3131 "@aws-github-runner/aws-powertools-util" : " *" ,
3232 "@aws-github-runner/aws-ssm-util" : " *" ,
33- "@aws-sdk/client-sqs" : " ^3.930 .0" ,
33+ "@aws-sdk/client-sqs" : " ^3.934 .0" ,
3434 "@middy/core" : " ^6.4.5" ,
3535 "@octokit/rest" : " 22.0.1" ,
3636 "@octokit/types" : " ^16.0.0" ,
Original file line number Diff line number Diff line change 2323 },
2424 "dependencies" : {
2525 "@aws-github-runner/aws-powertools-util" : " *" ,
26- "@aws-sdk/client-ssm" : " ^3.930 .0"
26+ "@aws-sdk/client-ssm" : " ^3.934 .0"
2727 },
2828 "nx" : {
2929 "includedScripts" : [
Original file line number Diff line number Diff line change 2525 },
2626 "devDependencies" : {
2727 "@eslint/eslintrc" : " ^3.3.1" ,
28- "@nx/eslint" : " 22.0.3 " ,
29- "@nx/js" : " ^22.0.3 " ,
30- "@nx/vite" : " ^22.0.3 " ,
28+ "@nx/eslint" : " 22.1.0 " ,
29+ "@nx/js" : " ^22.1.0 " ,
30+ "@nx/vite" : " ^22.1.0 " ,
3131 "@swc-node/register" : " ~1.11.1" ,
3232 "@swc/core" : " ~1.15.0" ,
3333 "@swc/helpers" : " ~0.5.17" ,
4444 "ts-node-dev" : " ^2.0.0" ,
4545 "typescript" : " ^5.9.3" ,
4646 "vite" : " ^7.2.0" ,
47- "vitest" : " ^4.0.7 "
47+ "vitest" : " ^4.0.10 "
4848 },
4949 "packageManager" : " yarn@4.3.1"
5050}
You can’t perform that action at this time.
0 commit comments