Skip to content

v3.28.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 01 Apr 16:49
· 4742 commits to master since this release
9f89feb

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

  • [cli] - pulumi whoami --verbose and pulumi 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