pulumi/CHANGELOG_PENDING.md

12 lines
543 B
Markdown

### Improvements
- [cli/watch] `pulumi watch` now uses relies on a program built on [`watchexec`](https://github.com/watchexec/watchexec)
to implement recursive file watching, improving performance and cross-platform compatibility.
This `pulumi-watch` program is now included in releases.
[#10213](https://github.com/pulumi/pulumi/issues/10213)
### Bug Fixes
- [engine/backends]: Fix bug where File state backend failed to apply validation to stack names, resulting in a panic.
[#10417](https://github.com/pulumi/pulumi/pull/10417)