Skip to content

Commit

Permalink
chore: add notice for aws/aws-cdk#28577 (#382)
Browse files Browse the repository at this point in the history
Adds a notice for high-impact issue aws/aws-cdk#28577.
  • Loading branch information
MrArnoldPalmer committed Jan 15, 2024
1 parent fff8a2e commit 6ffe198
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 @@ -435,6 +435,18 @@
}
],
"schemaVersion": "1"
},
{
"title": "(custom-resources): Upgrading to v2.116.0 causes deploy failure with Invalid Log Configuration",
"issueNumber": 28577,
"overview": "v2.116.0 introduced the ability to setup logging for a state machine created by the custom resource provider framework. This can lead to a deploy failure because the log group resource policy size can be exceeded.",
"components": [
{
"name": "aws-cdk-lib/custom-resources.Provider",
"version": ">=2.116.0 <=2.121.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit 6ffe198

Please sign in to comment.