File tree Expand file tree Collapse file tree 7 files changed +25
-18
lines changed Expand file tree Collapse file tree 7 files changed +25
-18
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 7.2.1] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.2.0...7.2.1 ) (2023-11-10)
4+
5+
6+ ### Bug Fixes
7+
8+ * delete the 'runner_config_toml_rendereded' output variable ([ #1019 ] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1019 ) ) ([ 3f7eaea] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/3f7eaea0727620097e4b1126f0a2f567f9fb2f9b ) )
9+ * run the GitLab Runner deregistration process at shutdown ([ #1034 ] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1034 ) ) ([ 68884fd] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/68884fd0eb31a5a4a113386f3108964412964f07 ) )
10+
311## [ 7.2.0] ( https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.1.1...7.2.0 ) (2023-11-07)
412
513
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
8585
8686| Name | Version |
8787| ------| ---------|
88- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.23.1 |
88+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24.0 |
8989| <a name =" provider_local " ></a > [ local] ( #provider\_ local ) | 2.4.0 |
9090| <a name =" provider_tls " ></a > [ tls] ( #provider\_ tls ) | 4.0.4 |
9191
@@ -221,7 +221,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
221221| <a name =" output_runner_as_group_name " ></a > [ runner\_ as\_ group\_ name] ( #output\_ runner\_ as\_ group\_ name ) | Name of the autoscaling group for the gitlab-runner instance |
222222| <a name =" output_runner_cache_bucket_arn " ></a > [ runner\_ cache\_ bucket\_ arn] ( #output\_ runner\_ cache\_ bucket\_ arn ) | ARN of the S3 for the build cache. |
223223| <a name =" output_runner_cache_bucket_name " ></a > [ runner\_ cache\_ bucket\_ name] ( #output\_ runner\_ cache\_ bucket\_ name ) | Name of the S3 for the build cache. |
224- | <a name =" output_runner_config_toml_rendered " ></a > [ runner\_ config\_ toml\_ rendered] ( #output\_ runner\_ config\_ toml\_ rendered ) | The rendered config.toml given to the Runner Manager. |
225224| <a name =" output_runner_eip " ></a > [ runner\_ eip] ( #output\_ runner\_ eip ) | EIP of the Gitlab Runner |
226225| <a name =" output_runner_launch_template_name " ></a > [ runner\_ launch\_ template\_ name] ( #output\_ runner\_ launch\_ template\_ name ) | The name of the runner's launch template. |
227226| <a name =" output_runner_role_arn " ></a > [ runner\_ role\_ arn] ( #output\_ runner\_ role\_ arn ) | ARN of the role used for the docker machine runners. |
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ For **user images**, you must:
139139| Name | Version |
140140|------|---------|
141141| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
142- | <a name="requirement_aws"></a> [aws](#requirement\_aws) | 5.23.1 |
142+ | <a name="requirement_aws"></a> [aws](#requirement\_aws) | 5.24.0 |
143143| <a name="requirement_local"></a> [local](#requirement\_local) | 2.4.0 |
144144| <a name="requirement_null"></a> [null](#requirement\_null) | 3.2.1 |
145145| <a name="requirement_random"></a> [random](#requirement\_random) | 3.5.1 |
@@ -149,7 +149,7 @@ For **user images**, you must:
149149
150150| Name | Version |
151151|------|---------|
152- | <a name="provider_aws"></a> [aws](#provider\_aws) | 5.23.1 |
152+ | <a name="provider_aws"></a> [aws](#provider\_aws) | 5.24.0 |
153153
154154## Modules
155155
@@ -163,7 +163,7 @@ For **user images**, you must:
163163
164164| Name | Type |
165165|------|------|
166- | [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.23.1 /docs/data-sources/availability_zones) | data source |
166+ | [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/5.24.0 /docs/data-sources/availability_zones) | data source |
167167
168168## Inputs
169169
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ check `.terraform-version` for the tested version.
3333| Name | Version |
3434| ------| ---------|
3535| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
36- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.23.1 |
36+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.24.0 |
3737| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | 2.4.0 |
3838| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | 3.2.1 |
3939| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.5.1 |
@@ -43,7 +43,7 @@ check `.terraform-version` for the tested version.
4343
4444| Name | Version |
4545| ------| ---------|
46- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.23.1 |
46+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24.0 |
4747
4848## Modules
4949
@@ -57,8 +57,8 @@ check `.terraform-version` for the tested version.
5757
5858| Name | Type |
5959| ------| ------|
60- | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.23.1 /docs/data-sources/availability_zones ) | data source |
61- | [ aws_security_group.default] ( https://registry.terraform.io/providers/hashicorp/aws/5.23.1 /docs/data-sources/security_group ) | data source |
60+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.24.0 /docs/data-sources/availability_zones ) | data source |
61+ | [ aws_security_group.default] ( https://registry.terraform.io/providers/hashicorp/aws/5.24.0 /docs/data-sources/security_group ) | data source |
6262
6363## Inputs
6464
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ check `.terraform-version` for the tested version.
3636| Name | Version |
3737| ------| ---------|
3838| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
39- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.23.1 |
39+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.24.0 |
4040| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | 2.4.0 |
4141| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | 3.2.1 |
4242| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.5.1 |
@@ -46,7 +46,7 @@ check `.terraform-version` for the tested version.
4646
4747| Name | Version |
4848| ------| ---------|
49- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.23.1 |
49+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24.0 |
5050
5151## Modules
5252
@@ -60,7 +60,7 @@ check `.terraform-version` for the tested version.
6060
6161| Name | Type |
6262| ------| ------|
63- | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.23.1 /docs/data-sources/availability_zones ) | data source |
63+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.24.0 /docs/data-sources/availability_zones ) | data source |
6464
6565## Inputs
6666
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ check `.terraform-version` for the tested version.
1919| Name | Version |
2020| ------| ---------|
2121| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
22- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.23.1 |
22+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.24.0 |
2323| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | 2.4.0 |
2424| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | 3.2.1 |
2525| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.5.1 |
@@ -29,7 +29,7 @@ check `.terraform-version` for the tested version.
2929
3030| Name | Version |
3131| ------| ---------|
32- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.23.1 |
32+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24.0 |
3333
3434## Modules
3535
@@ -43,7 +43,7 @@ check `.terraform-version` for the tested version.
4343
4444| Name | Type |
4545| ------| ------|
46- | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.23.1 /docs/data-sources/availability_zones ) | data source |
46+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.24.0 /docs/data-sources/availability_zones ) | data source |
4747
4848## Inputs
4949
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ check `.terraform-version` for the tested version.
3030| Name | Version |
3131| ------| ---------|
3232| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.3 |
33- | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.23.1 |
33+ | <a name =" requirement_aws " ></a > [ aws] ( #requirement\_ aws ) | 5.24.0 |
3434| <a name =" requirement_local " ></a > [ local] ( #requirement\_ local ) | 2.4.0 |
3535| <a name =" requirement_null " ></a > [ null] ( #requirement\_ null ) | 3.2.1 |
3636| <a name =" requirement_random " ></a > [ random] ( #requirement\_ random ) | 3.5.1 |
@@ -40,7 +40,7 @@ check `.terraform-version` for the tested version.
4040
4141| Name | Version |
4242| ------| ---------|
43- | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.23.1 |
43+ | <a name =" provider_aws " ></a > [ aws] ( #provider\_ aws ) | 5.24.0 |
4444
4545## Modules
4646
@@ -55,7 +55,7 @@ check `.terraform-version` for the tested version.
5555
5656| Name | Type |
5757| ------| ------|
58- | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.23.1 /docs/data-sources/availability_zones ) | data source |
58+ | [ aws_availability_zones.available] ( https://registry.terraform.io/providers/hashicorp/aws/5.24.0 /docs/data-sources/availability_zones ) | data source |
5959
6060## Inputs
6161
You can’t perform that action at this time.
0 commit comments