Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 669 Bytes

CHANGELOG_PENDING.md

File metadata and controls

17 lines (12 loc) · 669 Bytes

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 or pulumi up -r. #8435

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