From 9c0e6b0acbb432cdd0047473ba44077f30ccf86a 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..a12069d 100644 --- a/data/notices.json +++ b/data/notices.json @@ -643,6 +643,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "(cli): 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" } ] }