File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.4.2] ( https://github.com/philips-labs/terraform-aws-github-runner/compare/v3.4.1...v3.4.2 ) (2023-06-13)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Fix pool logic with runner name prefix ([ #3303 ] ( https://github.com/philips-labs/terraform-aws-github-runner/issues/3303 ) ) ([ 66e2a66] ( https://github.com/philips-labs/terraform-aws-github-runner/commit/66e2a66adcf200a85c0200382756f4fa5a71aadb ) )
9
+ * remove duplicate vpc execution permissions ([ #3304 ] ( https://github.com/philips-labs/terraform-aws-github-runner/issues/3304 ) ) ([ 0bebeef] ( https://github.com/philips-labs/terraform-aws-github-runner/commit/0bebeef094b2e64af7f81166becae6c65167df86 ) )
10
+
3
11
## [ 3.4.1] ( https://github.com/philips-labs/terraform-aws-github-runner/compare/v3.4.0...v3.4.1 ) (2023-05-23)
4
12
5
13
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ No modules.
31
31
| [ aws_cloudwatch_event_target.pool] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_target ) | resource |
32
32
| [ aws_cloudwatch_log_group.pool] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group ) | resource |
33
33
| [ aws_iam_role.pool] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role ) | resource |
34
- | [ aws_iam_role_policy.lambda_pool_vpc] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy ) | resource |
35
34
| [ aws_iam_role_policy.pool] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy ) | resource |
36
35
| [ aws_iam_role_policy.pool_logging] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy ) | resource |
37
36
| [ aws_iam_role_policy.pool_xray] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy ) | resource |
You can’t perform that action at this time.
0 commit comments