Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#30241 (#503)
Browse files Browse the repository at this point in the history
Fixes # [30093](aws/aws-cdk#30093)
  • Loading branch information
SankyRed committed May 16, 2024
1 parent 6b3e63b commit 1d79709
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 1d79709

Please sign in to comment.