Skip to content

Commit

Permalink
add notice to notices.json
Browse files Browse the repository at this point in the history
Signed-off-by: Sumu <sumughan@amazon.com>
  • Loading branch information
sumupitchayan committed Sep 21, 2023
1 parent 6a2f9ea commit 14d266b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 14d266b

Please sign in to comment.