cloudposse/terraform-aws-lb-s3-bucket (cloudposse/lb-s3-bucket/aws)
### [`v0.20.0`](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/releases/tag/0.20.0)
[Compare Source](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/compare/0.19.1...0.20.0)
Expose variable s3_object_ownership @adamantike (#67)
##### what
- Add `s3_object_ownership` variable for passthrough to the `cloudposse/s3-log-storage/aws` module.
- Bump minimum Terraform version to `1.3.0`, which is already required by the underlying module `cloudposse/s3-log-storage/aws` ([reference](https://redirect.github.com/cloudposse/terraform-aws-s3-log-storage/blob/1.3.1/versions.tf#L2)).
##### why
Terraform code using this module could require different values than the default, for `s3_object_ownership`.
Specifically, this will allow us to fix [https://github.com/cloudposse/terraform-aws-ecs-web-app/pull/225](https://redirect.github.com/cloudposse/terraform-aws-ecs-web-app/pull/225), which is currently failing when trying to create ACLs, with error:
> AccessControlListNotSupported: The bucket does not allow ACLs
### [`v0.19.1`](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/releases/tag/0.19.1)
[Compare Source](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/compare/0.19.0...0.19.1)
##### 🐛 Bug Fixes
Fix bucket name in policy statements, fixing #81 @benjamin-hg (#82)
##### what
- Limit generated S3 bucket name to 63 characters
##### why
- AWS imposed limit, derived from DNS limits, allowing S3 buckets to be accessed by name via DNS
##### references
- closes [#81](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/issues/81)
- Copy [bucket_name logic](https://redirect.github.com/cloudposse/terraform-aws-s3-log-storage/blob/main/main.tf#L1-L15) from dependent module
##### 🤖 Automatic Updates
Update GitHub workflows @osterman (#84)
##### what
- Update workflows (`.github/workflows/settings.yaml`)
##### why
- Support new readme generation workflow.
- Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#79)
##### what
- Install latest GitHub Action Workflows
##### why
- Use shared workflows from `cldouposse/.github` repository
- Simplify management of workflows from centralized hub of configuration
Add GitHub Settings @osterman (#74)
##### what
- Install a repository config (`.github/settings.yaml`)
##### why
- Programmatically manage GitHub repo settings
Update Scaffolding @osterman (#72)
##### what
- Reran `make readme` to rebuild `README.md` from `README.yaml`
- Migrate to square badges
- Add scaffolding for repo settings and Mergify
##### why
- Upstream template changed in the `.github` repo
- Work better with repository rulesets
- Modernize look & feel
### [`v0.19.0`](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/releases/tag/0.19.0)
[Compare Source](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/compare/0.18.0...0.19.0)
##### 🤖 Automatic Updates
chore(deps): update terraform cloudposse/s3-log-storage/aws to v1.4.2 (main) @renovate (#69)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [cloudposse/s3-log-storage/aws](https://registry.terraform.io/modules/cloudposse/s3-log-storage/aws) ([source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage)) | module | patch | `1.4.0` -> `1.4.2` |
***
##### Release Notes
cloudposse/terraform-aws-s3-log-storage (cloudposse/s3-log-storage/aws)
##### [`v1.4.2`](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/releases/tag/1.4.2)
[Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/compare/1.4.1...1.4.2)
##### 🚀 Enhancements
Add `grants` input @8203;Nuru (#8203;93)
##### what
- Add `grants` input
##### why
- Some AWS services, such at Cloudfront, require specific grants for log delivery
##### references
- [Cloudfront log delivery requirements](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#AccessLogsBucketAndFileOwnership)
##### [`v1.4.1`](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/releases/tag/1.4.1)
[Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/compare/1.4.0...1.4.1)
Sync .github @8203;max-lobur (#8203;89)
Rebuild '.github' dir from the template
##### 🚀 Enhancements
Update Terraform cloudposse/s3-bucket/aws to v3.1.2 (main) @8203;renovate (#8203;91)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [cloudposse/s3-bucket/aws](https://registry.terraform.io/modules/cloudposse/s3-bucket/aws) ([source](https://togithub.com/cloudposse/terraform-aws-s3-bucket)) | module | patch | `3.1.1` -> `3.1.2` |
***
##### Release Notes
cloudposse/terraform-aws-s3-bucket
##### [`v3.1.2`](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/tag/3.1.2): Fix Public Bucket Creation
[Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-bucket/compare/3.1.1...3.1.2)
##### What's Changed
- Remove reference to TF_DATA_DIR retained by mistake in [#40](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/issues/40) by [@Nuru](https://togithub.com/Nuru) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/181](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/181)
- Sync .github by [@max-lobur](https://togithub.com/max-lobur) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/183](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/183)
- Fix linters / Retest on AWS provider V5 by [@max-lobur](https://togithub.com/max-lobur) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/188](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/188)
- Fix Public Bucket Creation by [@rankin-tr](https://togithub.com/rankin-tr) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/194](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/194)
##### New Contributors
- [@rankin-tr](https://togithub.com/rankin-tr) made their first contribution in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/194](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/194)
**Full Changelog**: https://github.com/cloudposse/terraform-aws-s3-bucket/compare/3.1.1...3.1.2
***
##### 🤖 Automatic Updates
Update Terraform cloudposse/s3-bucket/aws to v3.1.2 (main) @8203;renovate (#8203;91)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [cloudposse/s3-bucket/aws](https://registry.terraform.io/modules/cloudposse/s3-bucket/aws) ([source](https://togithub.com/cloudposse/terraform-aws-s3-bucket)) | module | patch | `3.1.1` -> `3.1.2` |
***
##### Release Notes
cloudposse/terraform-aws-s3-bucket
##### [`v3.1.2`](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/tag/3.1.2): Fix Public Bucket Creation
[Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-bucket/compare/3.1.1...3.1.2)
##### What's Changed
- Remove reference to TF_DATA_DIR retained by mistake in [#40](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/issues/40) by [@Nuru](https://togithub.com/Nuru) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/181](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/181)
- Sync .github by [@max-lobur](https://togithub.com/max-lobur) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/183](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/183)
- Fix linters / Retest on AWS provider V5 by [@max-lobur](https://togithub.com/max-lobur) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/188](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/188)
- Fix Public Bucket Creation by [@rankin-tr](https://togithub.com/rankin-tr) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/194](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/194)
##### New Contributors
- [@rankin-tr](https://togithub.com/rankin-tr) made their first contribution in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/194](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/194)
**Full Changelog**: https://github.com/cloudposse/terraform-aws-s3-bucket/compare/3.1.1...3.1.2
***
***
### [`v0.18.0`](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/releases/tag/0.18.0)
[Compare Source](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/compare/0.17.0...0.18.0)
Sync .github @max-lobur (#65)
Rebuild .github dir from the template
##### 🤖 Automatic Updates
chore(deps): update terraform cloudposse/s3-log-storage/aws to v1.4.0 (main) @renovate (#66)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [cloudposse/s3-log-storage/aws](https://registry.terraform.io/modules/cloudposse/s3-log-storage/aws) ([source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage)) | module | minor | `1.3.1` -> `1.4.0` |
***
##### Release Notes
cloudposse/terraform-aws-s3-log-storage
##### [`v1.4.0`](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/releases/tag/1.4.0)
[Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/compare/1.3.1...1.4.0)
- No changes
***
### [`v0.17.0`](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/releases/tag/0.17.0)
[Compare Source](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/compare/0.16.4...0.17.0)
- No changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.16.4
->0.20.0
Release Notes
cloudposse/terraform-aws-lb-s3-bucket (cloudposse/lb-s3-bucket/aws)
### [`v0.20.0`](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/releases/tag/0.20.0) [Compare Source](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/compare/0.19.1...0.20.0)Expose variable s3_object_ownership @adamantike (#67)
##### what - Add `s3_object_ownership` variable for passthrough to the `cloudposse/s3-log-storage/aws` module. - Bump minimum Terraform version to `1.3.0`, which is already required by the underlying module `cloudposse/s3-log-storage/aws` ([reference](https://redirect.github.com/cloudposse/terraform-aws-s3-log-storage/blob/1.3.1/versions.tf#L2)). ##### why Terraform code using this module could require different values than the default, for `s3_object_ownership`. Specifically, this will allow us to fix [https://github.com/cloudposse/terraform-aws-ecs-web-app/pull/225](https://redirect.github.com/cloudposse/terraform-aws-ecs-web-app/pull/225), which is currently failing when trying to create ACLs, with error: > AccessControlListNotSupported: The bucket does not allow ACLsFix bucket name in policy statements, fixing #81 @benjamin-hg (#82)
##### what - Limit generated S3 bucket name to 63 characters ##### why - AWS imposed limit, derived from DNS limits, allowing S3 buckets to be accessed by name via DNS ##### references - closes [#81](https://redirect.github.com/cloudposse/terraform-aws-lb-s3-bucket/issues/81) - Copy [bucket_name logic](https://redirect.github.com/cloudposse/terraform-aws-s3-log-storage/blob/main/main.tf#L1-L15) from dependent moduleUpdate GitHub workflows @osterman (#84)
##### what - Update workflows (`.github/workflows/settings.yaml`) ##### why - Support new readme generation workflow. - Generate bannersUse GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#79)
##### what - Install latest GitHub Action Workflows ##### why - Use shared workflows from `cldouposse/.github` repository - Simplify management of workflows from centralized hub of configurationAdd GitHub Settings @osterman (#74)
##### what - Install a repository config (`.github/settings.yaml`) ##### why - Programmatically manage GitHub repo settingsUpdate Scaffolding @osterman (#72)
##### what - Reran `make readme` to rebuild `README.md` from `README.yaml` - Migrate to square badges - Add scaffolding for repo settings and Mergify ##### why - Upstream template changed in the `.github` repo - Work better with repository rulesets - Modernize look & feelchore(deps): update terraform cloudposse/s3-log-storage/aws to v1.4.2 (main) @renovate (#69)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/s3-log-storage/aws](https://registry.terraform.io/modules/cloudposse/s3-log-storage/aws) ([source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage)) | module | patch | `1.4.0` -> `1.4.2` | *** ##### Release Notescloudposse/terraform-aws-s3-log-storage (cloudposse/s3-log-storage/aws)
##### [`v1.4.2`](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/releases/tag/1.4.2) [Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/compare/1.4.1...1.4.2) ##### 🚀 EnhancementsAdd `grants` input @8203;Nuru (#8203;93)
##### what - Add `grants` input ##### why - Some AWS services, such at Cloudfront, require specific grants for log delivery ##### references - [Cloudfront log delivery requirements](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#AccessLogsBucketAndFileOwnership)Sync .github @8203;max-lobur (#8203;89)
Rebuild '.github' dir from the templateUpdate Terraform cloudposse/s3-bucket/aws to v3.1.2 (main) @8203;renovate (#8203;91)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/s3-bucket/aws](https://registry.terraform.io/modules/cloudposse/s3-bucket/aws) ([source](https://togithub.com/cloudposse/terraform-aws-s3-bucket)) | module | patch | `3.1.1` -> `3.1.2` | *** ##### Release Notescloudposse/terraform-aws-s3-bucket
##### [`v3.1.2`](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/tag/3.1.2): Fix Public Bucket Creation [Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-bucket/compare/3.1.1...3.1.2) ##### What's Changed - Remove reference to TF_DATA_DIR retained by mistake in [#40](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/issues/40) by [@Nuru](https://togithub.com/Nuru) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/181](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/181) - Sync .github by [@max-lobur](https://togithub.com/max-lobur) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/183](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/183) - Fix linters / Retest on AWS provider V5 by [@max-lobur](https://togithub.com/max-lobur) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/188](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/188) - Fix Public Bucket Creation by [@rankin-tr](https://togithub.com/rankin-tr) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/194](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/194) ##### New Contributors - [@rankin-tr](https://togithub.com/rankin-tr) made their first contribution in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/194](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/194) **Full Changelog**: https://github.com/cloudposse/terraform-aws-s3-bucket/compare/3.1.1...3.1.2Update Terraform cloudposse/s3-bucket/aws to v3.1.2 (main) @8203;renovate (#8203;91)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/s3-bucket/aws](https://registry.terraform.io/modules/cloudposse/s3-bucket/aws) ([source](https://togithub.com/cloudposse/terraform-aws-s3-bucket)) | module | patch | `3.1.1` -> `3.1.2` | *** ##### Release Notescloudposse/terraform-aws-s3-bucket
##### [`v3.1.2`](https://togithub.com/cloudposse/terraform-aws-s3-bucket/releases/tag/3.1.2): Fix Public Bucket Creation [Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-bucket/compare/3.1.1...3.1.2) ##### What's Changed - Remove reference to TF_DATA_DIR retained by mistake in [#40](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/issues/40) by [@Nuru](https://togithub.com/Nuru) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/181](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/181) - Sync .github by [@max-lobur](https://togithub.com/max-lobur) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/183](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/183) - Fix linters / Retest on AWS provider V5 by [@max-lobur](https://togithub.com/max-lobur) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/188](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/188) - Fix Public Bucket Creation by [@rankin-tr](https://togithub.com/rankin-tr) in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/194](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/194) ##### New Contributors - [@rankin-tr](https://togithub.com/rankin-tr) made their first contribution in [https://github.com/cloudposse/terraform-aws-s3-bucket/pull/194](https://redirect.github.com/cloudposse/terraform-aws-s3-bucket/pull/194) **Full Changelog**: https://github.com/cloudposse/terraform-aws-s3-bucket/compare/3.1.1...3.1.2Sync .github @max-lobur (#65)
Rebuild .github dir from the templatechore(deps): update terraform cloudposse/s3-log-storage/aws to v1.4.0 (main) @renovate (#66)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/s3-log-storage/aws](https://registry.terraform.io/modules/cloudposse/s3-log-storage/aws) ([source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage)) | module | minor | `1.3.1` -> `1.4.0` | *** ##### Release Notescloudposse/terraform-aws-s3-log-storage
##### [`v1.4.0`](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/releases/tag/1.4.0) [Compare Source](https://togithub.com/cloudposse/terraform-aws-s3-log-storage/compare/1.3.1...1.4.0) - No changesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.