v0.19.1
·
20 commits
to refs/heads/main
since this release
🐛 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/.github
repository - Simplify management of workflows from centralized hub of configuration