mirror of https://github.com/pulumi/pulumi.git
830 B
830 B
Improvements
-
When a resource is aliased to an existing resource with a different URN, only store the alias of the existing resource in the statefile rather than storing all possible aliases. #9288
-
Clear pending operations during
pulumi refresh
orpulumi up -r
. #8435 -
[cli] -
pulumi whoami --verbose
andpulumi about
include a list of the current users organizations. #9211
Bug Fixes
-
[codegen/go] - Fix Go SDK function output to check for errors pulumi-aws#1872
-
[cli/engine] - Fix a panic due to
Check
returning nil while using update plans. #9304