terraform-aws-elastic-beanstalk-environment
terraform-aws-elastic-beanstalk-environment copied to clipboard
chore(deps): update terraform cloudposse/lb-s3-bucket/aws to v0.20.0 (main)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| cloudposse/lb-s3-bucket/aws (source) | module | minor | 0.19.0 -> 0.20.0 |
Release Notes
cloudposse/terraform-aws-lb-s3-bucket (cloudposse/lb-s3-bucket/aws)
v0.20.0
Expose variable s3_object_ownership @adamantike (#67)
what
- Add
s3_object_ownershipvariable for passthrough to thecloudposse/s3-log-storage/awsmodule. - Bump minimum Terraform version to
1.3.0, which is already required by the underlying modulecloudposse/s3-log-storage/aws(reference).
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, which is currently failing when trying to create ACLs, with error:
AccessControlListNotSupported: The bucket does not allow ACLs
v0.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
- Copy bucket_name logic 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/.githubrepository - 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 readmeto rebuildREADME.mdfromREADME.yaml - Migrate to square badges
- Add scaffolding for repo settings and Mergify
why
- Upstream template changed in the
.githubrepo - Work better with repository rulesets
- Modernize look & feel
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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.
/terratest