-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Add CAPABILITY_AUTO_EXPAND #2851
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Comments
ScOut3R
added a commit
to ScOut3R/aws-cdk
that referenced
this issue
Jun 13, 2019
BREAKING CHANGE: the capabilities property is now an array to support multiple capabilities. Adds CAPABILITY_AUTO_EXPAND and support to define a list of capabilities for the CodePipeline action.
ScOut3R
added a commit
to ScOut3R/aws-cdk
that referenced
this issue
Jun 13, 2019
BREAKING CHANGE: the capabilities property is now an array to support multiple capabilities. Adds CAPABILITY_AUTO_EXPAND and support to define a list of capabilities for the CodePipeline action.
ScOut3R
added a commit
to ScOut3R/aws-cdk
that referenced
this issue
Jun 13, 2019
BREAKING CHANGE: the capabilities property is now an array to support multiple capabilities. Adds CAPABILITY_AUTO_EXPAND and support to define a list of capabilities for the CodePipeline action.
ScOut3R
added a commit
to ScOut3R/aws-cdk
that referenced
this issue
Jun 13, 2019
Properly handle CloudFormationCapabilities.None
ScOut3R
added a commit
to ScOut3R/aws-cdk
that referenced
this issue
Jun 13, 2019
Update app-handler to support capabilities[]
ScOut3R
added a commit
to ScOut3R/aws-cdk
that referenced
this issue
Jun 15, 2019
Update capabilities() function with strong types.
ScOut3R
added a commit
to ScOut3R/aws-cdk
that referenced
this issue
Jun 15, 2019
Add CAPABILITY_AUTO_EXPAND to the default capabilities of the CloudFormation stack deploy role.
rix0rrr
pushed a commit
that referenced
this issue
Jun 21, 2019
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Jan 20, 2020
This was referenced Sep 24, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
Add CAPABILITY_AUTO_EXPAND to CloudFormationCapabilities to enable CodePipeline to deploy CloudFormation templates which include macros. Good example is AWS SAM generated ones.
The text was updated successfully, but these errors were encountered: