Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#29483
Browse files Browse the repository at this point in the history
Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
  • Loading branch information
vinayak-kukreja committed Mar 14, 2024
1 parent 37174b5 commit e9b8569
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 @@ -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"
}
]
}

0 comments on commit e9b8569

Please sign in to comment.