Skip to content

Releases: cloudposse-terraform-components/aws-ecr

v1.536.0

13 Jan 20:07
fd720c9

Choose a tag to compare

feat: Pull Through Cache for ECR @milldr (#15) ## what - Added pull through cache - Resolve all `tflint` failures

why

  • 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:

  1. Create an AWS Secrets Manager secret
  2. Add your Pull Through Cache rules to the ecr component
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 .gitignore entry for account-map/ directory.

🤖 Automatic Updates

Update README.md and docs @cloudposse-releaser (#16) ## what This is an auto-generated PR that updates the README.md and docs

why

To have most recent changes of README.md and doc from origin templates

v1.535.0

04 Jan 11:20
33b297f

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.534.0

04 Jan 11:04
33b297f

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.533.0

13 Dec 19:50
32edb67

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components

v1.532.0

27 Nov 11:27
0057f17

Choose a tag to compare

Migrate component from cloudposse/terraform-aws-components