changelog/v1.3.0.md
Propagate resource inputs to resource state during preview, including first-class unknown values. This allows the preview to better estimate the state of a resource after an update, including property values that were populated using defaults calculated by the provider. #3245
Fetch version information from the Homebrew JSON API for CLIs installed using brew.
#3290
Support renaming stack projects via pulumi stack rename.
#3292
Add helm to pulumi/pulumi Dockerhub container
#3294
Make the location of .pulumi folder configurable with an environment variable.
#3300 (Fixes #2966)
pulumi update can now be scoped to update a single resource by adding a --target urn or -t urn
argument. Multiple resources can be specified using -t urn1 -t urn2.
Adds the ability to provide transformations to modify the properties and resource options that will be used for any child resource of a component or stack. #3174
Add resource transformations support in Python. #3319