Skip to content

Releases: smartive/kuby

v6.0.0

04 Mar 12:38
7253afc
Compare
Choose a tag to compare

6.0.0 (2022-03-04)

Features

BREAKING CHANGES

  • This removes some commands from the previous
    version. Right now, only "context" and "namespace" are supported.
    If other commands are necessary, they will be added as seen fit.

v5.0.0

02 Dec 09:23
Compare
Choose a tag to compare

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

v4.5.2

25 Feb 12:17
1f3aaa8
Compare
Choose a tag to compare

4.5.2 (2020-02-25)

Bug Fixes

  • login for ci mode in cleanup (30b026b)
  • naming of cert-manager resource (#14) (1f3aaa8)

v4.5.1

12 Sep 08:11
Compare
Choose a tag to compare

4.5.1 (2019-09-12)

Bug Fixes

  • use correct docker image for building (2bec1a7)

v4.5.0

12 Sep 07:47
Compare
Choose a tag to compare

4.5.0 (2019-09-12)

Features

v4.4.0

25 Apr 08:31
Compare
Choose a tag to compare

4.4.0 (2019-04-25)

Features

v4.3.0

14 Feb 13:44
Compare
Choose a tag to compare

4.3.0 (2019-02-14)

Features

  • add option to trim a prefix from env variables (#6) (b9d685d)