Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Dec 09:23
· 32 commits to master since this release

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. The kubectl 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,
    and prepare are restructured. Instead of creating
    three different commands, kuby now only knows deploy.
    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