Skip to content

v0.26.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 18:38
· 8 commits to refs/heads/main since this release
91595d9

馃悰 Bug Fixes

Fix Race Condition between the Creation of the S3 Bucket Policy and the CloudTrail Trail @X-Guardian (#91)

what

Fix the race condition between the creation of the S3 Bucket policy and the CloudTrail trail by adding a depends_on argument to the bucket_id output which is used as input to the CloudTrail module. This ensures that all the resources in the CloudTrail S3 Bucket module, including the S3 Bucket Policy have been created before the CloudTrail trail is created.

The example used for the tests has also been updated to include the creation of the CloudTrail Trail to verify that this is working.

why

馃 Automatic Updates

Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#89)

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 (#84)

what

  • Install a repository config (.github/settings.yaml)

why

  • Programmatically manage GitHub repo settings
Update Scaffolding @osterman (#82)

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