You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug with remoteState and output reference in stack template to self unit. Now allowed use both this.unitName.outputName and unitName.outputName.
Increased file size limit for kubernetes manifests to 1024000
fixed some mistakes in errors messages and removed debug outpud
Features:
kubernetes unit: added option apply_template for manifests
kubernetes unit: source option is now similar to the same one in the k8s-manifest unit, it can be either an absolute/relative path to a file or directory or a link to a remote http
added new top level sub-command cdev validate. Command validates the configuration files in a project directory, referring only to the configuration and not accessing remote state bucket #274
sub-command cdev project info also not accessing remote state bucket
#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