mirror of https://github.com/pulumi/pulumi.git
1.3 KiB
1.3 KiB
Improvements
-
[cli] Clarify highlighting of confirmation text in
confirmPrompt
. #10413 -
[provider/python]: Improved exception display. The traceback is now shorter and it always starts with user code.
#10336 -
[sdk/python] Update PyYAML to 6.0
-
[cli/watch]
pulumi watch
now uses relies on a program built onwatchexec
to implement recursive file watching, improving performance and cross-platform compatibility. Thispulumi-watch
program is now included in releases. #10213 -
[codegen] Reduce time to execute
pulumi convert
and some YAML programs, depending on providers used, by up to 3 seconds. #10444