changelog/v1.2.0.md
Support emitting high-level execution trace data to a file and add a debug-only command to view trace data. #3238
Fix parsing of GitLab urls with subgroups. #3239
pulumi refresh can now be scoped to refresh a subset of resources by adding a --target urn or
-t urn argument. Multiple resources can be specified using -t urn1 -t urn2.
pulumi destroy can now be scoped to delete a single resource (and its dependents) by adding a
--target urn or -t urn argument. Multiple resources can be specified using -t urn1 -t urn2.
Avoid re-encrypting secret values on each checkpoint write. These changes should improve update times for stacks that contain secret values. #3183
Add Codefresh CI detection.
Add -c (config array) flag to the preview command.