Skip to content

Commit

Permalink
chore: add ecs patterns breaking change notice (#633)
Browse files Browse the repository at this point in the history
Fixes #V1518981554
  • Loading branch information
GavinZZ authored Oct 2, 2024
1 parent 3d77e06 commit 6702b72
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,22 @@
],
"schemaVersion": "1"
},
{
"title": "(ecs-patterns): unnecessary breaking target group port change introduced after upgrading cdk",
"issueNumber": 19411,
"overview": "Upgrading to versions >=1.140.0 and <=1.147.0 may cause target groups port changes which cause resource replacements",
"components": [
{
"name": "@aws-cdk/aws-ecs-patterns.NetworkLoadBalancedEc2Service",
"version": ">=1.140.0 <=1.147.0"
},
{
"name": "@aws-cdk/aws-ecs-patterns.NetworkLoadBalancedFargateService",
"version": ">=1.140.0 <=1.147.0"
}
],
"schemaVersion": "1"
},
{
"title": "(pipelines) CDK Pipelines role has overly permissive trust policy",
"issueNumber": 25356,
Expand Down

0 comments on commit 6702b72

Please sign in to comment.