Releases: smartive/kuby
Releases · smartive/kuby
v6.0.0
v5.0.0
5.0.0 (2020-12-02)
Features
BREAKING CHANGES
- The command
cleanup
is
removed. It was a highly destructive action
and therefore was removed. - The command
kubectl
is
removed. Thekubectl
executable is included
in the compiled project and will be used from
there when necessary. To manage your local
kubectl
versions, you can use
https://github.com/buehler/kubectl-version-manager - The command
preview-deploy
is removed. This was a command that was highly
opinionated and created more problems than it solved
It is removed in favor to CI-themed preview deployments. - The commands
deploy
,apply
,
andprepare
are restructured. Instead of creating
three different commands, kuby now only knowsdeploy
.
To create the same behaviour as in earlier versions,
deploy can be used with flags to output the prepared
yaml to a folder and use a dry-run flag to prevent
effective action on the cluster.
Signed-off-by: Christoph Bühler [email protected]