This repository was archived by the owner on Feb 10, 2026. It is now read-only.
Releases: smartive/kuby
Releases · smartive/kuby
v6.0.0
v5.0.0
5.0.0 (2020-12-02)
Features
BREAKING CHANGES
- The command
cleanupis
removed. It was a highly destructive action
and therefore was removed. - The command
kubectlis
removed. Thekubectlexecutable is included
in the compiled project and will be used from
there when necessary. To manage your local
kubectlversions, 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,
andprepareare 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 christoph@smartive.ch