From c68e4a5edd5ec4c50bf05b447a358ee92b38ae9c Mon Sep 17 00:00:00 2001 From: shikha372 Date: Tue, 8 Oct 2024 12:35:42 -0700 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/31654 --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index c729382..11c4d20 100644 --- a/data/notices.json +++ b/data/notices.json @@ -643,6 +643,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "(aws-cdk-lib): validation errors detected: Value '' at 'stackName' ", + "issueNumber": 31654, + "overview": "A change was added to aws-cdk-lib to introduce a new cli command feature `cdk --rollback`. This change caused an issue with nested stacks deployment in CDK app. The workaround is pin CDK to an older version 2.160.0 or before.", + "components": [ + { + "name": "cli", + "version": "2.161.0" + } + ], + "schemaVersion": "1" } ] }