ecs: Breaking change in v2.96.0 - from_ecr_repository() got an unexpected keyword argument 'tag' #27139
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Describe the bug
Our CI/CD pipeline using cdk with python started reporting an error:
TypeError: from_ecr_repository() got an unexpected keyword argument 'tag'
Expected Behavior
No error.
Current Behavior
TypeError: from_ecr_repository() got an unexpected keyword argument 'tag'
Reproduction Steps
use
Possible Solution
Please revert this change: 9f07911 , because this is a breaking change.
Additional Information/Context
No response
CDK CLI Version
2.96.0
Framework Version
No response
Node.js Version
irrelevant
OS
irrelevant
Language
Python
Language Version
irrelevant
Other information
No response
The text was updated successfully, but these errors were encountered: