AWS AmazonECR documentation change
Summary
Added documentation for image tag immutability exclusion patterns feature
Security assessment
Documents new security-adjacent feature for granular tag management, but doesn't address a specific vulnerability. Enhances security documentation by describing immutability controls.
Diff
diff --git a/AmazonECR/latest/userguide/doc-history.md b/AmazonECR/latest/userguide/doc-history.md index ed055d800..b15ba4051 100644 --- a//AmazonECR/latest/userguide/doc-history.md +++ b//AmazonECR/latest/userguide/doc-history.md @@ -10,0 +11 @@ Change | Description | Date +Updated to include support for image tag immutability exclusion patterns | Amazon ECR has updated updated image tagging abilities to include image tag immutability exclusion patterns while creating and updating repositories. You can now to specify tags that can be updated even when tag immutability is enabled on a repository by defining wildcard patterns (such as, `latest`", `v*.beta`, `dev-*`) to exclude specific tags from immutability rules while maintaining immutability for all other tags. For more information, see [Creating an Amazon ECR private repository to store images](./repository-create.html). | 23 July 2025