Check if local exports exist (#197)

Check if local exports exist during diffing. For tar, the file must
exist. For local, the directory must exist and be populated.

Fixes https://github.com/pulumi/pulumi-docker-build/issues/177.
This commit is contained in:
Bryce Lampe
2024-08-13 13:52:10 -07:00
committed by GitHub
parent 81a7aa4ec4
commit d9c3284f40
4 changed files with 66 additions and 0 deletions

View File

@@ -5,6 +5,11 @@
- Refreshing an `Index` resource will no longer fail if its stored credentials
have expired. (https://github.com/pulumi/pulumi-docker-build/pull/194)
### Changed
- Local and tar exporters will now trigger an update if an export doesn't exist
at the expected path. (https://github.com/pulumi/pulumi-docker-build/pull/195)
## 0.0.5 (2024-08-08)
### Fixed