Skip to content

v0.19.1

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 18:39
· 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

🤖 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