From b3b5ae00c26f288acc40ab66f3336c5d97e0cbeb Mon Sep 17 00:00:00 2001 From: SankyRed <121981451+SankyRed@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:10:49 -0500 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/29420 (#439) Fixes #[29420](https://github.com/aws/aws-cdk/issues/29420) --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index b5a3aa46..4b68ae1b 100644 --- a/data/notices.json +++ b/data/notices.json @@ -447,6 +447,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "(cli): List stack output change issue.", + "issueNumber": 29420, + "overview": "v2.132.0 introduced functionality to the cdk list command to display stack dependencies. This feature introduced a change that displays stack ids over displayName altering the existing list functionality", + "components": [ + { + "name": "cli", + "version": "2.132.0" + } + ], + "schemaVersion": "1" } ] }