forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ecs): update driverOpts type definition from array to map (aws#3358)
* fix(ecs): driverOpts type definition * fix(ecs): add driverOpts to allowed-breaking-changes.txt * fix(ecs): fix allowed-breaking-changes * fix(ecs): remove bracket in allowed-breaking-changes.txt
- Loading branch information
1 parent
24ebec8
commit 65e4a5d
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
incompatible-argument:@aws-cdk/aws-ecs.Ec2TaskDefinition.<initializer> | ||
incompatible-argument:@aws-cdk/aws-ecs.Ec2TaskDefinition.addVolume | ||
incompatible-argument:@aws-cdk/aws-ecs.FargateTaskDefinition.<initializer> | ||
incompatible-argument:@aws-cdk/aws-ecs.FargateTaskDefinition.addVolume | ||
incompatible-argument:@aws-cdk/aws-ecs.TaskDefinition.<initializer> | ||
incompatible-argument:@aws-cdk/aws-ecs.TaskDefinition.addVolume | ||
change-return-type:@aws-cdk/core.Fn.getAtt | ||
new-argument:@aws-cdk/aws-iam.ManagedPolicy.<initializer> | ||
new-argument:@aws-cdk/aws-iam.ManagedPolicy.<initializer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters