224 - added tainted state for units that failed while apply or destroy
removed option --tf-plan for command cdev plan
information about usage stats collection moved еo the beginning of execution and log status changed from warn to info
added option disabled for stack configuration. Set disabled: true to turn off stack
improved option --ignore-state, now the cdev state pull , cdev destroy, and cdev apply commands execute successfully with this option, even if the saved state has critical errors.
improved graph: the destroy now execute in parallel if possible , apply process was optimized
force_apply improved, now it works like a pre-hook with mutex locking, which allows to prevent errors or the wrong order of execution (like this #198).
Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1
Updates and fixes:
224 - added
tainted
state for units that failed while apply or destroy--tf-plan
for commandcdev plan
disabled
for stack configuration. Setdisabled: true
to turn off stack--ignore-state
, now thecdev state pull
,cdev destroy
, andcdev apply
commands execute successfully with this option, even if the saved state has critical errors.force_apply
improved, now it works like a pre-hook with mutex locking, which allows to prevent errors or the wrong order of execution (like this #198).