Skip to content

Releases: DNXLabs/terraform-aws-ecr

2.3.2

27 Apr 06:19
6c06ca0
Compare
Choose a tag to compare

What's Changed

  • fix ecr policy issue when not using trust accounts option by @luiz-dnx in #19

New Contributors

  • @luiz-dnx made their first contribution in #19

Full Changelog: 2.3.1...2.3.2

2.3.1

29 Mar 03:25
2868fe6
Compare
Choose a tag to compare

What's Changed

  • Add scan on push, ecr lifecycle and kms optional by @lgothelipe in #18

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0

02 Feb 22:05
0b0a113
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

06 May 14:24
748efa8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

30 Mar 21:03
b3553ad
Compare
Choose a tag to compare

What's Changed

New Contributors

**Full Changelog: 2.0.2...2.1.0

2.0.2

09 Mar 07:31
75d674d
Compare
Choose a tag to compare

What's Changed

  • Removing deprecated ScanOnPush configuration by @lzrocha in #14

Full Changelog: 2.0.1...2.0.2

2.0.1

04 Mar 03:02
d110c89
Compare
Choose a tag to compare

What's Changed

  • Fix kms key condition when using default key by @lzrocha in #13

Full Changelog: 2.0.0...2.0.1

2.0.0

03 Mar 02:28
db30da7
Compare
Choose a tag to compare

What's Changed

  • The KMS CMK resource will not be managed by this module. Update the kms_key_arn variable to encrypt ECR repositories with CMK.
  • Move the CMK creation to the outside of this module by @lzrocha in #12

Full Changelog: 1.0.1...2.0.0

1.0.1

23 Feb 05:59
94726b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

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