mirror of https://github.com/pulumi/pulumi.git
543 B
543 B
Improvements
- [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
Bug Fixes
- [engine/backends]: Fix bug where File state backend failed to apply validation to stack names, resulting in a panic. #10417