From 1d7970944925ef4430cc38a0e6a8d870c70c073d Mon Sep 17 00:00:00 2001 From: SankyRed <121981451+SankyRed@users.noreply.github.com> Date: Thu, 16 May 2024 16:48:22 -0500 Subject: [PATCH] chore: notice for https://github.com/aws/aws-cdk/issues/30241 (#503) Fixes # [30093](https://github.com/aws/aws-cdk/pull/30093) --- data/notices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/notices.json b/data/notices.json index 12b630ec..0aff8b7d 100644 --- a/data/notices.json +++ b/data/notices.json @@ -507,6 +507,18 @@ } ], "schemaVersion": "1" + }, + { + "title": "(cli): Upgrading to v2.142.0 errors out on cdk diff with `Cannot read properties of undefined`", + "issueNumber": 30241, + "overview": "A change was made to diff in CDK v2.142.0 to include changes to properties that are only present in the change set. This introduced cases where the resource type could be undefined which resulted in an error from calling 'includes' on undefined.", + "components": [ + { + "name": "cli", + "version": "2.142.0" + } + ], + "schemaVersion": "1" } ] }