diff --git a/data/notices.json b/data/notices.json index fc35c75..b84cd30 100644 --- a/data/notices.json +++ b/data/notices.json @@ -1,5 +1,17 @@ { "notices": [ + { + "title": "ECR: Cannot use Fn::ImportValue to create repository URI.", + "issueNumber": 32238, + "overview": "When using Fn::ImportValue to create a repository URI, the error message 'Template error: Cannot use Fn::ImportValue in Conditions' is thrown.", + "components": [ + { + "name": "aws-cdk-lib.aws_ecr.Repository", + "version": ">=2.167.0 <=2.169.0" + } + ], + "schemaVersion": "1" + }, { "title": "cli: commands fail with authentication error 'The security token included in the request is invalid'", "issueNumber": 32120,