cloudposse-releaser
released this
02 Oct 15:37
·
4 commits
to refs/heads/main
since this release
🚀 Enhancements
fix(notifications): logic for assigning subscriber emails @Gowiem (#51)
## what * Reverses logic for assigning subscriber emails when notifications are enabledwhy
- 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 enabledwhy
- 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` fileswhy
- Re-apply
.github/settings.yml
from org level to getterratest
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