Releases: cloudposse/terraform-aws-ecr
Releases · cloudposse/terraform-aws-ecr
0.12.0 Add ImageScan actions to IAM roles
what
- Add ImageScan actions to IAM roles
why
- Allow
ReadOnly
to callDescribeImageScanFindings
andFullAccess
to callDescribeImageScanFindings
&StartImageScan
0.11.0 Add repository ARN to output
what
- Add repository ARN to output
why
- Useful if you are adding policies for the registry
0.10.0 Expose variable "regex_replace_chars"
what
- Expose variable "regex_replace_chars"
why
- Allow changing label module behavior
0.9.0 Update terraform-null-label to v0.16.0
0.8.0 Toggle image scanning on ECR
what
- Toggle image scanning on ECR
why
- As of terraform AWS provider 2.34.0 the ECR image repository now has an additional setting to enable image scanning for CVE vulnerabilities.
references
https://www.terraform.io/docs/providers/aws/r/ecr_repository.html
0.7.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline
what
- Port module to Terraform 0.12
- Pin all providers
- Add example for testing
- Add
bats
andterratest
for the example - Add Codefresh badge to point to the test pipeline in
terraform-modules
project - Update README
why
- Module currently does not work with 0.12. Much easier syntax
- Better regression control
- Automatically test the example on every commit and pull request
- Provision resources on AWS in the test account and check the outputs for the correct values
terraform-modules
project contains pipelines for all terraform modules
0.6.1
0.6.0: Fix livecycle (#26)
* Fix livecycle * Fix livecycle * Fix policy * Fix policy * Fix policy * Fix policy * Update main.tf * Update main.tf * Update variables.tf * Fix readmed * Fix readmed * Fix readmed
0.5.0 Pass tags to the ECR resource so that the repository is tagged
what
- Pass tags to the ECR resource so that the repository is tagged
why
- Add support for tagging of ECR repositories with user provided metadata
0.4.0: Use only Principals Access Model (#22)
## What * Remove creation role if no participants provided ## Why * To prevent wrong using of terraform module