Releases: cloudposse-terraform-components/aws-ecr
Releases · cloudposse-terraform-components/aws-ecr
v1.536.0
feat: Pull Through Cache for ECR @milldr (#15)
## what - Added pull through cache - Resolve all `tflint` failureswhy
- Pull caching is directly tied to ECR and can be included with this component
- We now require TFLint to pass
references
Examples
Enable pull through caching with ECR as such:
- Create an AWS Secrets Manager secret
- Add your Pull Through Cache rules to the
ecrcomponent
components:
terraform:
ecr:
vars:
enabled: true
...
pull_through_cache_rules:
dockerhub:
registry: "registry-1.docker.io"
secret: "ecr-pullthroughcache/dockerhub"Summary by CodeRabbit
Release Notes
-
New Features
- Added support for pull-through cache rules in Amazon ECR.
- Introduced configuration options for specifying registry credentials.
-
Improvements
- Updated output syntax for IAM user attributes.
- Enhanced module flexibility with conditional resource creation.
-
Documentation
- Updated README with new resource and input parameter details, including examples for pull-through cache configuration.
-
Chores
- Added
.gitignoreentry foraccount-map/directory.
- Added
🤖 Automatic Updates
Update README.md and docs @cloudposse-releaser (#16)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates