Skip to content

Releases: cloudposse/terraform-aws-ecr

v0.29.2

19 Jan 08:39
05c19a7
Compare
Choose a tag to compare
feat: remove unused local and template providers @roock (#73)

what

  • Remove the unused dependencies on hashicorp/local and hashicorp/template

why

  • unused dependencies are unneeded

v0.29.1

03 Dec 01:48
8653658
Compare
Choose a tag to compare

🐛 Bug Fixes

update to latest null-label for terraform 14.x support @dmitrijn (#70)

what

  • update null-label to latest 0.21.0

why

  • 0.19.2 got pinned to required_version = ">= 0.12.0, < 0.14.0"

v0.29.0

30 Oct 01:27
8cc13ee
Compare
Choose a tag to compare
Upgrading to AWS provider 3.x @jamengual (#69)

what

  • upgrade aws provider to > 3.1

why

  • version 3.1 introduced a bug in encryption configs

references

v0.28.1

21 Oct 17:48
e46880e
Compare
Choose a tag to compare

🐛 Bug Fixes

Remove ecr:GetAuthorizationToken from read-only access @Nuru (#67)

what

  • Remove ecr:GetAuthorizationToken from read-only access

why

  • This module has included ecr:GetAuthorizationToken for years, but today AWS is rejecting it in the Repository Policy, saying "Invalid repository policy provided"

v0.28.0

21 Oct 01:33
f112c4c
Compare
Choose a tag to compare
Update IAM action lists @Nuru (#66)

what

  • Update read-only access to include
    • ecr:GetLifecyclePolicy
    • ecr:GetLifecyclePolicyPreview
    • ecr:ListTagsForResource
  • Update full access to ecr:*

why

  • New features (and corresponding actions) have been added, such as Lifecycle and Image Scan policies.

v0.27.0

02 Sep 04:11
a411ae2
Compare
Choose a tag to compare
Update to `context.tf`. Update Terratest to Golang modules @aknysh (#64)

what

  • Update to context.tf
  • Update Terratest to Golang modules

why

  • Standardization and interoperability
  • Keep the module up to date

0.26.0

21 Aug 21:41
615c5ea
Compare
Choose a tag to compare
add encryption support (#63)

0.25.0

19 Aug 04:25
ffe4272
Compare
Choose a tag to compare
Enable AWS Terraform version 3.x support (#62)

0.24.0: Use correct variable for multiple images (#59)

14 Aug 15:00
b248231
Compare
Choose a tag to compare

What

  1. Fixes one of the example projects

Why

  1. Examples allow consumers to copy / pasta and quickly get up and running with the module -- We want them working!

0.23.0: TF13: Need v0.17.0 of terraform-null-label (#61)

11 Aug 14:52
021d045
Compare
Choose a tag to compare

what

  • Upgrade terraform-null-label to TF 0.13 compat version

why

  • Support TF 0.13

references