Skip to content

Commit

Permalink
Update changelog to clarify IAM policy update for AWS ECR change
Browse files Browse the repository at this point in the history
  • Loading branch information
aassadza committed Mar 19, 2021
1 parent 52afdeb commit 1fe9591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Updated

- AWS ECR image scan on push property's name from `scanOnPush` to `ScanOnPush` for image scanning based on the recently updated property name in AWS CloudFormation.
- AWS ECR repository's name in the IAM policy's resource name from `<repository-name>*` to `*<repository-name>*` to accommodate recent repository name being prefixed with AWS CloudFormation stack name.
- AWS ECR repository's name in the IAM policy's resource name from `<repository-name>*` to `<pipeline_stack_name>*-<repository-name>*` to accommodate recent repository name being prefixed with AWS CloudFormation stack name.

## [1.1.0] - 2021-01-26

Expand Down

0 comments on commit 1fe9591

Please sign in to comment.