Releases: cloudposse/terraform-aws-ecr
Releases · cloudposse/terraform-aws-ecr
v0.29.2
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
🐛 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
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
🐛 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
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
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
add encryption support (#63)
0.25.0
Enable AWS Terraform version 3.x support (#62)
0.24.0: Use correct variable for multiple images (#59)
What
- Fixes one of the example projects
Why
- 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)
what
- Upgrade terraform-null-label to TF 0.13 compat version
why
references