pulumi/changelog
Justin Van Patten 16c6da5c94 Fix: Update stack outputs only on successful deployments
If an update fails we should not overwrite the stack's outputs.

Implementation note: when we receive a RegisterResourceOutputsEvent for the stack resource, we defer processing it until the end of the deployment. If the deployment was successful, we update the stack outputs. If there was an error, we keep the old stack outputs.

With this, stack outputs are determined entirely by the last successful run.
2024-02-05 03:22:56 -08:00
..
pending Fix: Update stack outputs only on successful deployments 2024-02-05 03:22:56 -08:00
config.yaml Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00