Skip to content

v0.4.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 15:28
· 33 commits to refs/heads/main since this release
b846c4d

Changes

  • fix: be explicit about S3 access policies @dstrelau (#45)
    • This is technically a breaking change, in that it changes the exact resources created by the root module, but
      AWS changed the defaults of S3 buckets such that the old version does not work. The new resources match the new AWS defaults and are functionally equivalent to the old ones (ensuring the S3 is completely private). Only users of the root module should see a diff. Individual sub-modules are not effected.