diff --git a/data/notices.json b/data/notices.json index 4b68ae1..318b3b7 100644 --- a/data/notices.json +++ b/data/notices.json @@ -459,6 +459,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "(cli): Upgrading to v2.132.0 or v2.132.1 breaks cdk diff functionality", + "issueNumber": 29483, + "overview": "cdk diff functionality used to rely on assuming lookup-role. With a recent change present in v2.132.0 and v2.132.1, it is now trying to assume deploy-role instead of lookup-role. This leads to an authorization error while assuming deploy-role.", + "components": [ + { + "name": "cli", + "version": ">=2.132.0 <=2.132.1" + } + ], + "schemaVersion": "1" } ] }