Back to Pulumi

V3.94.0

changelog/v3.94.0.md

3.244.01.1 KB
Original Source

3.94.0 (2023-11-14)

Features

  • [engine] import can now create empty component resource to use as the parent of other imported resources. #14467

  • [engine] import can now import a parent resource in the same deployment as a child resource. #14461

  • [engine] Import files no longer need parent URNs in the name table for resource being imported in the same file. #14524

  • [cli/config] config refresh will now restore secret provider config from the last deployment. #13900

  • [cli/new] Simplifies URL parsing for pulumi new zip #14546

Bug Fixes

  • [components/yaml] Upgrade yaml to 1.4.1 #14542

  • [engine] Ignore spurious error from Kubernetes providers DiffConfig method. #14533

  • [sdk/python] Maintain old behavior for empty Kubernetes invoke results #14535