Skip to content

Commit bffc98d

Browse files
chore(main): release 6.4.1 (#838)
🤖 I have created a release *beep* *boop* --- ## [6.4.1](6.4.0...6.4.1) (2023-05-11) ### Reverts * removes the `nonsensitive` from `runner_user_data` output ([#832](#832)) ([3481b0d](3481b0d)) --- 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 <dev.npalm@gmail.com> Co-authored-by: cattle-ops-releaser[bot] <126345536+cattle-ops-releaser[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3481b0d commit bffc98d

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.4.1](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/6.4.0...6.4.1) (2023-05-11)
4+
5+
6+
### Reverts
7+
8+
* removes the `nonsensitive` from `runner_user_data` output ([#832](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/832)) ([3481b0d](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/3481b0d5ac0ba35902de4379975bb82fd6e41d5c))
9+
310
## [6.4.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/6.3.1...6.4.0) (2023-05-03)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ Made with [contributors-img](https://contrib.rocks).
727727
| <a name="output_runner_role_arn"></a> [runner\_role\_arn](#output\_runner\_role\_arn) | ARN of the role used for the docker machine runners. |
728728
| <a name="output_runner_role_name"></a> [runner\_role\_name](#output\_runner\_role\_name) | Name of the role used for the docker machine runners. |
729729
| <a name="output_runner_sg_id"></a> [runner\_sg\_id](#output\_runner\_sg\_id) | ID of the security group attached to the docker machine runners. |
730-
| <a name="output_runner_user_data"></a> [runner\_user\_data](#output\_runner\_user\_data) | The user data of the Gitlab Runner Agent's launch template. |
730+
| <a name="output_runner_user_data"></a> [runner\_user\_data](#output\_runner\_user\_data) | (Deprecated) The user data of the Gitlab Runner Agent's launch template. Set `var.debug.output_runner_user_data_to_file` to true to write `user_data.sh`. |
731731
<!-- END_TF_DOCS -->
732732
<!-- markdownlint-enable -->
733733
<!-- cSpell:enable -->

examples/runner-default/README.md

Lines changed: 4 additions & 4 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 |
33-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 4.65.0 |
33+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 4.66.1 |
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) | 4.65.0 |
43+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.66.1 |
4444

4545
## Modules
4646

@@ -54,8 +54,8 @@ check `.terraform-version` for the tested version.
5454

5555
| Name | Type |
5656
|------|------|
57-
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/4.65.0/docs/data-sources/availability_zones) | data source |
58-
| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/4.65.0/docs/data-sources/security_group) | data source |
57+
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/4.66.1/docs/data-sources/availability_zones) | data source |
58+
| [aws_security_group.default](https://registry.terraform.io/providers/hashicorp/aws/4.66.1/docs/data-sources/security_group) | data source |
5959

6060
## Inputs
6161

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 |
39-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 4.65.0 |
39+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 4.66.1 |
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) | 4.65.0 |
49+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.66.1 |
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/4.65.0/docs/data-sources/availability_zones) | data source |
63+
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/4.66.1/docs/data-sources/availability_zones) | data source |
6464

6565
## Inputs
6666

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 |
33-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 4.65.0 |
33+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | 4.66.1 |
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) | 4.65.0 |
43+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.66.1 |
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/4.65.0/docs/data-sources/availability_zones) | data source |
58+
| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/4.66.1/docs/data-sources/availability_zones) | data source |
5959

6060
## Inputs
6161

0 commit comments

Comments
 (0)