Skip to content

v1.536.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 13 Jan 20:07
· 42 commits to refs/heads/main since this release
fd720c9
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