Skip to content

Latest commit

 

History

History
133 lines (58 loc) · 6.97 KB

CHANGELOG.md

File metadata and controls

133 lines (58 loc) · 6.97 KB

Changelog

All notable changes to this project will be documented in this file.

2.3.0 (2024-09-04)

Features

  • Add support for repository creation template (#46) (4e93036)

2.2.1 (2024-04-17)

Bug Fixes

  • Add tags variable to public registry resource (#40) (27f4867)

2.2.0 (2024-04-05)

Features

2.1.1 (2024-04-03)

Bug Fixes

  • Correct typo credentials_arn -> credential_arn (#36) (b5bd6a4)

2.1.0 (2024-03-25)

Features

  • Add credentials_arn to support ECR pull through cache (#30) (05e6fd0)

2.0.0 (2024-03-15)

⚠ BREAKING CHANGES

  • Allow multiple scan filters per scan type in registry; Raise MSV of Terraform and AWS provider to 1.0 and 5.0 respectively (#29)

Features

  • Allow multiple scan filters per scan type in registry; Raise MSV of Terraform and AWS provider to 1.0 and 5.0 respectively (#29) (cbba4fd)

1.7.1 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#28) (1f74cc5)

1.7.0 (2024-03-04)

Features

  • Add support for creating custom repository policy statements (#27) (fb9126c)

1.6.0 (2023-02-16)

Features

  • Add new variable for allowing ECR image sharing to lambda service in external account (#16) (be2edd1)

1.5.1 (2022-11-12)

Bug Fixes

  • Update CI configuration files to use latest version (#13) (885f800)

1.5.0 (2022-10-31)

Features

  • Added ecr:GetAuthorizationToken for private ECR with Docker capabilities (#12) (0a087ca)

1.4.0 (2022-07-14)

Features

  • Add support for force_delete attribute (#9) (850ddb0)

1.3.2 (2022-06-26)

Bug Fixes

  • Add new variable to control whether a repository policy is attached to the repository (#8) (4706acf)

1.3.1 (2022-06-26)

Bug Fixes

  • Update the permission for the public ecr (#7) (70f3252)

1.3.0 (2022-06-13)

Features

  • Add a new variable to control the creation of a lifecycle policy (#4) (18c0515)

1.2.0 (2022-06-07)

Features

  • Add wrapper module and pre-commit hook (#3) (c2284be)

1.1.1 (2022-04-21)

Bug Fixes

  • Update documentation to remove prior notice and deprecated workflow (#1) (4de4770)

1.1.0 (2022-04-20)

Features