Skip to content

Releases: DNXLabs/terraform-aws-ecr

1.0.0

17 Feb 06:20
c5489cb
Compare
Choose a tag to compare

What's Changed

  • Enable KMS encryption and capability of using customer-managed key by @lzrocha in #10

    ⚠️ BREAKING CHANGE ⚠️
    This may destroy and recreate ECR repositories that have been created with previous module releases.
    Now, ECR repositories will be encrypted with KMS keys stored in AWS Key Management Service (AWS KMS) by default instead of the Amazon S3-managed encryption at rest. When you use AWS KMS to encrypt your data, you can either use the default AWS managed key, which is managed by Amazon ECR, or enable an AWS customer-managed key.

New Contributors

Full Changelog: 0.3.2...1.0.0

0.3.2

29 Jun 01:34
Compare
Choose a tag to compare

ENHANCEMENTS

  • Missing policy for vulnerability check

0.3.1

19 Feb 08:40
f614e6f
Compare
Choose a tag to compare
  • Fix quoted type constraints deprecation

0.3.0

14 Feb 07:29
b9ca1a5
Compare
Choose a tag to compare
  • Adds terraform 0.12 support