metalsmith/releasenotes/notes/iinfo-2014b1de4dbeca2d.yaml
Dmitry Tantsur 8e7b8d3f39 Ensure instance_info is clean before deploy and after failure
Currently stale values can be left in instance_info (and reused next time)
if a deployment attempts fails. This change ensures that we:
1) Purge instance_info completely on failures
2) Only keep traits and capabilities in instance_info on deploy.

Change-Id: I52a85620d9ac2f471bca6498294871f3bb16d47f
2019-03-08 14:31:47 +01:00

8 lines
213 B
YAML

---
fixes:
- |
Fixes stale ``instance_info`` remaining after deploy failures.
- |
Cleans up ``instance_info`` before updating it before deployment to make
sure not stale information is left there.