Skip to content

Commit

Permalink
chore: notice for aws/aws-cdk#29610 (#461)
Browse files Browse the repository at this point in the history
CDK CLI notice for aws/aws-cdk#29610
  • Loading branch information
paulhcsun committed Apr 3, 2024
1 parent 8088166 commit e12c58e
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 @@ -471,6 +471,18 @@
}
],
"schemaVersion": "1"
},
{
"title": "(events-targets): Hardcoded AWS Partition in ECS task resource ARN",
"issueNumber": 29610,
"overview": "Partition in policy statement for `ecs:TagResource` action in `EcsTask` was hardcoded to `aws` instead of being resolved dynamically in v2.132.0, resulting in failure to deploy in any partition escept AWS with an IAM validation failure on the partition arn.",
"components": [
{
"name": "aws-cdk-lib/aws-events-targets.EcsTask",
"version": "2.132.0"
}
],
"schemaVersion": "1"
}
]
}

0 comments on commit e12c58e

Please sign in to comment.