Back to Pulumi

V3.86.0

changelog/v3.86.0.md

3.244.0998 B
Original Source

3.86.0 (2023-09-26)

Features

  • [cli/about] pulumi about and pulumi whoami will now return information about the access token used to login to the service. #13206

Bug Fixes

  • [cli] Add filestate variables to pulumi env. #14015

  • [cli] Include a newline in pulumi whoami's output #14025

  • [cli/import] import --from=plugin will now try to auto-install the plugin if missing. #14048

  • [engine] Fix creation and modification timestamps sometimes not setting. #14038

  • [engine] Fixes the engine using aliases from old deployments when writing out statefiles.

  • [sdk/python] Resource property parameters are now runtime type checked to ensure they are a Mapping object. #14030