Skip to content

Releases: cloudposse/terraform-aws-ses-lambda-forwarder

v0.12.0

17 May 09:07
c9d37cd
Compare
Choose a tag to compare
  • No changes

v0.11.1

28 Apr 17:21
c9d37cd
Compare
Choose a tag to compare
git.io->cloudposse.tools update @dylanbannon (#38)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

🚀 Enhancements

Use cloudposse/template for arm support @nitrocode (#41)

what

  • Use cloudposse/template for arm support

why

  • The new cloudposse/template provider has a darwin arm binary for M1 laptops

references

v0.11.0

16 Dec 02:52
f8209ec
Compare
Choose a tag to compare
fix: Adding environment variable @r351574nc3 (#35)

what

  • Setting environment variable AWS_EC2_METADATA_DISABLED: true as a solution

why

  • github actions is unable to push artifacts to s3 because of an error with the awscli.

references

v0.10.1

21 Nov 03:10
977904d
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#34)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.10.0

16 Feb 17:21
9d3789c
Compare
Choose a tag to compare
Update Terraform cloudposse/module-artifact/external to v0.7.0 @htplbc (#30)

what

  • Update terraform-external-module-artifact to 0.7.0

why

  • Support latest context.tf

v0.9.0

05 Feb 00:43
7d56c34
Compare
Choose a tag to compare
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#29)

what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant

Supersedes and closes #27
Supersedes and closes #28

v0.8.0

29 Jan 06:50
8618c20
Compare
Choose a tag to compare
mfa_delete removed @maximmi (#26)

what

  • mfa_delete removed
  • Bridgecrew check Ensure S3 bucket has MFA delete enabled skipped

why

references

v0.7.0

26 Jan 04:35
c27813f
Compare
Choose a tag to compare
readme updated, BridgeCrew compliance checks fixed @maximmi (#25)

what

  • BridgeCrew compliance checks fix
  • readme updated
  • default behaviour changed: S3 bucket MFA delete enabled by default
  • default behaviour changed: S3 Bucket Versioning enabled by default
  • default behaviour changed: X-ray tracing mode for Lambda set to PassThrough
  • default behaviour changed: Encryption of the S3 bucket enabled by default

why

  • To be able to position our modules as standards compliant
  • stay in sync with code
  • To comply BridgeCrew check

references

v0.6.1

07 Jan 08:19
7892318
Compare
Choose a tag to compare

🚀 Enhancements

Terraform 0.14 upgrade @maximmi (#22)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.6.0

24 Nov 00:35
cd73589
Compare
Choose a tag to compare
Fix build @1efty (#18)

what

  • Fixes build.
  • Updates node used during build to v10.
  • Adds --unsafe-perm=true and --allow-root

why

  • When module is applied in it's current form, the artifacts that are pulled do not contain node_modules required for execution
  • Updated node because it better aligns with lambda runtime support and adds support for --unsafe-perms=true and --allow-root which helps when using podman

references

#17