Releases: shalb/cluster.dev
Releases · shalb/cluster.dev
Release list
v0.9.8
v0.9.7
Critical hotfix
hotfix: json output parser (critical)
v0.9.6
Fixes:
- #277
- #278
- Bug with
remoteStateandoutputreference in stack template to self unit. Now allowed use boththis.unitName.outputNameandunitName.outputName. - Increased file size limit for kubernetes manifests to 1024000
- fixed some mistakes in errors messages and removed debug outpud
Features:
kubernetesunit: added optionapply_templatefor manifestskubernetesunit:sourceoption is now similar to the same one in thek8s-manifestunit, it can be either an absolute/relative path to a file or directory or a link to a remote http- #280
Build:
- added new tests for
kubernetesandk8s-manifestunits
v0.9.5
Features:
-
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
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
Updates and fixes:
- #224 - added
taintedstate for units that failed while apply or destroy - removed option
--tf-planfor commandcdev plan - information about usage stats collection moved еo the beginning of execution and log status changed from warn to info
- added option
disabledfor stack configuration. Setdisabled: trueto turn off stack - improved option
--ignore-state, now thecdev state pull,cdev destroy, andcdev applycommands 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_applyimproved, 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
- fixed #212
- fixed #209
- fixed #204
- fixed #191
- added information in error output #189