From 13e19aed303d9b5e4a6f234c25e9ce71b6ca5631 Mon Sep 17 00:00:00 2001 From: Rico Huijbers Date: Fri, 10 Jan 2025 22:12:36 +0100 Subject: [PATCH] Notice for https://github.com/aws/aws-cdk/issues/32836 --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index 25f1f34..505a358 100644 --- a/data/notices.json +++ b/data/notices.json @@ -740,6 +740,18 @@ ], "schemaVersion": "1" }, + { + "title": "(cli): cdk destroy No stack found in the main cloud assembly", + "issueNumber": 32836, + "overview": "This error is thrown when running cdk destroy on apps that have no stacks at the top-level.", + "components": [ + { + "name": "cli", + "version": "2.175.0" + } + ], + "schemaVersion": "1" + }, { "title": "(ecs): Deprecation of canContainersAccessInstanceRole in ECS constructs", "issueNumber": 28518,