Back to Pulumi

V2.23.2

changelog/v2.23.2.md

3.244.01.2 KB
Original Source

2.23.2 (2021-03-25)

Improvements

  • [cli] Improve diff displays during pulumi refresh #6568

  • [sdk/go] Cache loaded configuration files. #6576

  • [sdk/nodejs] Allow Mocks::newResource to determine whether the created resource is a CustomResource. #6551

  • [automation/*] Implement minimum version checking and add:

    • Go: LocalWorkspace.PulumiVersion() #6577
    • Nodejs: LocalWorkspace.pulumiVersion #6580
    • Python: LocalWorkspace.pulumi_version #6589
    • Dotnet: LocalWorkspace.PulumiVersion #6590

Bug Fixes

  • [sdk/python] Fix automatic venv creation #6599

  • [automation/python] Fix Settings file save #6605

  • [sdk/dotnet] Remove MaybeNull from Output/Input.Create to avoid spurious warnings #6600