Skip to content

Commit ae24c9c

Browse files
chore(main): release 7.2.1 (#1035)
🤖 I have created a release *beep* *boop* --- ## [7.2.1](7.2.0...7.2.1) (2023-11-10) ### Bug Fixes * delete the 'runner_config_toml_rendereded' output variable ([#1019](#1019)) ([3f7eaea](3f7eaea)) * run the GitLab Runner deregistration process at shutdown ([#1034](#1034)) ([68884fd](68884fd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: Niek Palm <[email protected]> Co-authored-by: cattle-ops-releaser-2[bot] <134548870+cattle-ops-releaser-2[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f7eaea commit ae24c9c

File tree

7 files changed

+25
-18
lines changed

7 files changed

+25
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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. |

examples/runner-certificates/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

examples/runner-default/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

examples/runner-docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

examples/runner-pre-registered/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

examples/runner-public/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)