From 0190fc6fe5338c55eef61949a9953eaac8df5b98 Mon Sep 17 00:00:00 2001 From: Sumu Pitchayan <35242245+sumupitchayan@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:11:22 -0400 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/27240 (#318) --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index cd0ecbc..39f46e5 100644 --- a/data/notices.json +++ b/data/notices.json @@ -283,6 +283,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "Unexpected keyword argument 'tag' when calling ContainerImage.fromEcrRepository", + "issueNumber": 27240, + "overview": "Renaming the 'tag' prop to 'tagOrDigest' in ContainerImage.fromEcrRepository function introduces a breaking change in Python when using keyword parameters.", + "components": [ + { + "name": "aws-cdk-lib.aws-ecs.ContainerImage", + "version": "2.96.0" + } + ], + "schemaVersion": "1" } ] }