mirror of https://github.com/pulumi/pulumi.git
745 B
745 B
Breaking changes
Note: Breaking changes should be expected outside of major version changes while Automation API is in preview.
-
[automation/python,nodejs,dotnet] - Remove
summary
property fromPreviewResult
. Thesummary
property onPreviewResult
returns a result that is always incorrect and is being removed. #6405 -
[automation/go] - Add a
ProgressStreams
option to Stack.Preview(). This is a breaking change as it changes the shape ofPreviewResult
. #6308
Features
Enhancements
- Add
diff
option to Automation API'spreview
andup
. #6410