From 14d266b0bb6527388bb71babc6896c0bb27b1620 Mon Sep 17 00:00:00 2001 From: Sumu Date: Thu, 21 Sep 2023 15:23:13 -0400 Subject: [PATCH] add notice to notices.json Signed-off-by: Sumu --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index cd0ecbc..26b1a6f 100644 --- a/data/notices.json +++ b/data/notices.json @@ -283,6 +283,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "ecs breaking change renaming prop in ContainerImage.fromEcrRepository", + "issueNumber": 27240, + "overview": "Renaming a prop in ContainerImage.fromEcrRepository function introduces a breaking change, not for typescript users, but for other languages that require specifying the property name when calling the function.", + "components": [ + { + "name": "aws-cdk-lib.aws-ecs.ContainerImage.fromEcrRepository", + "version": "2.96.0" + } + ], + "schemaVersion": "1" } ] }