Skip to content

v1.8.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 17 Apr 20:04
· 10 commits to refs/heads/main since this release
4414969

🚀 Enhancements

Add architectures variable @TehesFR (#97) ## what
  • Add the ability to set the instruction set architecture for the lambda function. Default is set to null to not break anything.

why

  • Starting with this release of the aws-dd-forwarder lambda function, the architecture of the lambda has to be arm64 but this module doesn't allow it currently. If the lambda is created in x86_64 architecture, the execution fails.

references

🤖 Automatic Updates

Migrate new test account @osterman (#95) ## 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 (#94) ## 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 (#93) ## 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