Releases: cloudposse/terraform-aws-ecr
v0.35.0
adding force_delete @pcartas (#101)
Hi! im adding "force_delete" parameter, is implemented in aws 4.22.0 for an easier delete of the ecr
references
https://registry.terraform.io/providers/hashicorp/aws/4.22.0/docs/resources/ecr_repository
git.io->cloudposse.tools update @dylanbannon (#95)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
v0.34.0
Fix aws provider v4 warnings @bwmetcalf (#93)
what
- Replace deprecated parameters in aws v4
why
- Make module compatible with v4
references
- Closes #91
v0.33.0
feat: Cross account ECR for lambda functions @dsme94 (#88)
what
- With the introduction of cross-account ECR for lambda functions, I have put together the necessary code to allow for this functionality
why
- Cross-account ECR is a feature many would use as it doesn't require you to duplicate your ECR repositories in the same account where the lambda function resides saving money
references
https://aws.amazon.com/blogs/compute/introducing-cross-account-amazon-ecr-access-for-aws-lambda/
v0.32.3
🤖 Automatic Updates
Update context.tf @cloudpossebot (#83)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.32.2
🤖 Automatic Updates
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#78)
what
- update context.tf to v0.24.1
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.32.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#75)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.32.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#77)
what
- update context.tf to v0.23.0
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
v0.31.1
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#76)
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
v0.31.0
Bc compliance @maximmi (#74)
what
- BridgeCrew compliance checks fix
- readme updated
- workflows updated
- default behaviour changed:
image_tag_mutability
nowIMMUTABLE
by default - default behaviour changed:
scan_images_on_push
enabled by default
why
- To be able to position our modules as standards compliant
- stay in sync with code
- to stay in sync with all repos
- To comply BridgeCrew check