-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ecs): update driverOpts type definition from array to map #3358
Conversation
I don't understand why the build fails, could someone help me out? Thanks in advance. |
I suspect this is a breaking change although seems like the original type was actually a bug. @SoManyHs what do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing the issue!
Thanks for the review! I still don't know why the build fails though? |
I believe it's because there are changes that break the current behaviour (which is expected). @eladb how do you want to proceed? |
Since this is an experimental module, you can add an exception. See aecaa5d Make sure to ibdicate this in the commit message per convention. |
Should be good. @eladb Should we tag v2 issue, or at least add a |
I ran aws-cdk/allowed-breaking-changes.txt Line 1 in 3c83197
|
BREAKING CHANGE
@aws-cdk/aws-ecs.DockerVolumeConfiguration.driverOpts
: The type was incorrectly defined asstring[]
, now fixed to{[key: string]: string}
.Fixes #3341
Please read the contribution guidelines and follow the pull-request checklist.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license