Skip to content

Commit cf63149

Browse files
chore(main): release 6.3.1 (#818)
🤖 I have created a release *beep* *boop* --- ## [6.3.1](6.3.0...6.3.1) (2023-04-27) ### Bug Fixes * allow s3 cache access for the "docker" runner executor ([#817](#817)) ([a17015f](a17015f)) * remove explicit aws_s3_bucket_acl ([#815](#815)) ([5d88370](5d88370)) --- 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[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 a17015f commit cf63149

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [6.3.1](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/6.3.0...6.3.1) (2023-04-27)
4+
5+
6+
### Bug Fixes
7+
8+
* allow s3 cache access for the "docker" runner executor ([#817](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/817)) ([a17015f](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/a17015f0fb0cbf2159b938a0b60eac31530a9eb7))
9+
* remove explicit aws_s3_bucket_acl ([#815](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/815)) ([5d88370](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/5d883706afb0313a098027d8320f275171ec74a7))
10+
311
## [6.3.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/6.2.0...6.3.0) (2023-04-21)
412

513

Diff for: examples/runner-default/README.md

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

6060
## Inputs
6161

Diff for: examples/runner-docker/README.md

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

6565
## Inputs
6666

Diff for: examples/runner-public/README.md

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

6060
## Inputs
6161

Diff for: modules/cache/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ No modules.
5555
|------|------|
5656
| [aws_iam_policy.docker_machine_cache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |
5757
| [aws_s3_bucket.build_cache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) | resource |
58-
| [aws_s3_bucket_acl.build_cache_acl](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl) | resource |
5958
| [aws_s3_bucket_lifecycle_configuration.build_cache_versioning](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration) | resource |
6059
| [aws_s3_bucket_logging.build_cache](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_logging) | resource |
6160
| [aws_s3_bucket_public_access_block.build_cache_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block) | resource |

0 commit comments

Comments
 (0)