mirror of https://github.com/pulumi/pulumi.git
1.0 KiB
1.0 KiB
Improvements
- [cli] Experimental support for update plans. Only enabled when PULUMI_EXPERIMENTAL is set. This enables preview to save a plan of what the engine expects to happen in a file with --save-plan. That plan can then be read in by up with --plan and is used to ensure only the expected operations happen. #8448
Bug Fixes
-
[codegen] - Correctly handle third party resource imports. #8861
-
[sdk/dotnet] - Normalize merge behavior for ComponentResourceOptions, inline with other SDKs. See https://github.com/pulumi/pulumi/issues/8796 for more details. #8838
-
[codegen/nodejs] - Respect compat modes when referencing external types. #8850
-
[cli] The engine will allow a resource to be replaced if either it's old or new state (or both) is not protected. #8873