Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 07:51
a16d6b1

Full Changelog: v0.9.10...v0.10.0

⚠️ Breaking Changes

  • Upgrade terraform 1.3 requirement and remove experimental optional usage by @wideawakening in #132

If the use of a terraform version <1.3 is required, pin down the latest supported Secure for Cloud Module

module "secure-for-cloud" {
  source  = "sysdiglabs/secure-for-cloud/aws"
  version = "0.9.10"
}

WIP Feature

Documentation

  • troubleshooting; homogeneize and add more data for "i don't see"
  • clarify ECR in org-management account

Continuous Integration

  • Added codeowners
  • Enhance PR template with tips to test branch code

New Contributors