Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 02 Oct 15:37
· 4 commits to refs/heads/main since this release
05e2150

🚀 Enhancements

fix(notifications): logic for assigning subscriber emails @Gowiem (#51) ## what * Reverses logic for assigning subscriber emails when notifications are enabled

why

  • Previously providing subscriber emails was not working due to only assigning those emails when notifications_enabled was false. This seems incorrect.
    • I also checked that having both an SNS topic + subscriber emails assigned is not mutually exclusive, so this feels like the originally desired behavior and we just have the logic swapped.

references

Refs

  • None.

🐛 Bug Fixes

fix(notifications): logic for assigning subscriber emails @Gowiem (#51) ## what * Reverses logic for assigning subscriber emails when notifications are enabled

why

  • Previously providing subscriber emails was not working due to only assigning those emails when notifications_enabled was false. This seems incorrect.
    • I also checked that having both an SNS topic + subscriber emails assigned is not mutually exclusive, so this feels like the originally desired behavior and we just have the logic swapped.

references

Refs

  • None.

🤖 Automatic Updates

Migrate new test account @osterman (#50) ## what - Update `.github/settings.yml` - Update `.github/chatops.yml` files

why

  • Re-apply .github/settings.yml from org level to get terratest environment
  • Migrate to new test account

References

  • DEV-388 Automate clean up of test account in new organization
  • DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
  • DEV-386 Update terratest to use new testing account with GitHub OIDC
Update .github/settings.yml @osterman (#49) ## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update .github/settings.yml @osterman (#48) ## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub