Skip to content

Releases: banzaicloud/banzai-cli

0.16.4

13 Nov 13:16
8792d58
Compare
Choose a tag to compare

Bug fixes:

  • fix shell completions
  • fix issue with current cluster id saved to config file when selecting org from a banzai shell

0.16.3

11 Nov 09:47
b645ea9
Compare
Choose a tag to compare
backup: implement restore-id handling (#328)

Signed-off-by: Nandor Kracser <[email protected]>

0.16.2

10 Nov 09:17
07de764
Compare
Choose a tag to compare
backup: set cluster.cloud in options in every case (#327)

Signed-off-by: Nandor Kracser <[email protected]>

0.16.1

09 Nov 15:19
505bebb
Compare
Choose a tag to compare
    Cluster backup: add useClusterSecret option to enable backup command (#320)
    allow verbose (curl) mode for all API clients (#324)
    login: remove old user_sess cookie support (#319)

0.16.0

06 Oct 14:19
0.16.0
7e0beff
Compare
Choose a tag to compare
0.16.0: +cl/np/u version, +cl/c template, +cl/np/l status, fixes

Features:
1. Added subnet ID to `cluster nodepool list` output.       #310    @pregnor
2. Added template option to `cluster create`.               #313    @colin014
3. Added version parameter to `cluster nodepool update`.    #311    @bonifaido
4. Added status to `cluster nodepool list`.                 #312    @pregnor

Patches:
1. Fixed error output in `secret create`    #316    @pbalogh-sa

0.15.3

21 Sep 12:57
0.15.3
fc0350e
Compare
Choose a tag to compare
Development:
1. Fixed GitHub docker registry push.    #309    @pbalogh-sa

0.15.2

21 Sep 12:03
0.15.2
960abaf
Compare
Choose a tag to compare
Patches:
1. Added help details to debug command.           #300    @orymate
2. Added GPG notice to debug command.             #301    @orymate
3. Added node pool delete information message.    #304    @pregnor
4. Fixed Pipeline version printing.               #308    @pregnor
5. Updated Pipeline version to 0.58.0.            #303    @pregnor

Development:
1. Added docker image.                            #302    @pbalogh-sa,@orymate

0.15.1

08 Sep 07:54
Compare
Choose a tag to compare
  • new command: banzai pipeline debug creates a debug bundle for remote support
  • improved node pool list
  • experimental: eks cluster update support

0.15.0: Merge pull request #297 from banzaicloud/support-bundle

08 Sep 07:43
145cf81
Compare
Choose a tag to compare

0.14.1

11 Aug 16:29
c117e07
Compare
Choose a tag to compare
Make the installer work with AWS_PROFILE set as an environment variab…